Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

1 AWS reviews
  • 1
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

83 reviews
from

External reviews are not included in the AWS star rating for the product.


5-star reviews ( Show all reviews )

    Information Technology and Services

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

  • March 31, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
Handling complex rollbacks and troubleshooting failed migrations can be time-consuming, especially at scale.
What problems is the product 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.


    Bharti S.

Consistent and Hassle-Free Database Migrations

  • March 30, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Computer Software

Reliable and Straightforward Database Version Control with Flyway

  • February 21, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Computer Software

Easy to Connect, Smooth Learning Curve, and Great for Repeatable Snowflake Migrations

  • February 12, 2026
  • Review provided by G2

What do you like best about the product?
Learning curve is not steep, easy to learn
Was using Snowflake with this, so it was very helpful for repeatable migrations
What do you dislike about the product?
Had some issues while connecting the first time.
Need some more simple documentation
What problems is the product solving and how is that benefiting you?
CI/CD for databases and uncontrolled database changes


    Chethan R.

Plain SQL Migrations Made Easy with Flyway

  • February 11, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Keerthan P.

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

  • February 11, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Information Technology and Services

Straightforward Setup and Versatile Across Many Databases

  • February 11, 2026
  • Review provided by G2

What do you like best about the product?
Very straightforward to setup,
Easy naming conventions,
Been very versatile to use on many databses
What do you dislike about the product?
It is a bit hard to setup flyway commandline because of environment variables,u should include that in the setup itself
What problems is the product solving and how is that benefiting you?
Redgate Flyway solves the problem of managing and deploying database schema changes in a structured, reliable way


    Kanith Kumar P.

Reliable Database Version Control with Smooth Automated Migrations

  • February 11, 2026
  • Review provided by G2

What do you like best about the product?
Reliable database version control and automated schema migrations.
What do you dislike about the product?
Limited advanced GUI features and complex handling for large legacy database migrations.
What problems is the product 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.


    Rakshith B.

Reliable, Code-Centric Database Migrations for Modern DevOps Pipelines

  • February 11, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.


    Hithesh P.

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

  • February 09, 2026
  • Review provided by G2

What do you like best about the product?
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 the product?
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 the product 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.