Until now the only way to configure Flyway has been through plaintext configuration parameters such as in a Flyway configuration file, through the command-line or by setting environment variables. As your organizations and enterprises grow and more people interact with your processes you’ll inevitably want a way to secure as much information as possible,... Read more
Flyway can validate your migrations according to its own conventions, giving you the confidence you need to apply new migrations. However, as the lifetime of a project increases, there will inevitably be hotfixes, deleted migrations and other changes that break the conventions of Flyway’s validation. In these cases you need a way to tell... Read more
Have you ever wanted more customizable control over when your migrations are executed? In Flyway Teams Edition 7.3.0 we released the shouldExecute script configuration option which lets you achieve just that! What is the shouldExecute option? shouldExecute is a new script configuration option, and if you aren’t already familiar with this concept you can read about it here.... Read more
The Flyway Team has been hard at work on Flyway V7. We’ve spent a lot of time pouring over GitHub issues, working on some of the most wanted feature requests, and thinking hard about how to overcome some long-standing limitations. Flyway 7 Beta After much work, we’re proud to announce we are releasing an early-access... Read more