Redgate Flyway Enterprise
RedgateReviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
78 reviews
from
External reviews are not included in the AWS star rating for the product.
Reliable and Straightforward Database Version Control with Flyway
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.
Redgate Flyway Makes Database Updates Simple and Stress-Free
What do you like best about the product?
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 the product?
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 the product 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.
Simple, Versioned Schema Migrations with Great CI/CD Support
What do you like best about the product?
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.
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 the product?
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
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 the product 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
Easy to Connect, Smooth Learning Curve, and Great for Repeatable Snowflake Migrations
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
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
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
Plain SQL Migrations Made Easy with Flyway
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.
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.
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.
Streamlining Database Migrations with Simplicity and Version Control Integration.
What do you like best about the product?
It provides a transparent, script-based approach to migrations that integrates seamlessly into any CI/CD pipeline.
What do you dislike about the product?
The transition from the community edition to the paid tiers can be a significant jump in cost for smaller teams.
What problems is the product 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.
Reliable, script-based database automation that stays out of your way
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.
Straightforward Setup and Versatile Across Many Databases
What do you like best about the product?
Very straightforward to setup,
Easy naming conventions,
Been very versatile to use on many databses
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
Reliable Database Version Control with Smooth Automated Migrations
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.
Predictable, Transparent SQL Migrations with “Migrate Once, Run Anywhere” Reliability
What do you like best about the product?
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 the product?
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 the product 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.
showing 1 - 10