Posts Categorized in Flyway
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
Version 9 of Flyway brings new features, capabilities, and many small improvements. Upgrading to 9 will introduce new capabilities like the check command, but it also brings API changes that you may need to account for. Here’s everything you need to stay ahead. Newsletter subscribers always get the heads-up first. Not a subscriber? Sign... Read more
We are pleased to announce our latest update to Flyway, the world’s most popular migrations framework for database deployments. According to the latest State of Database DevOps report, companies of all sizes are adopting DevOps at an accelerating rate and across more projects than ever before. Delivering software faster poses the challenge of needing... Read more
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
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
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
The Flyway team are proud to announce the latest update to Flyway, the world’s most popular migrations framework for database deployments. Flyway v8.0 introduces three main areas of improvement, alongside bug fixes and breaking changes. Cloud Capabilities With the latest update we’re bringing the benefits of Flyway migrations into cloud native environments, such as... Read more
IT consultancy, sqlity.net, specializes in helping organizations get the best performance and business value from their SQL Server estates through Data Platform DevOps. The founder, Sebastian Meine, is also one of the co-creators of tSQLt, the only open source unit testing framework to enable true continuous integration and continuous delivery for SQL Server. We... Read more
Imagine a world without the open source database migrations tool, Flyway. Migration scripts being run in the wrong order, changes getting overwritten, having to dump hours of work because you started with an out-of-date version. Flyway is so popular today because it sorts out the issue of database migrations in such a simple and... Read more
Often when working with Flyway (and release automation in general) you will have a set of deployables – and a chain of environments these need to be delivered to in order. More often than not, these are along the lines of Dev Continuous Integration Staging Production In this quick tutorial we are going to... Read more