python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flyway compatibility with Amazon Aurora Global?
I understand flyway works with Amazon Aurora. Looked at some threads here and tried it as well. Im trying to understand if Flyway works with Aurora Global as well? We are trying to migrate to Global a...

Lester Gray
Votes: 0
Answers: 0
FlywaySqlException: Unable to check whether table "flyway_schema_history" exists
I'm trying to build a spring application that is using Spanner. The build was working properly until I bumped the spring version to 2.6.2 and then I started to see this error.
this is part of how I co...
Roberto Santos
Votes: 0
Answers: 0
Using Flyway for two databases, but only one at a time
I'm testing out PostgreSQL and CockroachDB with my application. I've got it such that I can run my application with either PostgreSQL OR CockroachDB. Is it possible to set Flyway up such that I can ru...
NDB
Votes: 0
Answers: 1
Tests fail to run with H2 database on Micronaut project with Flyway migrations
I've got a unit test suite in a Micronaut 2.0.3 project that's supposed to run on an H2 DB. Since I started using Flyway for my DB migrations, I'm getting an error coming from H2 being unable to run t...
Ivan
Votes: 0
Answers: 1