Redgate Flyway Enterprise logo

    Redgate Flyway Enterprise

    Sold by
    Move fast. Govern at scale. Redgate Flyway Enterprise is database change governance built for delivery at AI speed. Every change - human-written or AI-generated - is policy-checked, deterministic, and traceable across SQL Server, Oracle, PostgreSQL, MySQL and 50+ databases. Teams fly through the delivery of database changes, accelerating time to market without trading away compliance or control. The Flyway MCP Server extends the same governance to AI coding assistants, so agentic changes are version-controlled and policy-checked from the moment they're generated. Trusted by BMW, Republic Bank and 92% of the Fortune 100, Redgate brings 26+ years of database expertise to more than one million databases worldwide.

    Ratings and reviews

    4.5
    111 ratings
    72%
    23%
    4%
    1%
    0%
    3 AWS reviews
    |
    108 external reviews
    External reviews are from G2  and PeerSpot .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (111)
    Riyan M.

    Zero Learning Curve and Drift-Free Deployments with Strict Checksum Validation

    Reviewed on Sep 01, 2026
    Review provided by G2
    What do you like best about the product?
    It requires zero learning curve, seamlessly integrates into CI/CD pipelines, and uses strict checksum validation to completely eliminate database drift—making automated deployments safe, predictable, and free from human error.
    What do you dislike about the product?
    What I dislike most is the lack of rollback capabilities in the free version and the manual effort required to write every migration script by hand. Additionally, managing version number collisions when multiple developers merge changes simultaneously can be a frustrating bottleneck for the team.
    What problems is the product solving and how is that benefiting you?
    It fully automates database deployments within our CI/CD pipeline, resulting in faster, highly reliable releases and a single, version-controlled source of truth.
    RianTube I.

    Zero Learning Curve, Seamless CI/CD, and Reliable Drift-Free Deployments,

    Reviewed on Aug 30, 2026
    Review provided by G2
    What do you like best about the product?
    It has virtually no learning curve, integrates seamlessly into CI/CD pipelines, and relies on strict checksum validation to eliminate database drift—so automated deployments stay safe, predictable, and not dependent on human intervention.
    What do you dislike about the product?
    What I dislike most is that the free version doesn’t include rollback capabilities, and that every migration script has to be written by hand, which adds a lot of manual effort. On top of that, dealing with version-number collisions when multiple developers merge changes at the same time can become a frustrating bottleneck for the whole team.
    What problems is the product solving and how is that benefiting you?
    Problem Solved: It removes the need for manual, error-prone database updates and helps prevent environment drift.

    Benefit: It fully automates database deployments within our CI/CD pipeline, which leads to faster, more reliable releases and keeps everything in a single, version-controlled source of truth.
    ujjwal s.

    Seamless Database Migrations

    Reviewed on Aug 03, 2026
    Review provided by G2
    What do you like best about the product?
    What I really like is how seamless it is to migrate database changes into my local branch, along with the feature that lets me review each changed file at a glance. Also the fast response makes me productive at my job.
    What do you dislike about the product?
    The thing I dislike about Redgate Flyway is that every time I manually need to migrate changes. It should have AI integrated into it that automatically migrates all changes whenever there is any.
    What problems is the product solving and how is that benefiting you?
    Redgate is saving a lot of time for my organisation developers and testers providing easy usage and quick response time for migration. Also the error messages it shows whenever there is any migration error are very descriptive and easy to understand for a new joiner as well. It is overall benefitting me by adding up business value and safe migration of changes keeping all developers and testers at same level of code.
    Accounting

    Redgate Flyway Makes Database Version Control a Breeze

    Reviewed on Aug 03, 2026
    Review provided by G2
    What do you like best about the product?
    I really like that there’s a solution for version control in databases. At my previous job, we didn’t use anything like this, and it led to a lot of headaches. Once you learn how it works and get comfortable with the functionality, it’s hard to imagine working without it.
    What do you dislike about the product?
    I’d say the learning curve can be challenging, especially if your team isn’t documenting current processes and keeping that documentation up to date. Redgate Flyway does offer training courses, but they could be more in-depth.
    What problems is the product solving and how is that benefiting you?
    It helps us stay consistent across our dev, QA, and prod environments by addressing configuration issues early. It also lets us review changes ahead of time, before they impact anything in production.
    Financial Services

    User-Friendly Deployment Automation, Though ADO Pipeline Setup Can Be Tricky

    Reviewed on Jul 29, 2026
    Review provided by G2
    What do you like best about the product?
    Userfriendly automation of deployments and migrations
    What do you dislike about the product?
    Depending on the organisation's requirements, configuration of the ADO pipeline and CLI detais can be a bit of a challenge
    What problems is the product solving and how is that benefiting you?
    Auditing and reporting of deployments
    Mechanical or Industrial Engineering

    Full Control Over Deployments with Flyway

    Reviewed on Jul 23, 2026
    Review provided by G2
    What do you like best about the product?
    I want ot have control over my deployments!
    What do you dislike about the product?
    I'm a SQL Change Automation user and I would like to have a way to migrate from it to Flyway, reduce the effort to migrate
    What problems is the product solving and how is that benefiting you?
    Making sure the database is at the expected state
    Insurance

    Saves DBAs Time by Streamlining Promotions

    Reviewed on Jul 23, 2026
    Review provided by G2
    What do you like best about the product?
    Reducing the amount of time DBAs spend on promotions.
    What do you dislike about the product?
    Process may get out of sync when DEV is restored from PROD.
    What problems is the product solving and how is that benefiting you?
    Time spent on promotions.
    Graeme Colin S.

    Intuitive UI, Seamless Azure DevOps Integration, and Excellent Support

    Reviewed on Jul 23, 2026
    Review provided by G2
    What do you like best about the product?
    **Version numbering** is clear and consistent. The product is easy to use, with an intuitive and easy-to-understand user interface. Integration with Azure DevOps is seamless, and performance is significantly better than SQL Source Control. The pricing provides an acceptable return on investment (ROI). The onboarding process was straightforward, and the support team has been excellent. We currently make limited use of the AI features, as we already have independent AI platforms in place.
    What do you dislike about the product?
    No major issues encountered at this time
    What problems is the product solving and how is that benefiting you?
    Flyway has enabled us to implement a reliable, automated database deployment process, allowing us to deploy multiple changes every week with little to no deployment issues. This has significantly improved our ability to support a backlog of 100's bugs, features, and enhancements by enabling multiple developers and teams to work on and deploy changes in parallel. As a result, we deliver updates faster, reduce deployment risk, and maintain a consistent and auditable database change process.
    Computer Software

    SQL-First, Version-Controlled Migrations That Fit CI/CD Effortlessly

    Reviewed on Jul 11, 2026
    Review provided by G2
    What do you like best about the product?
    What I like most is that migrations are just plain, version-controlled SQL files. The V1__, V2__ naming makes the order of schema changes obvious, and running flyway migrate applies exactly what's pending, so every environment lands in the same state. It fits into a CI/CD pipeline with little effort, the schema history table gives a clear audit trail of what ran and when, and since it supports so many databases we didn't need a different tool per project. Being SQL-first keeps the learning curve low.
    What do you dislike about the product?
    The most useful features (undo/rollback, dry runs, drift detection) sit behind the paid Teams and Enterprise tiers, so the Community edition can feel bare-bones for a growing team. Initial configuration (flyway.conf, placeholders, per-environment settings) takes some trial and error, and the error output on a failed migration could be clearer about what went wrong. The desktop/UX side is also less polished than the command-line experience.
    What problems is the product solving and how is that benefiting you?
    Flyway fixed inconsistent database schemas across local, staging, and production. Schema changes used to be applied manually and would drift between environments; now every change is a reviewed, versioned SQL script that runs automatically during deploy. That cut down on 'works on my machine' issues, made traceability and rollbacks much easier through the schema history, and let the backend team manage database changes through the same Git-based workflow we already use for application code.
    Zurum Ogbonda

    Collaboration has improved with consistent database versioning but mid-project adoption needs care

    Reviewed on Jun 27, 2026
    Review from a verified AWS customer

    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.

    Which deployment model are you using for this solution?

    Hybrid Cloud

    If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

    Amazon Web Services (AWS)