Redgate Flyway Enterprise logo

    Redgate Flyway Enterprise

    Sold by
    Harness the power of automation with Flyway Enterprise to accelerate time to market and de-risk the delivery of database changes. With object-level version control, script auto-generation and advanced deployment controls among other friction-busting features in Flyway Enterprise, teams have all they need to fly through the delivery of database changes across the most popular DBMS and ensure faster release of value to customers. Trusted by BMW, Republic Bank and 92% of the Fortune 100, Redgate brings 25 years of database expertise to more than one million databases worldwide.

    Ratings and reviews

    4.5
    98 ratings
    73%
    21%
    4%
    1%
    0%
    1 AWS reviews
    |
    97 external reviews
    External reviews are from G2  and PeerSpot .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (98)
    reviewer2860629

    Error handling has raised concerns but automated migrations have saved significant local dev time

    Reviewed on Jun 23, 2026
    Review provided by PeerSpot

    What is our primary use case?

    My main use case for Redgate Flyway is for migration and migration of scripts, primarily to maintain our databases. I do not have anything unique to add about my use case with Redgate Flyway; it is almost the same as other standard use cases.

    What is most valuable?

    The best features that Redgate Flyway offers include support from the command prompt, which is the greatest advantage I have. Command prompt support in Redgate Flyway helps me because the integration with CI/CD happens seamlessly with the help of the command prompt, and for our local migration, we also use the command prompt. Because we use local Docker instances to maintain our Postgres databases, the command prompt is helping significantly.

    An additional feature of Redgate Flyway is the flyway_schema_history table that is created whenever migration happens. That table helps a great deal to understand in which part of the migration a particular migration has failed previously and serves useful debug purposes.

    What needs improvement?

    Regarding how Redgate Flyway can be improved, migration is almost an important feature whenever someone is using databases, and automating the migration is a great idea. Redgate has definitely solved the problem there, but I would feel better if there is some option for a force migration or a very hard migration whenever a migration fails. For example, if I write a script that asks to add a particular value to the database, and before running that script through Jenkins or the migration command directly, if I run that script directly and the value is already added to the database, the migration script fails because the value was already added. The checksum which Redgate Flyway checks is modified, and the database is not in the previous condition which Redgate Flyway was looking for, so the migration fails. If there were any particular option so that I could force migrate or hard migrate, that would be great.

    Additionally, whenever this kind of migration fails, Redgate Flyway command prompt indicates that there is an option to repair the migration script, but I was never quite able to figure out how it works because whenever I try to repair it, I usually run into multiple other problems, giving me multiple issues. Later, I had to go through the flyway_schema_history database and look at which particular migration failed based upon the success attribute mentioned there, and then manually do that or completely remove the database and run the migration together. This is quite tiresome since we have multiple scripts, so it would be great if I could just force or hard migrate. Or as soon as the migration fails, something could revert to a previous state and then migrate the current state, because if I have written the script, it means that I want that to be executed. For debug purposes, I might have run it, but I do not want it to cause problems in the CI/CD pipelines. Anything in the local environment, I can handle. However, handling it in the CI/CD pipeline where the pipeline already contains some fifty different stages becomes very hard to understand. It is quite easy to understand that migrate has failed, but there will be multiple steps running before and after that migration as well. Just because the migration has failed, we would have to roll back the entire previous steps, and that is very tiresome and not very easy.

    Particularly, the error handling mechanism or the force update or forced migration are things I would like to see improved. It is very hard to understand or debug exactly where this migration has failed, and since I know the specific instances, I was able to do it more easily, but I would not feel confident doing this in a production environment. It feels very slim at the moment. It does not give me much confidence to go to the production environment with the current error handling mechanism of Redgate Flyway. The documentation can also be improved.

    For how long have I used the solution?

    I have been using Redgate Flyway for the past two years.

    What do I think about the stability of the solution?

    I cannot guarantee the stability of Redgate Flyway; the only problem which I have faced is with the Flyway repair mechanism that never worked for me. Perhaps I did not understand the documentation, but stability-wise, if everything is fine, then the migration works. However, if there is something wrong, it will take a lot of time to figure out how to solve this.

    What was our ROI?

    I have seen a return on investment with Redgate Flyway in that time was saved significantly for local development. Even for local development, we had to maintain the different versions, so I would definitely say that time was saved. For example, a normal process would have taken one day, but the migration script made it possible within twenty to thirty minutes.

    What other advice do I have?

    I would say I have never used Redgate Flyway in production; we only use it in our local test instances or some QA environments where we test it. I have never worried about the performance or much else, but it is definitely saving us a lot of time. To maintain the local database is not that easy, and to maintain the different instances of the same version of the database is quite hard where multiple teams handle different instances, so I think it helps a great deal.

    Currently, I deploy Redgate Flyway only to maintain our local test instance using a Docker setup; apart from that, we are not using it anywhere. I have only used Redgate Flyway with Oracle and Postgres, and for these two, it has worked pretty much fine until now.

    My advice to others looking into using Redgate Flyway is to try to be as straightforward as possible. Do not try to do unnecessary changes on the databases when you are using Flyway Migrate because that would unnecessarily corrupt your database in the eyes of Flyway Migrate. The database is actually pretty much fine, and Flyway Migrate assumes that it is corrupted, which causes it to fail the migration and ask you to repair it, which in turn will create multiple problems.

    I gave this review a rating of five out of five.

    Hassan F

    Automated database releases have reduced errors and now save a full day of deployment effort

    Reviewed on Jun 17, 2026
    Review provided by PeerSpot

    What is our primary use case?

    The main use case for Redgate Flyway is that previously we had to manually manage our different environment database scripts. We are using a .NET application with a Dapper back-end, and we have numerous SQL objects including stored procedures, views, table scripts, and DDL and DML scripts each time we deploy. We needed to manage scripts for the development environment, then for the staging environment, then for production, and that caused too much discrepancy and human effort during the release. After learning about Redgate Flyway, we started using it and have managed multiple environments within it. Redgate Flyway provides support for different branches, allowing us to manage our scripts with each script recorded with a version number. This has reduced the discrepancy in our deployments and accelerated our procedure significantly. The human effort required has become considerably less.

    Regarding how Redgate Flyway fits into my workflow, as a team, we always wanted to automate or record everything we do and maintain transparency. From the database side, we needed a tool that transparently shows what developers have done and what we will take to production deployment. Redgate Flyway aligned with our needs in this way. Our next target is to create pipelines for Redgate Flyway, but it is currently working well for us. We have set up different environments in Redgate Flyway and it is functioning properly. We have a repository on GitHub and we push and pull from there.

    How has it helped my organization?

    Redgate Flyway has positively impacted my organization in achieving significant improvements. I would point out a specific improvement that even our client has recognized. We are a service-based company and our client is located in the US with a considerable time difference. Their downtime starts around 11:00 p.m., which is our morning at 7:00 a.m. or 8:00 a.m. Previously, when we deployed things manually, discrepancies occurred and we had to spend long hours fixing them, ranging from two to three hours or more. Our client also suffered from these issues. Now, after using Redgate Flyway, we have very specific scripts and know exactly what we will deploy, with approximately 99% chances of success. Today was a release day and I was involved in the release in the morning, and it was extremely smooth. The client praised us and gave us positive feedback. On a company level, we are introducing the same practice to other teams as this tool is helping tremendously. We developers are paid on an hourly basis, and if we spend our hours fixing unnecessary issues, that is not actual development. It is a form of technical debt that affects the company's revenue. In this way, Redgate Flyway has helped the company, the client, and the developers.

    What is most valuable?

    The best features that Redgate Flyway offers, if I had to pick a few that really stand out, would be multi-environment support. On the migrations tab, I do not need to go to an environment and change settings or anything. I simply change the branches of the environment and it shows me what is available and what has been run on a certain environment. The environment feature is very user-friendly and helpful, so I would keep it at the top of my list. The feature of changing branches on the migrations tab is very helpful.

    An example of how Redgate Flyway specifically helped with discrepancies is that previously we did not have any tool recording database changes. We work on an Agile Scrum pattern, so we have to do deployments frequently, within every two to three weeks or sometimes four weeks. Previously, we had code repositories for front-end and back-end, but for the database side, we did not have any repository. We were not saving database-related changes in any GitHub or AWS CodeCommit repositories. Every time, we have a Jira board where developers update their scripts. For example, if I work on a ticket and update a stored procedure, I must mention the stored procedure on the ticket. When deployment time arrives, the release manager must pull out or scan all the tickets and extract the objects. For example, if we deploy 10 Jira tickets from a sprint in the next release, we must go through all 10 tickets and see the post-deployments of their tickets. Then we extracted the objects from the development environment, deployed on stage, and then deployed on production. In this scenario, many objects and discrepancies occurred. Sometimes a developer or the release manager would forget the object to take to production. Now, after using Redgate Flyway, I have restricted access as the release manager of my team. I manage the release for my team and have restricted developer access to environments other than the development environment. If developers want to take anything to the next environment such as demo, staging, or production, they must make a script. When they create a script, it is in our record. Now, after using Redgate Flyway, we do not need to scan all the tickets on Jira or see the post-deployments of each ticket. We simply view the Redgate Flyway script showing what has been run from this to this version, and what pending deployments need to be run on production. In this way, it has helped tremendously.

    I can share that the migrations tab and branch changing helped my team in a specific situation during our second last sprint. Two developers were working on the same object, and one change needed to be deployed on stage while another change needed to be deployed on the demo environment, which is our QA level. Our QA and demo are the same environment, and then we have stage and production. We have three environments other than development. Previously, without Redgate Flyway, what could have happened is that we would take the stored procedure from demo if we needed to deploy it on stage and take it directly to stage. This was our previous practice where we would go to the database explorer, take the stored procedure, and move it to the next environment with the ticket. Now with Redgate Flyway, we have different versions of that stored procedure. We simply took the version of the stored procedure that needed to be on stage, and the second version that needed to be on the QA level remained there. Redgate Flyway helped in this case, and we have many cases.

    What needs improvement?

    Redgate Flyway can be improved in a way that sometimes I experience loading time or migration time issues. If there are any conflicts in versions or version numbers, there should be an option to fix it through Redgate Flyway. Sometimes we experience conflicts with version numbers and need to run repair and other functions. The feature of version numbering and loading time could be enhanced. The rest is working well.

    For how long have I used the solution?

    I have been using Redgate Flyway for the last seven to eight months.

    What do I think about the stability of the solution?

    Regarding Redgate Flyway's consistency, it has been consistent for me. Over the seven to eight months I have been using it, it has remained stable.

    What was our ROI?

    I can share specific metrics regarding how much time was saved during releases since using Redgate Flyway. During our normal release, there are around 20 to 30 Jira tickets that we take to production, typically representing two sprints or sometimes three sprints. Previously, the release manager and developers had to sit together and check all the post-deployments of these tickets, then extract their object names into an Excel file or some other file. They created a filter file to filter out stored procedures from the staging environment and pulled all objects such as stored procedures, tables, and alter commands. They kept everything on a separate file and consolidated it. On deployment day, they ran it on the production environment. The extraction of objects, filtering from the database, creating a file, maintaining an Excel file, and communicating with each developer used to take around four to five hours or more, and could sometimes take a whole day for developers and the release manager as well, especially if a developer questioned whether a change was theirs. Now using Redgate Flyway, we do not need to do any of this procedure, so this whole process has been eliminated. Almost a day is saved through Redgate Flyway. On release day, when the release database scripts run using Redgate Flyway, there are 99% chances that the scripts will run successfully without issues. Over the last seven to eight months, we have not faced any issues and the client has praised us. Previously, it was a normal practice to take the script to the production environment and run it, and it was normal to have errors including syntax errors or object errors. We would fix these errors and two to three hours or sometimes four hours of developer time would be spent on release day. Overall, around 10 to 15 hours have been saved from using Redgate Flyway, along with reduced human effort.

    What other advice do I have?

    There is nothing specific to add regarding needed improvements.

    The advice I would give to others looking into using Redgate Flyway is to integrate it properly through pipelines and manage it properly. If you are using Redgate Flyway, you must not update any objects or scripts manually so that you can achieve 100% of what Redgate Flyway can provide.

    Regarding additional thoughts about Redgate Flyway before we conclude, I cannot think of anything right now. Everything is working well currently.

    I would rate Redgate Flyway overall as an eight on a scale of one to ten.

    The reason I chose an eight rating is that Redgate Flyway is providing tremendous support and helping in different scenarios, but there could be some improvements. For example, if we want to attach it through code pipelines or connect it with our code, something could be added. Currently, we are using Dapper, but if we go to Entity Framework Core, there could be some connection. We have a connection with our entire system including the front-end, the back-end, the repository, and the AWS infrastructure, but Redgate Flyway seems to be an isolated system in itself. It is not connected with anything else and is just for the database. If it could connect with other tools as well, that would be beneficial. However, this is just my opinion and I cannot comment on the science behind it.

    Regarding Redgate Flyway's security and governance, they are normal. We have other tools and applications that are enterprise-grade providing general security and governance. I cannot say that it is highly secure, but the features are good. The security aspect, where we have to log in through our SSO and corporate emails, is quite better. It is similar to other tools we are using, such as GitHub and AWS. The intelligence of Redgate Flyway is quite better, but there is nothing such as bots working for me. I would not say that this is great in AI or artificial intelligence.

    Computer Software

    Easy Script Migration With Top-Notch Performance and Seamless Database Integration

    Reviewed on May 23, 2026
    Review provided by G2
    What do you like best about the product?
    It’s easy to access the tools needed to generate and migrate scripts. When errors come up, they’re straightforward to navigate, understand, and fix. Performance wise it is top notch and provides seamless integration to vast Databases. The onboarding was helpful to navigate the product.
    What do you dislike about the product?
    As of now I can't think of any dislikes, the software is friendly and very helpful.
    What problems is the product solving and how is that benefiting you?
    We used to execute scripts manually and then promote them to subsequent environments. After adopting Redgate Flyway, the process has become faster and easier for promoting DB scripts across multiple environments. It has also helped us establish a consistent base script in all of our developers’ databases. AI support is also great in the application.
    Arindam M.

    Simple, Flexible Database Migrations That Deliver Real Value

    Reviewed on May 23, 2026
    Review provided by G2
    What do you like best about the product?
    What I like best about Redgate Flyway is its simplicity and flexibility in handling database migrations. It supports
    What do you dislike about the product?
    If I had to pick something, it might be that Redgate’s tools, while powerful, can sometimes feel a bit premium in pricing, especially for smaller teams. Still, the functionality often justifies the cost.
    What problems is the product solving and how is that benefiting you?
    It solves the problem of versioning of db scripts and is useful for my project
    San San C.

    Seamless CI/CD Integration for Database Script Deployments

    Reviewed on May 22, 2026
    Review provided by G2
    What do you like best about the product?
    Seamless integration with CI/CD for database script deployments
    What do you dislike about the product?
    Sometimes when there are cert level / infra level issues. Our team will go thru a lot of troubleshooting with our internal global teams and microsoft. Many times Redgate support was not able to provide any resolution.
    What problems is the product solving and how is that benefiting you?
    Consistency of database schema across DEV/QA/STG/PRD environments. Controlled deployment process and clear drift reports to show what is deployed
    Gautham D.

    Redgate Flyway: Schema-as-Code Migrations That Fit Seamlessly Into CI/CD

    Reviewed on May 21, 2026
    Review provided by G2
    What do you like best about the product?
    Redgate Flyway is a leading database migration tool that uses a “schema-as-code” approach to help manage database changes efficiently. It integrates smoothly with CI/CD pipelines to automate deployments from development through to production. Flyway also supports over 50 database management systems, helping ensure consistent and reliable database schema evolution across a wide range of environments.
    What do you dislike about the product?
    What I dislike about Redgate Flyway generally comes down to a few key areas that can slow development workflows and add unnecessary overhead.

    First, the learning curve can feel quite steep, especially for teams that are new to migration-based database management. The documentation sometimes seems insufficient, which makes it harder to understand migrations and manage them effectively. As a result, developers can get frustrated and the ramp-up period can take longer than it should.

    Another major drawback is the lack of certain features, particularly when important capabilities are limited to paid editions. This “paywall fatigue” comes from seeing functions that feel like they should be standard—such as undo migrations, dry runs, or more advanced reporting—locked behind higher-priced tiers. That can be difficult to justify, especially for smaller teams or projects working with tight budgets.
    What problems is the product solving and how is that benefiting you?
    In the fast-paced world of software development, managing database changes can often feel like navigating a minefield. Inconsistent environments, manual errors, and the dreaded "it works on my machine" syndrome are common headaches that can derail projects and lead to costly downtime. This is precisely where Redgate Flyway steps in, offering a robust solution to these pervasive problems and bringing significant benefits to our development and operations alike.
    One of the primary problems Redgate Flyway tackles is the lack of a standardized, version-controlled approach to database changes. Traditionally, database updates often involved a series of ad-hoc scripts and manual interventions, making it incredibly difficult to track what changes were applied, when, and by whom. Flyway resolves this by treating database migrations as code, allowing us to define, version, and apply these changes systematically across all our environments. This means our database schema is always in sync with our application code, eliminating inconsistencies between development, testing, and production environments. The benefit here is clear: improved quality and reliability, as we can apply the same rigorous standards of version control, testing, and code review that we use for our application code to our database.
    Another critical issue Flyway addresses is the potential for manual errors and the resulting unreliability of deployments. When database changes are handled manually, human error is almost inevitable, leading to broken deployments, data corruption, or unexpected behavior. Flyway automates this process, ensuring that changes are applied in the correct order and consistently. This automation not only reduces the risk of errors but also significantly speeds up the deployment process. For us, this translates into greater peace of mind, knowing that what we've tested in a staging environment will reliably be what goes into production. It minimizes the risk and impact of database failures by ensuring our migrations are tested, verified, and even reversible.
    Information Technology and Services

    Best-in-Class Versioning for Handling Database Issues

    Reviewed on May 19, 2026
    Review provided by G2
    What do you like best about the product?
    Its versioning system is the best to handle the database issues.
    What do you dislike about the product?
    One thing I dislike about Redgate Flyway is that the initial setup and migration discipline can feel complex for teams that are transitioning from manual SQL deployments. Teams need to adopt strict versioning practices, and handling scenarios like out-of-order migrations or conflicts between multiple developers requires careful process management.
    What problems is the product solving and how is that benefiting you?
    Redgate Flyway is helping solve one of the biggest problems we currently face in SCP: managing database changes consistently across multiple environments without relying on manual execution of SQL scripts.
    Financial Services

    Intuitive, Fast UI with Seamless Microsoft SQL Integration

    Reviewed on May 19, 2026
    Review provided by G2
    What do you like best about the product?
    The UI/UX is well thought out, everything makes sense where it is. It is fast in picking up changes to your database. It can integrate with Microsoft SQL which is a huge plus. The amount of time you save easily justifies the price of the product.
    What do you dislike about the product?
    Coming from Redgate SQL Source Control isn't an easy migration.
    What problems is the product solving and how is that benefiting you?
    Source control on my Microsoft SQL databases.
    Entertainment

    Repeatable, Auditable Database Changes Integrated into CI/CD

    Reviewed on May 19, 2026
    Review provided by G2
    What do you like best about the product?
    It brings database changes into the same controlled delivery process as application code. It makes database changes repeatable and auditable for CI/CI.
    What do you dislike about the product?
    The main drawbacks are the cost, the learning curve, and the complexity of the setup—especially in larger or more heavily customized environments.
    What problems is the product solving and how is that benefiting you?
    It helps solve the business problem of slow, risky, and inconsistent database delivery. It standardizes database changes across teams and environments, which reduces deployment stress and lowers the risk of out-of-hours releases.
    Staffing and Recruiting

    Great for One-Click Deployments, but Unsupported DB Objects Needed Cleanup

    Reviewed on May 19, 2026
    Review provided by G2
    What do you like best about the product?
    Flyway was the missing piece for our one click deployment. We had pipelines for the code part of the release, but the database side continued to be our bottleneck as scripts were having to be run manually.
    What do you dislike about the product?
    There were several database objects that were not supported at the time that required cleanup on our side. Some of these were technical debt in the form of unused and orphaned database objects, but it did take time to track them all down and determine if they could be removed, or needed updating. I believe since then you can set Flyway to ignore certain database objects, so it is likely a non-issue moving forward.
    What problems is the product solving and how is that benefiting you?
    It is the missing piece for a one click release night. We had the codebase handled with pipelines, but the database side continued to cause issues with the number of changes coming from multiple sources.