How to perform migrations in multiple sql transaction #7803
Unanswered
tiendatiowa
asked this question in
Question
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.
-
Hi there,
Our production app will go from one release to the next. The migrations in this latest release is huge (50+ migrations), and running all of them in one migration step would fail consistently. If we break the migrations in half and run one half each, then it succeeds (each half would take about 2h). So the question is is this possible to instruct hasura to execute the migrations in multiple sql transactions?
Why do I need this? Because we have clients that deploy our solution on their infrastructure, and so we must give them only 1 release (and not multiple releases).
Thanks,
Dat
Beta Was this translation helpful? Give feedback.
All reactions