Replies: 3 comments
-
/cc @cristhiank (flyway), @gastaldi (flyway), @geoand (flyway,kubernetes), @gsmet (flyway), @iocanel (kubernetes) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pinging so the question does not get lost in the depths ;) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Researching the same thing... |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I am a bit confused if automatic Flyway migration on application startup could be problematic when having a cluster of multiple application nodes.
The Flyway FAQ says this:

(Source: https://documentation.red-gate.com/fd/frequently-asked-questions-277579363.html#parallel)
But the Quarkus documentation says this:

(Source: https://quarkus.io/guides/flyway#flyway-on-kubernetes)
It is not very clear if it should be ABSOLUTELY disabled to avoid any problem when having multiple nodes or if it is just recommended, when under Kubernetos, to use Job, just to speed up startup times of nodes (as they won't have to check if the migration has to be performed).
Beta Was this translation helpful? Give feedback.
All reactions