~Alternatevly, can I migrate user from one schema ...
# talk-kratos
b
Alternatevly, can I migrate user from one schema to another? Looks that the way to go
s
here is a list of issues related to your questions: https://github.com/ory/kratos/issues/47 https://github.com/ory/kratos/issues/117 https://github.com/ory/kratos/issues/765 could not find one with the migration, but pretty sure there is one it is currently not possible, but we have ideas on how to do that
b
@steep-lamp-91158 actually, sending updating existing identity with different schema worked for me.
s
yeah, but you can't migrate data using jsonnet or something similar
you will have to get-update-push yourself all the identities
b
I see. Well, it works my use case. My identities will be exactly the same. Thanks for linking issues!