Managing Project's Migrations, Composed Of Multiple Standalone Apps, Separately. #1618
Unanswered
farzbood
asked this question in
Usage Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I maintain a monorepo project composed of multiple standalone/redistributable Apps. (Services) each with it's own set of Tables/Schemas (either in one or separate DBs).
Looking for the best practices to manage the migrations for each of which separately, (either from a central point in the Projects root, or isolated as of each service carry its own dependencies).
Any suggestion/recipe ?
Thanks In Advance
(edit):
I've came across these strategies, starting to give each a try, how do you evaluate the scenarios?
https://medium.com/@karuhanga/of-modular-alembic-migrations-e94aee9113cd
https://dev.to/fadi-bck/managing-database-migrations-for-multiple-services-in-a-monorepo-with-alembic-2m90
Beta Was this translation helpful? Give feedback.
All reactions