Brady Clifford
3 questions
1
votes
0
answer
228
views
Flyway GSS Authentication Failed Postgres Connection Error
When attempting to connect to our Postgres instance using Flyway, I get GSS Authentication failed connection error:
Unable to obtain Jdbc connection from DataSource
(
jdbc:postgresql://host/database?
kerberosServerName=postgres&
jaasApplicationName=pgjdbc
)
for user '[email protected]': GSS Authe...
2
votes
0
answer
113
views
Comparing Flyway to Sqitch, does it honor transactions within a migration script?
Within Sqitch migration scripts, I can wrap it in a transaction. Does Flyway honor transactions with its workflow?
4
votes
0
answer
179
views
Comparing to Sqitch, does Flyway have the ability to run verification and revert scripts?
Sqitch has the ability to run Revert and Verification scripts. Does or are their plans for Flyway to support such abilities?