Liquibase vs. Redgate Flyway

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Liquibase
Score 8.0 out of 10
Enterprise companies (1,001+ employees)
Liquibase is a database change management tool that extends DevOps best practices to the database, helping teams release software faster and safer by bringing the database change process into existing CI/CD automation. According to the 2021 Accelerate State of DevOps Report, elite performers are 3.4 times more likely to incorporate database change management into their process than low performers. Liquibase value proposition: Liquibase speeds up the development…N/A
Redgate Flyway
Score 9.6 out of 10
N/A
Redgate Flyway extends DevOps practices to databases to speed up software delivery while keeping business-critical data safe. From version control to continuous delivery, Redgate Flyway helps enterprises build on application delivery processes to automate database development and deployments.N/A
Pricing
LiquibaseRedgate Flyway
Editions & Modules
No answers on this topic
Community
Free
Enterprise
Contact Sales
Offerings
Pricing Offerings
LiquibaseRedgate Flyway
Free Trial
YesYes
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
LiquibaseRedgate Flyway
Best Alternatives
LiquibaseRedgate Flyway
Small Businesses
DBeaver
DBeaver
Score 9.2 out of 10
DBeaver
DBeaver
Score 9.2 out of 10
Medium-sized Companies
DBeaver
DBeaver
Score 9.2 out of 10
DBeaver
DBeaver
Score 9.2 out of 10
Enterprises
DBeaver
DBeaver
Score 9.2 out of 10
DBeaver
DBeaver
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
LiquibaseRedgate Flyway
Likelihood to Recommend
8.0
(0 ratings)
8.0
(0 ratings)
Likelihood to Renew
9.1
(0 ratings)
-
(0 ratings)
Usability
9.1
(0 ratings)
-
(0 ratings)
Support Rating
7.4
(0 ratings)
-
(0 ratings)
Implementation Rating
9.1
(0 ratings)
-
(0 ratings)
User Testimonials
LiquibaseRedgate Flyway
Likelihood to Recommend
Any Codebase that does schema or table changes all the time for development or where Development and code is mostly in the database or SQL liquibase is a must. In a codebase where the database is pretty static or is just a place to dump data, liquibase is probably too much. You also need to have a team for it to really make sense. Doing a solo or small team project doing full version control on the database is probably more overhead than it is worth.
Read full review
If your application is running on many environments then some kind of automation for database migrations should be implemented. This will save time and trouble for employees and helps to manage migrations. However it must be understood that it is not a magical tool & should be studied properly so that it's limitations are understood & it will be used properly. Otherwise it might cause problems to the application.
Read full review
Pros
  • Liquibase provides a clear error log that allows us to pinpoint what to troubleshoot.
  • The service does not deploy bad data, which helps us keep our databases clean.
  • Liquibase works with GitHub Actions as well as AWS Codebuild and AWS Lambda. The flexibility allows us to deploy the service in many different ways.
Read full review
  • Easy to manage Release Management.
  • Version Control for Databases.
  • Saved DevOps time.
Read full review
Cons
  • Reducing Compatibility issues, when we upgraded Liquibase from 4.2 to 4.9. The same changeset which we were able to run on successfully using 4.2, part of it was now failing when tried to deploy using 4.9
  • We are not able to see detailed logs (for different changes) in uDeploy when deploying changes through Liquibase
  • Liquibase should rollback the if any one of the changes fails.
Read full review
  • The Object Mapping should be available on commuinity edition
  • More Programming Languages support
Read full review
Likelihood to Renew
We are and will continue using Liquibase and it has become an integral part of our portfolio offering, any new product is by default adopting Liquibase stack.
Read full review
No answers on this topic
Usability
the database deployments helped teams with a increased productivity,
faster delivery and low risk.
Read full review
No answers on this topic
Support Rating
Liquibase's customer support team has been very instrumental in helping us drive the whole Database CI/CD initiative. We have always received very quick resolution to our queries or any roadblock we hit. Right from setting up Liquibase in our environment to this date the Liquibase team has always helped us deliver quality and innovative solutions.
Read full review
No answers on this topic
Implementation Rating
Build process takes a toll.
Read full review
No answers on this topic
Alternatives Considered
In my previous project and organization I have used Flyway for database change management and version control similar to Liquibase which I am currently using. Comparing it with Flyway, Liquibase provides more feature flexibility and enhancements to handle complex workflows with rollback capability and its usage of contexts and labels allow us to target changes to specific environments, which Flyway doesn’t support natively. Also Liquibase provides way to compare different schema and generate changelogs for syncing environments automatically where in it allows to have declarative schema management by using XML/YAML/SQL script format.
Read full review
The problem with a cloud-based tool for migration services is the cloud dependency. You are restricted to use the tool along the Cloud provider. Flyway gives you the freedom to use it in any scenario as long as you are working with a compatible database engine. Even if you are working on-premise and you don't have plans to move to a cloud architecture. Or even for sandbox development scenarios where you are a developer playing around with some project ideas. And you don't have to pay anything as long as you need advanced features, and not less importantly, you are using an open-source tool.
Read full review
Return on Investment
  • We are still in the early phases, where the costs are potentially greater than the benefit. Trying to get Liquibase integrated into a pipeline has taken time investment and required some trial and error.
  • We are still a relatively small shop with a relatively small number of schema changes (perhaps 1 every week or so). As such, we aren't at a place where we couldn't have managed control of this without a tool. However, there is no doubt that investing in a tool at this stage was the right move. Now we have established guidelines and a pattern for how to do schema changes in a way that will make things easily scalable as we continue to grow.
Read full review
  • DB migration is fully automated
  • DB migration is committed to source code, repeatable on all environments
  • DB migration is fully integrated into development cycle
Read full review
ScreenShots

Redgate Flyway Screenshots

Screenshot of Flyway Enterprise – auto-generation of migration scriptsScreenshot of Flyway Enterprise - reportingScreenshot of Flyway Enterprise - drift detection