Stay Secure: Update to Flyway V10 now Update now

Mikiel Agutu

28 September 2020

Mikiel Agutu

28 September 2020

Flyway 7.0.0 Released

Flyway 7.0.0 is out! It contains many new features and improvements over Flyway 6.5.7. This version also adds more features and fixes on top of the V7 beta release. Highlights More control over deployments with the new cherryPick and skipMigrationExecution options Run arbitrary scripts as versioned migrations – PowerShell, Bash, Python, and more Amazon S3 bucket support Azure Synapse support A new […] Read more

Mikiel Agutu

16 July 2020

Mikiel Agutu

16 July 2020

Configure resource providers

In May we received request from our friends at Quarkus asking that we allow users more control over how Flyway looks up resources. By resources, we mean things like migrations, callbacks, and so on. They were even kind enough to provide a Pull Request! The Pull Request was merged, and the changes released in Flyway 6.5. In this blog […] Read more

Mikiel Agutu

8 June 2020

Mikiel Agutu

8 June 2020

JVM Properties

At its core, Flyway is a Java library, though it hooks into many clients which are frequently used in non-Java contexts. For non-Java contexts we’d like Flyway to be as platform-agnostic as possible. Nonetheless, some Java-specific concepts have to be exposed, like our use of Java Database Connectivity (JDBC) drivers. The Flyway Command Line client […] Read more