Have you heard of Flyway Autopilot? It’s a collection of pre-configured sample projects developed by our Solution Engineers to help you get started with Flyway. These projects allow you to quickly experience capturing database changes in version control and deploying those changes in a repeatable, reliable way. Flyway Autopilot is…Read more
Change Reports show how many objects are added, modified, and deleted at a glance by comparing the desired state of the objects to a target database. You can also drill into each object and see the exact changes in a side-by-side difference view. Change Reports are useful for: Pre-deployment –…Read more
We’re excited to announce that users can opt-in/out of preview features that are under development directly in Flyway Desktop. There are currently three preview features that will be in the next major version of Flyway Desktop; a new connection dialog with options to provision databases, a full schema model view,…Read more
Read on to learn about how you can automate even more things with Flyway like project setup and state-based deployments. We’ll share how you can get the latest version and things you need to know when upgrading. Read more
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 edition (Flyway…Read more
Static data is often required for the basic functioning of a database and any dependent applications. Therefore, it's vital that we can track this static data to understand how, when, and why it changed, and that we include any static data changes in our database deployments. Flyway Enterprise will now…Read more
Database DevOps has come of age. Now seen as a key technical practice which can contribute to the successful implementation of DevOps, it stops the database being a bottleneck and makes releases faster and easier. Conversely, perhaps, the automation and audit trails it introduces can help to protect personal data…Read more
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…Read more
In Redgate Change Control v3.0, you can now commit your database changes to your local Git repository and collaborate with your team by pushing and pulling changes from the remote Git repository. If you’re using branches, you can also create and switch Git branches from within Redgate Change Control.Read more
Stephanie Herr explains how to use the 'hybrid' approach in the Deployment Suite for Oracle to automate Oracle database deployments. This is where the team maintains the current state of the database in version control during development. then, at key stages, they generate and test the migrations script that will…Read more