Replies: 1 comment 1 reply
-
Hello @igorg-il , could you explain your use case in more detail? Are you expecting a mechanism to ask Mongock if there are any changes to be executed and, if so, not execute them, or even not start the application? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In some stares of our application we want to prevent mongock change sets from being executed (e.g. writing error log or preventing app from start)
Is there a way to check if there is any change to execute BEFORE we actually execute them?
In class MigrationExecutionBase there is private method isThereAnyChangeSetItemToBeExecuted which does the job but it is internal.
Beta Was this translation helpful? Give feedback.
All reactions