Redgate Flyway Enterprise
RedgateExternal reviews
83 reviews
from
External reviews are not included in the AWS star rating for the product.
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.
Seamless dbt Updates in Bitbucket Pipelines and Version control
What do you like best about the product?
Updates my dbt models while running my bitbucket pipeline, Version control of my models
What do you dislike about the product?
The initial setup feels too manual, and the overall configuration is overly complex.
What problems is the product solving and how is that benefiting you?
Helps in creating models in snowflake from dbt by running pipelines
Reliable, Code-Centric Database Migrations for Modern DevOps Pipelines
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.
Simple, Reliable Database Migrations with Smooth CI/CD Integration
What do you like best about the product?
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 the product?
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 the product 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.
Code-Based Schema Management Makes Evolutions and Deployments Easy
What do you like best about the product?
The code based approach makes it easier for me to maintain schema evolutions and deployments
What do you dislike about the product?
Some of the advanced features could be documented better
What problems is the product solving and how is that benefiting you?
Currently I am not using flyway but I have found it to be good
showing 11 - 20