-
|
Hi All, |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 6 replies
-
|
Mongock is first designed to prevent the application to be deployed until the migration is finished, which means the inbound traffic won't be handled. However, there are ways to alter this behaviour, for example in Springboot, you can ply with At this point, when designing your changeUnits, you should take into account the HA, which can force you to split your change into 2(or even 3) steps in order to prevent an inconsistent state in your database. |
Beta Was this translation helpful? Give feedback.
Thank you!
That makes it clear.