PostgreSQL users has been gaining easy visibility into all the database changes being developed and deployed with Flyway. We believe that Flyway Pipelines will address this challenge for our PostgreSQL community
Caused by: org.flywaydb.core.api.FlywayException: Unsupported Database: PostgreSQL 16.4 at org.flywaydb.core.internal.database.DatabaseTypeRegister.lambda$getDatabaseTypeForConnection$7(DatabaseTypeRegister.java:124) ~[flyway-core-10.20.1.jar:na] at java.base/java.util.Optional.orElseThrow(Optio...
No database found to handle jdbc:postgresql://localhost/testdb?currentSchema=test Copy link Contributor tjs145 commented Oct 31, 2023 As of version 10, you'll need to add a dependency on flyway-database-postgresql https://documentation.red-gate.com/fd/postgresql-184127604.html 👍 7 Cop...