Posts Categorized in Flyway

What’s new in Flyway? State-based deployments in Flyway Teams

Historically, Flyway has been a migrations-based database deployment tool. It greatly improves database deployments by tracking what migration scripts have been executed against a target database and applying any pending migration scripts. Since Redgate acquired Flyway in 2019, we’ve been incorporating Redgate’s database comparison technology into the paid editions (Flyway Teams/Enterprise) so that users... Read more

alistair.wharton

2 January 2024

alistair.wharton

2 January 2024

Flyway V10 has landed

We are excited to announce that the latest version of Flyway. Version 10 includes a number of major changes which enhance the capabilities of Flyway and will allow all users to stay up to date on the most secure version of Flyway ever released regardless of which database you are using. Read more

alistair.wharton

2 January 2024

alistair.wharton

2 January 2024

New Flyway Migration Report

As of version 9.17 of Flyway when running flyway migrate or flyway info a new report.html report will be written to your current folder. The migration report is designed to provide confidence that a Flyway deployment has run as expected, and in the case that it hasn’t, provides the necessary detail to help understand... Read more

Stephanie Herr

30 September 2022

Stephanie Herr

30 September 2022

Introducing Flyway Desktop in Community

A graphical development experience for Flyway Flyway Desktop provides a GUI for working with Flyway, the leading database migrations framework for versioning and automating changes for more than 20 database systems.  Flyway Desktop has been available in our Enterprise edition for over a year and we’re now releasing a preview version for Flyway Community... Read more

mark.klein

21 March 2022

mark.klein

21 March 2022

Object versioning and script generation in Flyway 

Flyway Desktop is a brand new tool designed for database developers using Flyway, providing a simple GUI to surface capabilities available in your Flyway edition. Our development team is currently hard at work improving the advanced capabilities in Flyway, such as allowing database developers to maintains a version controlled schema model and the ability... Read more

Barry Attwater

15 December 2021

Barry Attwater

15 December 2021

Log4Shell: What does it mean for Flyway?

There has been a lot of attention on Apache Log4J in the past week due to the discovery of the Log4Shell vulnerability. As Flyway allows utilization of Log4J we felt we should address this vulnerability and reassure our users. What is Log4Shell? It has recently been discovered that there is a high severity vulnerability... Read more

mark.klein

9 November 2021

mark.klein

9 November 2021

New: Automate migration testing for Database CI

Our v1 of the service is available now, and available for you to try. This initial version spins up an empty database and runs integrity checks. Later releases will enable the hosting of real clones of your near-production database. We’re not only trying to make automating migration testing as simple as possible, but by... Read more