Posts by
Ajay Ahir
Ajay Ahir

Ajay Ahir

Ajay Ahir

6 May 2021

Ajay Ahir

Ajay Ahir

6 May 2021

Integrating Vault to secure Flyway parameters

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… Read more
Ajay Ahir

Ajay Ahir

21 April 2021

Ajay Ahir

Ajay Ahir

21 April 2021

Customize validation rules with ignoreMigrationPatterns

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… Read more
Ajay Ahir

Ajay Ahir

2 December 2020

Ajay Ahir

Ajay Ahir

2 December 2020

Introducing the shouldExecute script configuration option

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… Read more
Ajay Ahir

Ajay Ahir

1 September 2020

Ajay Ahir

Ajay Ahir

1 September 2020

Flyway 7.0.0 Beta

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… Read more