Hi guys, Is it preferable to have separate DBs for...
# ory-selfhosting
g
Hi guys, Is it preferable to have separate DBs for kratos, hydra and ketos or can we have same DB
s
dedicated dbs are recommended, there is no guarantee that there will not be conflicting table names at some point
it might work now, but at least the migration table will be shared, which can lead to problems
so no separate database instances, but separate "schemas"
g
Got It. Thanks @steep-lamp-91158