Springboot Flyway CrateDB

Hi,

We use crateDB in a springboot (jpa) project to monitoring application with driver postgresQL.

And we want integrate flyway for database migration but there’s an error when we start the application (and if we replace crateDB by H2 it’s ok for migration). I think, it’s happen when the application check if the migration schema exist. Can you tell me if flyway is compatible with crateDB?

Thanks

Tagged:

Answers

Sign In or Register to comment.