Flyway issue when upgrade to the latest version #2858
-
When upgrade to the latest 4.3.x, I got exceptions like the following in the build log, The example project: The complete build log: Caused by: org.flywaydb.core.api.FlywayException at DatabaseTypeRegister.java:10 |
Beta Was this translation helpful? Give feedback.
Answered by
radovanradic
Mar 29, 2024
Replies: 1 comment 1 reply
-
Adding dependency |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hantsy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding dependency
runtimeOnly("org.flywaydb:flyway-database-postgresql")
seems to resolve the issue. And I think currently when postgres and flyway features are selected in launcher then the dependency is added.