Migrating to a target version #47427
zeeshan-siddiqui-rp
started this conversation in
Community
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.
-
Flyway documentation indicates that we can specify
flyway.target
to a specific version to migrate up to that point. However, the quarkus-flyway extension / configuration doesn't provide this config property. So how do we migrate to a specific version?My current project has multiple versions and we're looking to control / deploy specific versions.
Sample:
What I'd like to be able to do is specify
quarkus.flyway.target
as0.1.0.002
so that it migrates and stops there.References:
https://documentation.red-gate.com/fd/flyway-target-setting-277579044.html
Beta Was this translation helpful? Give feedback.
All reactions