Overview

Product video
Enterprise-grade governance to accelerate and de-risk database delivery
AI coding tools have removed the constraint on how much code teams can write - and the database is where ungoverned change carries the most risk. Redgate Flyway Enterprise is the database change governance layer built for delivery at AI speed. With object-level version control, script auto-generation, policy-as-code checks and advanced deployment controls, every database change - human-written or AI-generated - is validated, deterministic and traceable. Teams fly through the delivery of database changes across the most popular DBMS and release value to customers faster, without trading away compliance or control.
AI can generate the code. Flyway governs what happens next.
As AI coding tools become standard in software teams, the database is where governance matters most. Flyway Enterprise enforces policy-as-code on every change, catches drift before it causes problems, and maintains a complete, auditable change history from commit to production - so teams can answer any audit question in seconds, not days. The Flyway MCP Server connects AI coding assistants directly into the governed migration workflow, so agentic changes are version-controlled and policy-checked from the moment they're generated.
Simplifies the job of delivering database changes
Flyway Enterprise is an industry-proven solution, designed from the ground up to simplify the complexity of applying continuous integration and continuous delivery to the database. Whether your team prefers working with an easy-to-onboard GUI or managing changes seamlessly via the command line, Flyway Enterprise has it covered. It also offers a range of flexible deployment approaches to help teams deliver database changes the way they want to. Choose from migrations-based or state-based approaches to work optimally with your team and technology requirements.
Make managing multiple database platforms a breeze
Flyway Enterprise equips teams with the tools they need, whatever their experience level, to develop database changes quickly, easily and reliably, whether those changes are for SQL Server, PostgreSQL, Oracle or MySQL. Script auto-generation and automated code review policies help teams deliver database changes rapidly and consistently, reducing error and freeing up time for value-added work.
Built for AWS workflows
Redgate is an AWS Partner Network and Marketplace Partner, and Flyway Enterprise integrates with AWS-native services to support modern, cloud-first database development and deployment. It is compatible with Amazon Aurora, Amazon RDS and Amazon Redshift, integrates with AWS Secrets Manager, AWS CodeBuild, AWS CodeDeploy and AWS CodePipeline for CI/CD workflows, and supports automation with AWS Lambda, Amazon EventBridge and AWS Step Functions. For cloud migration and modernization, Flyway Enterprise works alongside AWS Database Migration Service: DMS handles the initial migration, and Flyway governs every database change from that point on.
Highlights
- Accelerate and standardize database delivery across teams and technologies. With automated script generation for SQL Server, Oracle, PostgreSQL and MySQL, Flyway Enterprise eliminates the manual task of authoring scripts and standardizes quality and reliability of coding, regardless of the experience levels across teams and technologies.
- Govern every database change - human-written or AI-generated. Policy-as-code checks, drift detection and deterministic deployment scripts give teams the controls to drive up quality, visibility and reliability, so every change is validated, compliant and traceable before it reaches production.
- Meet teams where they want to work. Flyway Enterprise integrates with all common CI and release tools, including GitHub, AWS CodeBuild and CodePipeline, Azure DevOps, Octopus Deploy, Jenkins, GitLab and many more - and connects AI coding assistants into the governed migration workflow via the Flyway MCP Server.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/12 months |
|---|---|---|
1 User Enterprise Tier | 1 User - Please contact Redgate Software for custom pricing. | $3,006.00 |
Vendor refund policy
All fees are non-cancellable and non-refundable except as required by law.
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
At Redgate, we are dedicated to ensuring our customers success with our solutions. Our Product Support team, composed of highly skilled subject matter experts, is committed to providing exceptional assistance. By efficiently handling over 24,000 customer enquiries annually, we help our customers overcome challenges and maximize the value of our products. This dedication is reflected in our satisfaction score of 95%.
Our Product Support team is available to help Monday - Friday (excluding public holidays) between 9am and 1am GMT.
Support cases can be raised via the Redgate Support Portal or via email and our support engineers will respond within 2 business days of issue receipt.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Standard contract
Customer reviews
Saves DBAs Time by Streamlining Promotions
Intuitive UI, Seamless Azure DevOps Integration, and Excellent Support
SQL-First, Version-Controlled Migrations That Fit CI/CD Effortlessly
Collaboration has improved with consistent database versioning but mid-project adoption needs care
What is our primary use case?
My main use case for Redgate Flyway is to maintain the database structure, especially when coding with other developers, and I view it as a version control system for databases, similar to Git .
A specific example of how I have used Redgate Flyway to maintain the database structure is in starting out a project, where I have used two flavors of it, writing raw SQL queries and also using the Java class version of SQL queries. I started from scratch because we needed to ensure that other teams see the update of the database since we are all coding differently. Once you pull, you notice there is a new migration and have to run that migration to maintain the update of the database. We built it from scratch and used the raw SQL queries.
Redgate Flyway is used at every level of the project. If there is a new column added, I have to update the SQL query migration. If there is any constraint change, table creation, or indexing to add, I have to include that in the Redgate Flyway migration. Once that is pushed, our database team gets a notification that the tables or the database have a new entry, and they also do reviews. Once anybody pulls the code, that person also gets the new migration change.
What is most valuable?
The best features Redgate Flyway offers are its usefulness when working with other people, as it maintains consistency in database changes, and it is helpful when shifting databases because Redgate Flyway provides the migration script that can be run in different environments without needing to rely on Spring auto updates to create those tables. It is a well-structured tool for managing table creations.
Managing migrations across different environments has been quite easy for my team to adapt to and use Redgate Flyway without any challenges. We recently moved from a Docker database to an actual database in a different environment, and it was easy for us to share the migrations. Once they were done running them, we shifted connectivity to their environment and everything worked without issues.
Redgate Flyway has positively impacted my organization by maintaining consistency among developers. One real added feature is using migration tools, which allows rollbacks although I think rollback has some bottlenecks. I acknowledge that Spring Boot does not have a migration tool by default unlike Entity Framework in C#, but having Redgate Flyway is becoming a default tool for migration in Spring .
What needs improvement?
Redgate Flyway can be improved by looking at all circles of software development so that if someone did not start with Redgate Flyway from the beginning, they should not experience issues starting in the middle or end of the project. A review on that cycle for people using Redgate Flyway would be beneficial.
I rate Redgate Flyway seven out of ten mainly because of some issues when introducing Redgate Flyway in between projects instead of from inception. Sometimes, errors with migrations can be very disappointing, as often it requires deleting everything and starting over. Additionally, maintaining the versioning of the scripts must be done very carefully, which requires some experience when using a specific pattern such as date-time to prevent clashes when another person is updating the database. This necessitates a learning curve.
For how long have I used the solution?
I have been using Redgate Flyway for approximately four years.
What do I think about the stability of the solution?
I consider Redgate Flyway stable to an extent, around eighty to ninety percent.
What do I think about the scalability of the solution?
The scalability of Redgate Flyway is good.
How are customer service and support?
I have not had any issues with customer support at Redgate Flyway, so my database team would be better equipped to answer that.
Which solution did I use previously and why did I switch?
I previously used Liquibase and switched to Redgate Flyway because I had to follow the company's requirements, as most companies I have worked with use Redgate Flyway.
How was the initial setup?
Regarding maintaining consistency and rollbacks with Redgate Flyway, I have luckily not had many issues. In the past, I sometimes had to delete all migrations trying to recreate them. I do not think it is really smooth when you have already started the project and want to now introduce Redgate Flyway halfway through. While I cannot remember the exact scenario, I know it was not smooth. It is usually better to use it from the beginning of the project, though it is a bit more complicated in between projects.
What about the implementation team?
We have independent work with a separation of roles. We have those maintaining things concerning databases and a team that manages pricing, while my job role is primarily focused on writing code.
What was our ROI?
I see a return on investment with Redgate Flyway, as it is leading compared to Liquibase and others, and most teams I have worked with utilize Redgate Flyway, which is definitely pointing in the right direction.
What's my experience with pricing, setup cost, and licensing?
My experience with pricing, setup cost, and licensing is that we have independent work with a separation of roles. We have those maintaining things concerning databases and a team that manages pricing, while my job role is primarily focused on writing code.
What other advice do I have?
Redgate Flyway is a tool that works, and I have not had many issues with it. My advice to others looking into using Redgate Flyway is that it is a good tool, especially when the development team is large and you want to maintain database integrity, consistent updates, and also handle migrations, as Redgate Flyway has become a default tool to use.
Regarding Redgate Flyway's artificial intelligence capabilities, I have not really examined artificial intelligence with Redgate Flyway. Security is a general issue, but I have not faced any security issues with Redgate Flyway and have not looked into Redgate Flyway's artificial intelligence capabilities. I have not actually looked at it or its accuracy and reliability of output recently, but it is something I would like to explore.