Hello! I want to merge the Ory Kratos database wi...
# talk-kratos
i
Hello! I want to merge the Ory Kratos database with my application's database. I would do so using the
kratos-migrate
service to run specific versions of migrations against my app's existing database. My app's existing database has its own separate set of migrations and indexes and methods. Is this safe? How was Ory Kratos database meant to be handled? Is it required to have its own separate database? Thanks!