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.
$0
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
YesYes
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
LiquibaseRedgate Flyway
Considered Both Products
Liquibase
Chose Liquibase
flyway use sql for defining change but Liquidbase provides flexibility to specify change in different formats including sql such as xml, yaml and json
Chose Liquibase
With Flyway you need to Write rollback scripts manually. With Liquibase we have a lot of customization with to rollback with options such rollback-one-changeset or rollback-one-update.
Chose Liquibase
Liquibase provide rollback feature more matured than others.
Chose Liquibase
Liquibase makes it easy to integrate into CI/CD pipelines, keeping the database and code in sync. The switch from one database management system to another is made easier by modeling the structure of the database in DBMS-independent XML rather than SQL. A user-friendly web …
Chose Liquibase
Liquibase is much more powerful compared to Flyway since it is much more flexible in nature. You can apply changes programmatically, works with any kind of database and provides features version controlling database schemas. All these features were missing in Flyway and that's …
Chose Liquibase
Liquibase is preferred over Flyway if your engineers doesn’t have knowledge in the DDL language used in each database product supported. If you only need to support a single database product and your engineers have the skills I would recommend Flyway instead. Liquibase is …
Chose Liquibase
Both liquibase and Flyway help you deploy database changes associated with new application deployments. They will both help with reducing database administration tasks and ensure reliability of the application service. Comparing Liquibase and Flyway, I found liquibase to be …
Chose Liquibase
Liquibase is head and shoulders better than relying on SQL Compare alone for deployments. I haven't used Flyway, but based on our evaluation, Liquibase seemed to have a lot of functional overlap for considerably less cost. I would recommend the use of GitHub or Bitbucket in …
Chose Liquibase
At the time, Liquibase offered a community version and I think Flyway didn’t. In our case, we did not have any previous experience with any database management tools, so we just went with what was free to try out.
Chose Liquibase
More configurable and more flexible. Might include solutions for NoSql in the future. A couple of useful plugins (hibernate integration, for example).
Chose Liquibase
Liquibase has better options than Flyway software. Liquibase seems to have everything Flyway has and more flexibility when it comes to rollbacks. The main advantage of just Flyway seems to be not having to use XML, but Liquibase allows you to specify an SQL file in their XML. …
Chose Liquibase
The main reason for Liquibase and against Flyway is the independence of the RDBMS product used.
Chose Liquibase
Liquibase has a more robust feature set including schema definitions in XML, JSON, and YAML. Liquibase Hub provides a better view of deployment status.
Redgate Flyway

No answer on this topic

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
(59 ratings)
8.0
(4 ratings)
Likelihood to Renew
9.1
(4 ratings)
-
(0 ratings)
Usability
9.1
(2 ratings)
-
(0 ratings)
Support Rating
7.3
(57 ratings)
-
(0 ratings)
Implementation Rating
9.1
(2 ratings)
-
(0 ratings)
User Testimonials
LiquibaseRedgate Flyway
Likelihood to Recommend
Liquibase
Based on my experience so far on using Liquibase in my current project, I have seen that Liquibase changelogs are version control where multiple team members and developers can work together on database and deployed automatically via CI/CD Pipeline integration using github actions and it applies same changelogs to all enviroments to remain in sync and avoid any enviroment drift. Also as Liquibase stores changelog audits in DATABASECHANGELOG table it helps in tracking purposes and to easily rollback any change . Whereas in some scenarios I feel that Liquibase have some drawbacks where if complex transformation between tables is not optimized for bulk data operations which eventually degrades database performance.
Read full review
Redgate
Database Migrations on Java-based solutions. It has one of the best integrations with it as a database migration tool, you can do it with the community edition (no pricing involved) and it works flawlessly with Maven and Gradle. It's not an expensive tool in order to use the next level of features and is worth the money. I would recommend reaching that edition level as the object mapping feature gets really handy. I would not recommend it for any Microsoft-based solution (.Net) as is not compatible at all based on my experience, this is a tool only worth it with Java applications.
Read full review
Pros
Liquibase
  • Liquibase tracks changes in a metadata table contained directly in the target database, making easy administration for the DBA.
  • Liquibase handles many validation tests out of the box, making it easy to choose which ones you want to include, with options for writing your own if you choose. This makes it robust and flexible in terms of validation before deployment.
  • Liquibase provides easy integration into deployment pipelines for CI/CD. We use it with GitHub for source control and Circle CI for validation and deployment pipelines.
Read full review
Redgate
  • Supports many databases
  • Community version uses Apache license
  • Widely used, good community support
Read full review
Cons
Liquibase
  • I would like Liquibase to explore all errors in the changelog files compared to one at a time. We spent a lot of time troubleshooting one error at a time versus having a batch log of errors in each file.
  • Understanding where to get support on things. I spent a lot of time researching externally to learn what the best practices were. Although I found some of the youtube videos helpful, I would like a little more of a technical support. This may be a feature with the paid tier, however, we leveraged open source.
  • Seeing more examples of how others use Liquibase and their usecases will be helpful. That way we can learn from each other which may help us improve on our own deployments.
Read full review
Redgate
  • GUI could be more user friendly
  • Applying patch scripts on a blank DB differs from on a DB with data, so the migration could still fail when all tests passed
  • Configurations options could be more flexible / powerful
Read full review
Likelihood to Renew
Liquibase
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
Redgate
No answers on this topic
Usability
Liquibase
Build process is too time consuming and getting extra DB instance takes a toll
Read full review
Redgate
No answers on this topic
Support Rating
Liquibase
Liquibase has been responsive and even is letting our group test some new products they are developing and even made code changes to their production system because of a couple bugs we have reported. Liquibase licensing has also been easy and simple. I have nothing bad to say about any of the Liquibase staff I have talked to. They also hold free information webinars for new content that helps spread adoption and moving the product forward.
Read full review
Redgate
No answers on this topic
Implementation Rating
Liquibase
the database deployments helped us with increased productivity,
faster delivery and low risk.
Read full review
Redgate
No answers on this topic
Alternatives Considered
Liquibase
There is no real competitor when it comes to what Liquibase does - at least not at the time we considered it three years ago. It was an easy choice in this regard, but we could have said no to it if it made our workload more difficult. But our proof of concept showed there were easy wins to be had by implementing its software.
Read full review
Redgate
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
Liquibase
  • We need to re-educate developers to use Liquibase.
  • In some cases, it is hard to align when several teams work on the same DB.
  • On the other hand, Liquibase provides order and consistency in managing DB changes.
  • Evidence and traceability are a plus.
Read full review
Redgate
  • Reduced our effort for release processes.
  • Easy to setup - less than 5 minutes.
  • Improve reliability of our databases.
  • Easy backup and version control.
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