# Redgate Flyway Reviews
**Vendor:** Redgate Software  
**Category:** [ Database DevOps Software](https://www.g2.com/categories/database-devops-software)  
**Average Rating:** 4.5/5.0  
**Total Reviews:** 83
## About Redgate Flyway
Redgate Flyway enables teams to deploy stable, secure database changes with confidence. With Flyway’s best-in-class technology and market-leading flexibility, teams have all they need for strong database governance, reliable deployments and the freedom to innovate faster. Redgate’s portfolio of solutions, including Flyway, help organizations reliably solve the complex challenges of database change management across the Database DevOps lifecycle. We make life easier for IT leaders, development and operations teams, increasing efficiency, reducing errors and protecting business-critical data. More than 200,000 data professionals across the globe, including 92% of the Fortune 100, rely on Redgate’s solutions to enable automation, resilience and efficiency throughout the database lifecycle, ensuring they get the most value out of their databases.



## Redgate Flyway Pros & Cons
**What users like:**

- Users appreciate the **ease of use** of Redgate Flyway, facilitating seamless integration with CI/CD and database management. (36 reviews)
- Users value the **simple version-controlled database migrations** of Redgate Flyway, enhancing CI/CD pipeline integrations effectively. (20 reviews)
- Users value the **easy integrations** of Redgate Flyway, enhancing their CI/CD pipelines and workflow efficiency. (10 reviews)
- Users value the **reliability** of Redgate Flyway, ensuring predictable and transparent database migrations in CI/CD workflows. (10 reviews)
- Users praise the **deployment ease** of Redgate Flyway, allowing quick and straightforward database migrations with minimal effort. (8 reviews)
- Easy Setup (5 reviews)
- Integrations (5 reviews)
- Performance Efficiency (5 reviews)
- Productivity Improvement (5 reviews)
- Useful (5 reviews)

**What users dislike:**

- Users find the **steep learning curve** challenging due to inadequate documentation and issues with migration management. (8 reviews)
- Users find **missing features** in Redgate Flyway frustrating, especially with essential tools restricted to paid editions. (7 reviews)
- Users often find **error handling confusing** , as messages lack clarity and troubleshooting can be time-consuming. (6 reviews)
- Users find the **cost of Redgate Flyway** to be a significant barrier, making it hard to justify its expense. (6 reviews)
- Users find **feature limitations** in Redgate Flyway, especially for complex migrations and advanced functionalities available only in paid editions. (6 reviews)
- Poor Documentation (6 reviews)
- Pricing Issues (6 reviews)
- Complexity (5 reviews)
- Integration Issues (5 reviews)
- Manual Processes (5 reviews)

## Redgate Flyway Reviews
  ### 1. Dead-Simple SQL Migrations with Smooth CI/CD Integration

**Rating:** 4.5/5.0 stars

**Reviewed by:** Yashas  K. | Software Engineer - DevOps, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 23, 2026

**What do you like best about Redgate Flyway?**

What I really like about Redgate Flyway is how dead simple it is. There are no new languages to learn and no complicated setup—just plain SQL scripts. That makes it really easy to get started and to get the whole team on board.

It also plugs right into CI/CD pipelines like it was made for it. Deployments stay consistent, predictable, and smooth from development to production. And the migration tracking is an absolute lifesaver, because it helps prevent environments from drifting out of sync.

**What do you dislike about Redgate Flyway?**

It’s overly expensive. The UI can feel a bit laggy when working with large databases. It works well with legacy databases, but it should catch up with modern databases.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Flyway mainly solves the problem of managing and tracking database schemas across multiple deployment environments. It helps keep prod, QA, and test branches in sync, provides version control for database changes, and all of this can be implemented through CI/CD.

  ### 2. Consistent and Hassle-Free Database Migrations

**Rating:** 5.0/5.0 stars

**Reviewed by:** Bharti S. | Analytics Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 30, 2026

**What do you like best about Redgate Flyway?**

What I like most about Redgate Flyway is how simple and developer friendly it is. It doesn’t require learning any new language or complex setup you can work directly with SQL scripts, which makes it very easy to get started and adopt within a team.

I also appreciate how seamlessly it fits into CI/CD pipelines. It brings a lot of structure and consistency to database deployments, ensuring that changes move smoothly from development to production without surprises. The built-in version control through migration tracking is another big plus, as it helps avoid issues like environments going out of sync.

**What do you dislike about Redgate Flyway?**

One thing I find a bit limiting about Redgate Flyway is its handling of rollbacks. Undoing changes isn’t always straightforward, especially in more complex scenarios, and some of the more advanced rollback capabilities are only available in the paid versions.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway helps solve the challenge of managing database changes in a consistent and organized way. It ensures all changes are version-controlled and applied in the correct order across environments. This reduces manual errors and keeps development, testing, and production in sync. Overall, it makes deployments more reliable and saves time through automation.

  ### 3. Plain SQL Migrations Made Easy with Flyway

**Rating:** 5.0/5.0 stars

**Reviewed by:** Chethan R. | Associate Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

Flyway is great because it uses plain SQL scripts for versioning, making it incredibly easy for developers to learn and adopt.

It also ensures environment consistency by using a schema history table to track and automate migrations across your entire CI/CD pipeline.

**What do you dislike about Redgate Flyway?**

The "Paywall" Fatigue: Many features that used to be standard (or feel like they should be) are now locked behind Teams or Enterprise editions. For example, Undo migrations, dry runs, and certain advanced reporting tools require a paid license, which can be a tough sell for smaller teams.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Problems Solved
Database Drift: It prevents environments (Dev, QA, Prod) from falling out of sync. Without Flyway, "hotfixes" often happen directly in Production and never make it back to Dev; Flyway detects this drift and provides scripts to resolve it.

Deployment Anxiety: It eliminates the manual "run these 10 scripts in this specific order" process, which is prone to human error.

Lack of Traceability: It solves the mystery of "Who changed this table and when?" by maintaining a mandatory flyway_schema_history table within the database itself.

"It Works on My Machine" Syndrome: It ensures that every developer is working against the exact same schema version, preventing code failures caused by missing columns or tables.

  ### 4. Simple, SQL-First Tool with Great Performance and Powerful Features

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rohit S. | Analytical Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 31, 2026

**What do you like best about Redgate Flyway?**

I like the simplicity of this tool. It uses plain SQL, which makes it very easy to work with and understand. At the same time, it also includes advanced features, such as drift detection, and it supports various database types. it supports integration of various databases. the performance is very good compared to some other tools i have used

**What do you dislike about Redgate Flyway?**

there are some features blocked by paywall and no built in undo functionality. hence need to manually rollback

**What problems is Redgate Flyway solving and how is that benefiting you?**

flyway provides support to deploy to production. since flyway ensures that every environment is a clone of the others, if it works in my pipeline, then it gives me confidence that it will work in production as well. the code reviews happen much faster due to its AI features

  ### 5. Simple to Use and Keeps Schema Changes Consistent Across Environments

**Rating:** 4.0/5.0 stars

**Reviewed by:** Samuel P. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

I like how simple it is to use. This past year was the first time using Flyway Desktop and that helped me with making sure that the same schema changes are implemented across all envs in a much more intuitive way.

**What do you dislike about Redgate Flyway?**

I wish that it can be integrated with Github directly so that when a certain migration files are merged into specific branch (e.g. stg or main), it will apply to that environment. Maybe there's already something like that but I've been having to apply the migration changes manually.

I also wish there was a way to see all the changes per table or see the final schema definition via AI or something. When there are a ton of migration scripts and many small changes here and there for a specific table, it's hard to see the full picture directly from Flyway.

**What problems is Redgate Flyway solving and how is that benefiting you?**

As I work with multiple environments, it gives me assurance that whatever I've applied to my lower level envs to get it working, the same schema changes will eventually get applied to prod. Rather than keeping track of that myself and figuring out how to version them, it makes it simple and clear.

  ### 6. Flyway Delivers Precise, Flexible Migrations and Streamlined Deployments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Stephen J. | Owner, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

Flyway runs database migration scripts written in the database's language. As an expert in database design and optimization, I want the tools that perform migrations to create the exact database I designed. I turned to Flyway after years of frustration with framework migration tools, where I would spend hours figuring out how to "trick" the tool into provisioning the database I designed.  Additionally, Flyway makes production deployments simple and straightforward for my DevOps team. My QA and developers can blow away a database and recreate it in seconds. Flyway is a solid execution of a simple concept that delivers productivity and flexibility to my development pipeline.

**What do you dislike about Redgate Flyway?**

The enterprise version of this software is quite expensive, which prohibits its use at many clients.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Flyway runs database migration scripts written in the database's language. As an expert in database design and optimization, I want the tools that perform migrations to create the exact database I designed. I turned to Flyway after years of frustration with framework migration tools, where I would spend hours figuring out how to "trick" the tool into provisioning the database I designed.  Additionally, Flyway makes production deployments simple and straightforward for my DevOps team. My QA and developers can blow away a database and recreate it in seconds. Flyway is a solid execution of a simple concept that delivers productivity and flexibility to my development pipeline.

  ### 7. Standard across technology with one time pain in setup

**Rating:** 1.5/5.0 stars

**Reviewed by:** Nilesh M. | Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 04, 2026

**What do you like best about Redgate Flyway?**

Redgate Flyway is cross-platform and supports multiple technologies, and its DB source control support is a real plus. The way it detects changes and manages migrations with granular control is impressive. However, the initial setup can be difficult, especially for people coming from a .NET or Microsoft stack.

**What do you dislike about Redgate Flyway?**

A big part of the challenge is that it mainly depends on the Java runtime and supporting jars, and the documentation around this isn’t very user-friendly. At least in my experience, I often end up relying on Stack Overflow discussion threads to figure out what’s going wrong.

**What problems is Redgate Flyway solving and how is that benefiting you?**

This has become our de facto standard for database source control, whether it’s MS-SQL or Oracle. The way it handles source control across two different database solutions is genuinely impressive. Adopting it as a standard practice has made our work much simpler and has also helped us streamline our CI/CD pipeline.

  ### 8. Predictable, Transparent SQL Migrations with “Migrate Once, Run Anywhere” Reliability

**Rating:** 4.5/5.0 stars

**Reviewed by:** Adhesh D. | Associate Analytics Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

It turns database migrations into plain SQL scripts that follow a simple versioning order, making deployments predictable and transparent. Its best feature is the "migrate once, run anywhere" reliability that bridges the gap between code and your database.

**What do you dislike about Redgate Flyway?**

Flyway's limited rollback support in the free version makes recovering from failed migrations a manual, often painful headache. It also lacks "state-aware" comparison tools, meaning it can't tell you how your schema drifted unless you’ve strictly tracked every change via a script.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the "it worked on my machine" problem by automating database version control and ensuring schema consistency across development, testing, and production environments. This benefits you by eliminating manual deployment errors and risky late-night fixes, allowing you to treat database changes with the same speed and reliability as your application code.

  ### 9. Simple, Versioned Schema Migrations with Great CI/CD Support

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 12, 2026

**What do you like best about Redgate Flyway?**

I like the way it is helping the users to migrate the schema.
Before it is very hard to keep track of schema changes but now the developer do not need to worry about it. Repetable and Versioned is the best think i liked it and it is very simple to implement using the SQL. It is having CI/CD support also.

**What do you dislike about Redgate Flyway?**

I have faced the problem while creating environment in the flyway the errors shown is not still clear. when i try to setup everything was right but instead of using the cmd i have used the power shell but i am not able to resolve it and i have checked out the support online but still i didn't get correct support. The Support can be improved. The product is having some potential to grow well by giving the error message correctly and correctly refined documentation.
In stack overflow it is outdated the way we have install flyway-cli and flyway it is confusing me more finally with the help of my collegue i have resolved all the problem

**What problems is Redgate Flyway solving and how is that benefiting you?**

Manually creating schema database and tables structures is ok in the dev mode but when it comes to production it can be tedious and can make mistakes lead to putting production at risk. It reduces the time for the development. we have to set it up once then we can use the same scripts for all the three dev qa and prod. which would help in ci/cd as well. The versioning and repetable in the flyway is very usefull so that the functions views are recreated whenever we are migrating and versioned or not migrated unnecessarily

  ### 10. Simple, Reliable Database Migrations with Smooth CI/CD Integration

**Rating:** 4.0/5.0 stars

**Reviewed by:** Bhavani K. | SDE1, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 09, 2026

**What do you like best about Redgate Flyway?**

Redgate Flyway stands out for its simplicity and reliability in managing database migrations. It allows teams to version-control database schema changes alongside application code, making deployments consistent across all environments. Its lightweight setup and SQL-first approach make it easy for developers to adopt without a steep learning curve. Flyway integrates smoothly with CI/CD pipelines, helping automate database changes and reduce manual errors. The clear migration history and validation checks add confidence during releases, especially in production environments.

**What do you dislike about Redgate Flyway?**

While Redgate Flyway is reliable, it has some limitations. Handling rollbacks can be challenging, as Flyway encourages forward-only migrations, which may require extra planning. Complex migrations and data fixes often need manual scripting and careful testing. Some advanced features, such as enhanced reporting and enterprise-level controls, are locked behind paid editions. Additionally, managing very large numbers of migration files can become harder over time without strong naming and organization practices.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of managing and tracking database schema changes across multiple environments. It ensures that database migrations are version-controlled, repeatable, and applied in the correct order, eliminating manual database updates and environment drift. This benefits us by making deployments more predictable, reducing errors during releases, and improving collaboration between developers and operations teams. With Flyway integrated into our CI/CD pipeline, database changes are automated alongside application code, which saves time, improves consistency, and increases confidence when deploying to production.

  ### 11. Beginner-Friendly Deployments with Powerful Code Versioning & CI/CD Commands

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dinesh S. | Principal Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 05, 2026

**What do you like best about Redgate Flyway?**

Code versioning and deployment via desktop are beginner-friendly, and CI/CD can be handled using commands and implement easily using GitHub Actions.

**What do you dislike about Redgate Flyway?**

Frequent UI changes each time we upgrade to new version.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Initially, as a team, we were deploying our DB scripts manually to each server. First, I helped my team analyze the Flyway desktop. We have minimized Deployment errors by using Flyway deployment using Desktop. As we learn and move to CICD using GitHub Actions, we are even faster with our deployments using Flyway Commands for DB deployment. Overall, we have moved from Manual deployment to CICD using Flyway and it's been a very good experience.

  ### 12. Loving that we have some kind of version control where we didn't before Flyway

**Rating:** 2.5/5.0 stars

**Reviewed by:** Rory D. | Report Analyst, Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

What I like best about Flyway is how easy it is to implement and set up.

**What do you dislike about Redgate Flyway?**

What I least like about Flyway is the user interface. I do not find it intuitive

**What problems is Redgate Flyway solving and how is that benefiting you?**

We previous;y did not have very good version controls.  We had people making changes in production which, when I came on board to this team, I found to be unbelievable for a large company.  We now have proper version controls, we can track what is being done and there are systematic ways to back out of changes instead of "I think this is all I did" type vibes.

  ### 13. Flyway Makes Database Migrations Simple, Structured, and Reliable

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 05, 2026

**What do you like best about Redgate Flyway?**

What I like most about Flyway is how simple it is and how it encourages a structured workflow. Compared with similar tools, it feels easier to use, and with just a few commands I can take care of everything I need. At the same time, it pushes me to follow proper migration practices that I might otherwise overlook, which makes the overall process more reliable and consistent.

**What do you dislike about Redgate Flyway?**

I dislike that it’s hard to find a proper way to use it with a database that’s already in production and wasn’t using Flyway from the start.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It solves the problem of keeping database scripts in sync across multiple environments by integrating seamlessly with Git. I don’t have to waste time manually coordinating changes, and I don’t worry about forgetting to apply a script somewhere.

  ### 14. Reliable, script-based database automation that stays out of your way

**Rating:** 5.0/5.0 stars

**Reviewed by:** Keerthan P. | Associate Data Analyst, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

I love the simplicity of the migrate-first approach and how easily it integrates into our existing CI/CD pipelines, making database versioning feel as natural as application code versioning.

**What do you dislike about Redgate Flyway?**

The transition from the community version to the paid tiers can be a bit pricey for smaller teams, and the error messages during failed migrations can sometimes be a bit cryptic to debug.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It eliminates the it worked on my machine manual script execution chaos by providing a single source of truth for our schema, which has significantly reduced deployment failures and downtime.

  ### 15. Fast and Reliable Database Deployments at Scale

**Rating:** 4.5/5.0 stars

**Reviewed by:** Adam C. | Database Adminstrator, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

Speed of much DB deployments can be made

**What do you dislike about Redgate Flyway?**

I'd like the ability to apply wildcard patterns to certain databases for migration rules, as we have a lot of databases, so having them each as environments doesn't work for us.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It's solving issues with bad SQL or untested SQL as we can make a schema change quickly and our CI will run through a DB deployment from start to finish to test our schema scripts and all migrations, all within minutes. DB changes used to take us hours, now they take minutes.

  ### 16. Reliable and Straightforward Database Version Control with Flyway

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 21, 2026

**What do you like best about Redgate Flyway?**

What stands out to me about Redgate Flyway is how straightforward it makes database change management. The migration-based approach is easy to understand, and it fits smoothly into our CI/CD workflow. I appreciate that it keeps our development, staging, and production environments aligned without introducing unnecessary overhead. It gives us confidence that database changes are applied in a controlled and repeatable way.

**What do you dislike about Redgate Flyway?**

At times, more complex schema updates require additional manual effort, especially when dealing with edge cases or legacy database structures. Error messages during failed migrations could also be clearer, particularly when diagnosing issues in production. Some additional guidance or improved logging would make troubleshooting easier.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Flyway helps us manage database changes in a disciplined, version-controlled manner instead of relying on ad-hoc scripts. Every change is documented and traceable, which reduces confusion within the team. As a result, deployments are smoother, rollback planning is clearer, and we spend less time fixing environment-related issues. Overall, it has improved reliability and coordination in our release process.

  ### 17. Consistent, Traceable Database Migrations That Make CI/CD Predictable

**Rating:** 4.5/5.0 stars

**Reviewed by:** Roopchand K. | Senior Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

What I like most about Redgate Flyway is how it brings consistency and traceability to database changes. Versioned migrations make it clear what was deployed and when, and once it’s integrated into CI/CD, database updates become predictable and low-risk. It removes a lot of manual coordination between teams. set up.

**What do you dislike about Redgate Flyway?**

The main downside is that troubleshooting failed migrations can take time, since the error messages aren’t always very clear. Managing out-of-order changes or quick hotfixes also needs careful handling, and new users usually need some time to fully understand concepts like repair and baselining.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Flyway helps keep database changes consistent across environments by version-controlling migrations. This reduces deployment issues, avoids manual DB updates, and makes releases more reliable.

  ### 18. Simple, Transparent SQL-Based Migrations with Easy Version Tracking

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about Redgate Flyway?**

The absolute best part is the simplicity of the plain SQL-based migrations. I don’t have to learn a proprietary XML or YAML DSL to manage my schema changes. It treats my SQL as a first-class citizen, and the linear, version-based execution makes it incredibly easy to reason about the state of our database across different environments. It’s transparent, and there’s no 'magic' happening behind the scenes that I can't debug.

**What do you dislike about Redgate Flyway?**

The gap between the Community and Teams/Enterprise editions can be frustrating. Basic necessities for a production environment like Undo migrations or Dry Runs are locked behind a pretty steep paywall. It’s tough to sell the 'fail-safe' aspect of the tool to management when the safety net (Undo) isn't in the free version we used for the POC.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It basically stops the 'it worked on my machine' syndrome for databases. By automating our migrations, we’ve moved away from the nightmare of tracking which SQL scripts have run where.

It benefits me by saving a ton of time, I'm not babysitting deployments or manually diffing tables anymore. I can just write my SQL, check it into Git, and let the automation handle the heavy lifting. It’s made our release cycle way less stressful.

  ### 19. Revolutionized Our Database Deployments with Version Control

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Insurance | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

Flyway makes it possible to introduce version control into an older database solution. In our case, it supports our migration to newer tools like dbt by ensuring that procedures, views, and similar objects are safely stored in Git when we turn off features. Flyway has also revolutionized how we deploy changes across our test, development, and production environments.

Implementing Flyway revealed a lot of differences between those environments, and that visibility helped us clean up our code right away. Personally, after implementing Flyway in our environments, I refuse to work with databases without version control.

Flyway offered us some support when implementing the tool; and this was helpful. Ideally we would like to have a consultant working together with us during the implementation, but we failed to find any with the necessary experience.

**What do you dislike about Redgate Flyway?**

Compared to working with dbt, Flyway feels slow. Personally, I like using Flyway on top of our Oracle databases, but several of my colleagues find it hard to grasp the schema model and the idea behind migrations. Version control and migrations are handled more effectively and intuitively in tools like dbt; however, that also means you have to completely change the way you work. Flyway, on the other hand, lets you keep working almost as you always have—just with version control added on top.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Flyway helps us store our code in Git, track and supervise changes in our database, and manage deployments between environments. It gives us a clear view of who did what, when, and why—assuming our commit messages are actually insightful.

  ### 20. Nice Release Pipelines, but Needs More Flexibility for Company-Specific Workflows

**Rating:** 2.5/5.0 stars

**Reviewed by:** Verified User in Insurance | Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

The pipeline/ releases can be nice for promoting and undoing when you need to cherry pick

**What do you dislike about Redgate Flyway?**

I know it may be specific to the company, but figuring out what to do at the start isn’t the easiest process. A lot of small bugs can come up along the way, and the general knowledge or guidance just wasn’t really there, so it created a pretty steep learning curve for someone completely new. One thing that has been a struggle to work out and try and keep track of is if multiple people are working with stuff in one repo and going to production at different times but they may use the same item, like a view or table, and promoting that becomes a headache. It also can be a little slow. Also I do not like that you can only have one project open at a time in a window when it looks like you should have tabs at the top to be able to switch between projects.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It is solving the problem that we had to wait to promote something. Another team would have to do it for us and now we can do it on our own and have version control.

  ### 21. Easy Setup and Simple Database Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aryan D. | CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

I like how easy it is to set up and use. I also like that I can use it to manage my database, which makes things simpler for me.

**What do you dislike about Redgate Flyway?**

I haven’t really had any issues, aside from not receiving an email to reset my password at first. It turned out it was in my junk mail.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It just makes life easier, so I don’t have to manually do a lot more than I need to.

  ### 22. Regate: Great Experience Overall

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consumer Services | Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

As a DevOps engineer, I like Redgate Flyway because it makes database changes easy to track, manage, and deploy through our CI/CD pipelines. It’s straightforward to use, and it helps us avoid mistakes during releases by keeping changes consistent and easier to review.

**What do you dislike about Redgate Flyway?**

Redgate doesn’t support Databricks. We have a task to track SQL using Redgate, but it doesn’t support Databricks, so we can’t use it for this requirement.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Previously, before Redgate, we had built our own custom CI/CD pipeline to run SQL queries on databases using a version control system. However, the CI/CD setup was very complex, and maintaining it became a headache. At times, we faced issues such as queries running multiple times, failed queries not being executed again, and many other bugs in that CI/CD process. We introduced Redgate with our customer, the customer agreed to the changes, and now everything is back on track and running smoothly.

  ### 23. Version-Controlled Database Migrations with Seamless GitHub/GitLab CI/CD Integration

**Rating:** 5.0/5.0 stars

**Reviewed by:** Hithesh P. | Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 09, 2026

**What do you like best about Redgate Flyway?**

Redgate Flyway helps you version-control database schema changes in the same way you version application code, and I find that extremely helpful. It also integrates with GitHub and GitLab for CI/CD, and those integrations are the features I appreciate most about Flyway.

**What do you dislike about Redgate Flyway?**

Handling rollbacks feels a bit more complicated than it should be, and I’m left thinking there might be a clearer, more straightforward way to do it.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Usually, database changes aren’t kept under version control, and Flyway helps solve that by bringing version control to database-related queries and migrations. It makes it easier to track what changed, when it changed, and keep those updates consistent across environments.

  ### 24. Flyway Makes Keeping Customer Databases Up to Date Simple

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 04, 2026

**What do you like best about Redgate Flyway?**

Flyway helps the DBA team to easily keep all databases up to date by using the Deply functionality.  Its really simple to make a change against the development database and apply the change to customer databases.

**What do you dislike about Redgate Flyway?**

The GUI can sometimes feel a little clunky, however it's quite east to use once you get used to it.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Before using Flyway, keeping databases updated was quite a manual and time consuming job.  Since using flyway, there is a single point of change which is then easy to replicate down to other existing databases.  This has saved the DBA team so much time, allowing us to focus on additional tasks.

  ### 25. Structured, Predictable Database Migrations with Clear Versioning and Automation

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

What I like most about Redgate Flyway is how it brings structure and control to database migrations. It makes schema changes predictable, versioned, and easy to track across environments, which reduces deployment risk. The automation and clear migration history are especially helpful for teams working with CI/CD pipelines and multiple developers.

**What do you dislike about Redgate Flyway?**

Redgate Flyway can have a learning curve for teams new to migration-based database management. Handling complex schema changes requires discipline, and some advanced features are limited to paid versions, which may be a drawback for smaller teams.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of managing database schema changes across multiple environments and teams. By versioning and automating migrations, it helps ensure that databases stay consistent from development through production. This reduces deployment risk, minimizes manual errors, and makes releases more predictable, which saves time and improves overall confidence in database changes.

  ### 26. Redgate Flyway Makes Managing Database Changes Easy for DBAs and Developers

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Consulting | Enterprise (> 1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

Redgate Flyway is a great tool for DBAs and Developers for managing database code and deploying changes.  As a DBA I use The SQL Compare and the SQL Data Compare tools extensively.  Both great tools that make your job easier.

**What do you dislike about Redgate Flyway?**

There is not much that I dislike about Flyway.

**What problems is Redgate Flyway solving and how is that benefiting you?**

I use Flyway SQL Compare to easily fine schema differences between Development and Production databases and to script and deploy those changes.  Also I have used the Data Compare specifically for Auditing and comparing databases that had be deidentified to the original source database to ensure we met audit masking requirements.

  ### 27. Streamlining Database Migrations with Simplicity and Version Control Integration.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sourav K. | Associate Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

It provides a transparent, script-based approach to migrations that integrates seamlessly into any CI/CD pipeline.

**What do you dislike about Redgate Flyway?**

The transition from the community edition to the paid tiers can be a significant jump in cost for smaller teams.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It eliminates the "it works on my machine" database issue by ensuring schema changes are tracked and deployed consistently across all environments.

  ### 28. Reliable, Code-Centric Database Migrations for Modern DevOps Pipelines

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rakshith B. | Associate Data Analyst Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

The simplicity of its version-based migration scripts and its ability to integrate seamlessly into almost any CI/CD pipeline.

**What do you dislike about Redgate Flyway?**

The transition from the open-source Community edition to the Enterprise tier can be a significant jump in cost for smaller teams.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It eliminates "manual" database updates by automating schema changes, ensuring our environments stay consistent and reducing deployment failures.

  ### 29. Overall Redgate is good, and easy and help to make things automated.

**Rating:** 4.0/5.0 stars

**Reviewed by:** Karan K. | Devops Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about Redgate Flyway?**

Redgate integrates easily with a version control system, and it also connects smoothly with CI/CD. This makes it much easier to manage the CI/CD pipeline without having to worry about other things.

**What do you dislike about Redgate Flyway?**

The documentation really needs improvement, and adding screenshots would make the setup much easier to follow. As it stands, it isn’t very helpful, and the setup process ends up feeling unnecessarily complicated.

**What problems is Redgate Flyway solving and how is that benefiting you?**

I was facing a CI/CD-related problem that made handling SQL queries far too complex. After using Redgate, it became much easier to manage and handle those queries.

  ### 30. Robust CI/CD and Script Validation with Flyway

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Banking | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

I wanted to setup a robust CI CD setup using Flyway with the client data warehouse being i Databrics and primary version control being Github.
The documentation has been super helpful and it has help me achieve the kind of script validations that I wanted to run using flyway before merging code.

**What do you dislike about Redgate Flyway?**

I wouldn’t define this as a downside of Flyway itself, but the limitations around applying it to Databricks Unity Catalog have caused some restrictions.

**What problems is Redgate Flyway solving and how is that benefiting you?**

I've been using it for controlled versioned management of scripts and notebooks in Databricks, integrated by Git. It's been really helpful for ensuring that scripts get applied in cloned env before the code is merged to prod and hence we can ensure code quality as well as defined standards of uniformity.

  ### 31. Simple Database Change Sync with Smooth GitHub & AI Tool Integration

**Rating:** 4.0/5.0 stars

**Reviewed by:** Dan O. | Chief Technology Officer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

It’s a simple way to keep database changes in sync across the team. It also integrates smoothly with GitHub and our AI tools, which makes it easier to fit into our existing workflow.

**What do you dislike about Redgate Flyway?**

Nothing really comes to mind. Overall, it’s been a positive experience.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It helps keep the team working together on databases that would otherwise slow down or block fast software development. The CI/CD integration is useful, and the ability to tear tests up and down makes it easier to keep workflows moving.

  ### 32. Redgate Flyway Makes Database Updates Simple and Stress-Free

**Rating:** 4.5/5.0 stars

**Reviewed by:** Karan A. | Infra Cloud Engineer , Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 20, 2026

**What do you like best about Redgate Flyway?**

What I like best about Redgate Flyway is that it makes database updates simple and stress-free, helping our team manage changes easily without confusion.

**What do you dislike about Redgate Flyway?**

One thing I dislike about Redgate Flyway is that troubleshooting errors can sometimes be confusing, especially when the error messages are not very clear.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of managing database changes across different environments, and it benefits us by keeping everything organized, reducing manual work, and avoiding deployment mistakes.

  ### 33. Reliable Database Version Control with Smooth Automated Migrations

**Rating:** 5.0/5.0 stars

**Reviewed by:** Kanith Kumar P. | Associate Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

Reliable database version control and automated schema migrations.

**What do you dislike about Redgate Flyway?**

Limited advanced GUI features and complex handling for large legacy database migrations.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It solves database change tracking and deployment consistency, helping reduce manual errors and making releases faster and reliable.

  ### 34. Seamless dbt Updates in Bitbucket Pipelines and Version control

**Rating:** 4.0/5.0 stars

**Reviewed by:** Pratham R. | Data Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

Updates my dbt models while running my bitbucket pipeline, Version control of my models

**What do you dislike about Redgate Flyway?**

The initial setup feels too manual, and the overall configuration is overly complex.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Helps in creating models in snowflake from dbt by running pipelines

  ### 35. Easy Setup, GitHub Integration, and Big Productivity Gains for Database Change Workflows

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Gambling & Casinos | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 04, 2026

**What do you like best about Redgate Flyway?**

It’s easy to set up and configure. The automated processes are straightforward to use, and it integrates closely with GitHub. Overall, it brings huge productivity benefits and greatly simplifies our workflows by giving developers a more structured approach to database changes and source control.

**What do you dislike about Redgate Flyway?**

The developers’ initial reluctance was quickly overcome through training and clear documentation.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate is constantly improving the product and we can vote on suggested improvements and enhancements such as better visibility into licence usage.

  ### 36. Simple and Manageable

**Rating:** 4.0/5.0 stars

**Reviewed by:** Rakesh . | Backend Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 04, 2026

**What do you like best about Redgate Flyway?**

Post Migration Scripts, Migration Version Control

**What do you dislike about Redgate Flyway?**

Longer load time when initially opening a project.

**What problems is Redgate Flyway solving and how is that benefiting you?**

I contribute to non profit org's, managing multiple projects. Redgate Flyway helps me with keeping track of schema changes with all my projects.

  ### 37. Structured DB Releases with Reliable Shadow DB Migration Checks

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about Redgate Flyway?**

it helps to organize db release in a more structured way and it is quite helpful to always check the migrations on a shadow db

**What do you dislike about Redgate Flyway?**

Still not sure how exactly the sampling of the data works, and sometimes managing the migration out of sync is bit difficult

**What problems is Redgate Flyway solving and how is that benefiting you?**

like I mentioned previously organizing the release in a more structured way is quite helpful

we no go through the same pr process to manage it

  ### 38. Predictable, Automated Database Migrations with Version-Controlled SQL

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about Redgate Flyway?**

Redgate Flyway excels by treating database migrations as version-controlled SQL, ensuring deployments are predictable, automated, and consistent across all environments.

**What do you dislike about Redgate Flyway?**

Flyway is great for simple, linear schema changes, but it becomes restrictive when migrations require complex conditional logic or environment-specific behavior.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of version-controlled, repeatable database migrations by applying schema changes in a consistent, ordered way across environments. This ensures that all teams and environments stay in sync, reduces deployment errors, and makes rollouts more predictable.

For me, this benefits development and deployment by providing traceable change history, automation-friendly migrations, and a standardized process that aligns with CI/CD pipelines, reducing manual intervention and drift between environments.

  ### 39. Excellent for CI/CD Use Cases and Schema Evolution in Data Pipelines

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Biotechnology | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 08, 2026

**What do you like best about Redgate Flyway?**

CI/CD use cases and schema evolution in data pipelines

**What do you dislike about Redgate Flyway?**

: In the Community (free) edition, there is no built-in undo command. If a migration fails or you need to roll back, you have to manually script the reversal or "migrate forward" with a fix.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway acts as a bridge between the fast-moving world of application code (Git, CI/CD) and the traditionally slow, manual world of database management.

By solving the "database bottleneck," it benefits teams by ensuring that a database is never out of sync with the application it supports. Here is a breakdown of the core problems it solves and the tangible benefits of using it

  ### 40. Redgate Database Migrations Makes Local Database Collaboration Easy

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Accounting | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

The Redgate Database migrations make it easy to work with multiple people on the same locally hosted database

**What do you dislike about Redgate Flyway?**

The least helpful feature tends to be Flyway’s rollback/undo support

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway is solving the problem of keeping database schemas consistent across multiple developers’ local environments. In a group project where everyone runs their own local database, it prevents differences in table structures, columns, and constraints from creeping in.

This benefits me by:

Ensuring everyone’s database is at the same version

Automatically applying schema changes in the correct order

Eliminating manual setup and “works on my machine” database issues

Making database changes reproducible and predictable across the team

  ### 41. Excellent Schema Management with Versioned Migrations

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rakesh P. | Database Admijnistrator, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

Manage schema properly and keep track using versioned migration

**What do you dislike about Redgate Flyway?**

There is no option for data migration from source to target database

**What problems is Redgate Flyway solving and how is that benefiting you?**

Keep track of changes in script

  ### 42. Better Control and Easier SQL Database Deployments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Gambling & Casinos | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 04, 2026

**What do you like best about Redgate Flyway?**

Better control and an easier way to deploy new changes to our SQL databases.

**What do you dislike about Redgate Flyway?**

There’s a lack of visibility into who is using the licenses. With a limited number available, it would be helpful to be able to identify unused licenses and recycle them.

**What problems is Redgate Flyway solving and how is that benefiting you?**

With the newest release, I can open multiple projects at the same time, which makes navigation and deployments much easier.

  ### 43. Complete free version and community support that makes a difference

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Financial Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

I like the possibility of testing the main functions of the tool in the free version, in addition to the support offered by the community.

**What do you dislike about Redgate Flyway?**

Throughout the time I used Flyway, I did not find any negative points worth mentioning.

**What problems is Redgate Flyway solving and how is that benefiting you?**

We use Flyway to execute SQL scripts on databases, thereby maintaining version control in an organized and consistent manner.

  ### 44. Strong Version Control and Pipelining Support

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 30, 2026

**What do you like best about Redgate Flyway?**

It helps with version control and supports pipelining.

**What do you dislike about Redgate Flyway?**

More commands to execute, UI has to be improved and setup was bit long

**What problems is Redgate Flyway solving and how is that benefiting you?**

Helping in versioning the tables that are stored in snowflake

  ### 45. Simple, Reliable Database Version Control That Fits Seamlessly into CI/CD

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** March 30, 2026

**What do you like best about Redgate Flyway?**

I like Redgate Flyway best because it provides simple, reliable database version control with clear migration tracking that fits seamlessly into CI/CD workflows.

**What do you dislike about Redgate Flyway?**

Handling complex rollbacks and troubleshooting failed migrations can be time-consuming, especially at scale.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of managing and versioning database schema changes in a consistent and automated way, and that benefits me by ensuring reliable, repeatable deployments and better collaboration across development teams.

  ### 46. Straightforward Setup and Versatile Across Many Databases

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 11, 2026

**What do you like best about Redgate Flyway?**

Very straightforward to setup,
Easy naming conventions,
Been very versatile to use on many databses

**What do you dislike about Redgate Flyway?**

It is a bit hard to setup flyway commandline because of environment variables,u should include that in the setup itself

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of managing and deploying database schema changes in a structured, reliable way

  ### 47. Simple Flyway Adoption with Smooth CI and Release Pipeline Integration

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in E-Learning | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 04, 2026

**What do you like best about Redgate Flyway?**

If you are already managing schema and data updates via .sql files, Flyway is simple to adapt and you get the benefits without much of a change to processes. The flyway command-line utility was simple to integrate with our CI and release pipelines. Our team use flyway to ensure they have their database up to date when pulling changes to the codebase.

**What do you dislike about Redgate Flyway?**

The utility can be slow to run, with an overhead of a couple of seconds per database being migrated.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Schema migration management, along with continuous integration and release automation.

  ### 48. Flyway Diff Makes Staying in Sync with Development Effortless

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** February 03, 2026

**What do you like best about Redgate Flyway?**

Flyway’s diff functionality makes it really easy to stay in sync with all the development work that’s going on.

**What do you dislike about Redgate Flyway?**

The documentation feels convoluted, and I often have a hard time finding the specific things I want to research.

**What problems is Redgate Flyway solving and how is that benefiting you?**

It standardises migrations across ecosystems and has become my go-to tool for database migrations.

  ### 49. Easy-to-Use, Simple UI with Straightforward Integration

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about Redgate Flyway?**

It’s easy to use, with a simple, non-complex UI. Integration is also easy and straightforward.

**What do you dislike about Redgate Flyway?**

linear versioning can cause major headaches during parallel team development, leading to frequent naming conflicts and merge issues

**What problems is Redgate Flyway solving and how is that benefiting you?**

solves the chaos of manual schema updates and environment drift by treating database changes as version-controlled code

  ### 50. Simple, Version-Controlled Migrations That Fit Naturally into CI/CD

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consulting | Mid-Market (51-1000 emp.)

**Reviewed Date:** February 06, 2026

**What do you like best about Redgate Flyway?**

I like how Redgate Flyway gives you simple, version-controlled database migrations that fit naturally into CI/CD pipelines.
It keeps schema changes transparent, repeatable, and easy to roll forward with confidence.

**What do you dislike about Redgate Flyway?**

I dislike that complex rollback scenarios can be tricky and often require manual scripting.
Also, advanced features are locked behind paid editions, which can be limiting for smaller teams.

**What problems is Redgate Flyway solving and how is that benefiting you?**

Redgate Flyway solves the problem of uncontrolled, manual database changes by enforcing versioned, repeatable migrations.
That benefits me by making deployments safer, auditable, and consistent across all environments.


## Redgate Flyway Discussions
  - [What is Flyway API?](https://www.g2.com/discussions/what-is-flyway-api) - 1 comment

- [View Redgate Flyway pricing details and edition comparison](https://www.g2.com/products/redgate-flyway/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-14+10%3A27%3A23+-0500&secure%5Bsession_id%5D=c7540186-7df6-44bf-ac4e-0b5efff2f9fb&secure%5Btoken%5D=d3e7364de3c95867e67240bb7e97d0bfa3be3353bbc48db0abdb007f4d29255f&format=llm_user)
## Redgate Flyway Integrations
  - [ASP.NET](https://www.g2.com/products/asp-net/reviews)
  - [Azure DevOps Server](https://www.g2.com/products/azure-devops-server/reviews)
  - [Azure Pipelines](https://www.g2.com/products/azure-pipelines/reviews)
  - [Databricks](https://www.g2.com/products/databricks/reviews)
  - [dbt](https://www.g2.com/products/dbt/reviews)
  - [Git](https://www.g2.com/products/git/reviews)
  - [GitHub](https://www.g2.com/products/github/reviews)
  - [GitLab](https://www.g2.com/products/gitlab/reviews)
  - [Jenkins](https://www.g2.com/products/jenkins/reviews)
  - [Octopus Deploy](https://www.g2.com/products/octopus-deploy/reviews)
  - [Snowflake](https://www.g2.com/products/snowflake/reviews)
  - [spring.io](https://www.g2.com/products/spring-io/reviews)
  - [TeamCity](https://www.g2.com/products/teamcity/reviews)

## Redgate Flyway Features
**Functionality**
- Deployment-Ready Staging
- Integration
- Extensible

**Functionality**
- Automation
- Change validation
- Version control

**Management**
- Processes and Workflow
- Reporting
- Automation

**Management**
- Visibility
- Rollbacks
- Post-deployment validation

**Agentic AI - Continuous Delivery**
- Autonomous Task Execution
- Cross-system Integration
- Proactive Assistance

## Top Redgate Flyway Alternatives
  - [Liquibase](https://www.g2.com/products/liquibase/reviews) - 4.5/5.0 (28 reviews)
  - [Git](https://www.g2.com/products/git/reviews) - 4.7/5.0 (517 reviews)
  - [GitLab](https://www.g2.com/products/gitlab/reviews) - 4.5/5.0 (873 reviews)

