Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Liquibase Pro

Liquibase | 1

Reviews from AWS Marketplace

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

External reviews

27 reviews
from G2

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


    Internet

Powerful and Flexible

  • January 10, 2022
  • Review verified by G2

What do you like best about the product?
Liquibase provides Seamless integration into CI/CD pipelines, ensuring code and database remain in lockstep. Modeling database structure in DBMS agnostic XML instead of SQL helps ease the transition from one DBMS to another. A friendly web console provides a view into which environments have received a specific changeset, enabling a complete view of the database landscape. Finally, their support is on-point! Very friendly support from knowledgable people who are obviously passionate about this product.
What do you dislike about the product?
There's no easy way to see the current state of the database schema with Liquibase. This limitation makes it difficult to compare the differences between two different database schemas. This is not a significant problem, but just one small thing we lost in the transition.
What problems is the product solving and how is that benefiting you?
We have moved our database deployments to our CI/CD Pipeline and away from a more manual approach. This update provides better security and ensures consistency between code and schema.
Recommendations to others considering the product:
I highly recommend having a conversation with Liquibase Personnel about best practices, etc. They are very knowledgable and can help ensure you get off on the right foot.


    Sanani R.

About 6 months I worked with Liquibase and it was very easy and useful to use it.

  • July 07, 2021
  • Review provided by G2

What do you like best about the product?
It is easy, flexible, and have xml and pure SQL format features.
What do you dislike about the product?
I don't have anything about what I disliked.
What problems is the product solving and how is that benefiting you?
I solved the database evaluation problem, in which new tables created, new columns created and I needed to migrate easily.


    Mohanakrishna D.

Excellent tool for handling database

  • July 05, 2021
  • Review provided by G2

What do you like best about the product?
Using the liquibase makes our project DB upgrades easier.
What do you dislike about the product?
The documentation provided by liquibase are little unclear at some points.
What problems is the product solving and how is that benefiting you?
DB upgrade is an challenging task for us but using the liquibase have solved that issue and the performance is also very good.
Recommendations to others considering the product:
If you need a tool which will help you to maintain DB upgrades in a easy way then go for liquibase.


    Financial Services

Best tool for version control

  • June 23, 2021
  • Review provided by G2

What do you like best about the product?
We regularly using liquibase for db creation and all skeleton along with all versioning that helps a lot to maintain database stability as well as its very easy to configure with Jenkins and ready to build with maven plugin.
What do you dislike about the product?
Not till now but some time data coligue issue is facing due to UTF-8 or other format
What problems is the product solving and how is that benefiting you?
NA
Recommendations to others considering the product:
Best practice for database setup


    Computer & Network Security

Need more enhancement

  • June 22, 2021
  • Review provided by G2

What do you like best about the product?
The deployment with database changes is very good
What do you dislike about the product?
The way of deciding to run specific file or not
What problems is the product solving and how is that benefiting you?
The deployment with database changes is better than manual execution


    Hospital & Health Care

Liquibase as a Heart of DevOps Automation Process

  • June 22, 2021
  • Review provided by G2

What do you like best about the product?
Developer Friendly and Easy to Integrate
What do you dislike about the product?
For Larger Applications, Initial Changeset Making Process is a bit difficult
What problems is the product solving and how is that benefiting you?
The automation process is easy with Liquibase. Rollback options the core of the advantage.
Recommendations to others considering the product:
Liquibase is the core of the automation process with continuous delivery and integration. Definitely, it will be the heart of the automation process.


    Hari K.

Reliable Database versioning

  • June 22, 2021
  • Review provided by G2

What do you like best about the product?
I love the flexibility with the schema changes. I don't have to restrict my team to "only XML" way. It is possible to come up with schema changes in YAML and JSON, which is the order of game nowadays.
What do you dislike about the product?
Something I kinda miss with Liquibase is the Java migration piece.
What problems is the product solving and how is that benefiting you?
Oh yeah, we were successful in Integrating our CI CD Pipeline with Liquibase integration for:
- Database schema comparison, we use this workflow for setting up the Test schema for UAT and Regression testing.
- Use generated SQL to have a database source code repository
- Run multiple migrations, meaning, promoting code to Development ==> Testing; then Testing ==> UAT; then UAT ==> Prod test and eventually to Production. All the important workflows use the dry run feature quite smartly.


    Mohammad b.

I'm a software developer with 3 years experience

  • June 22, 2021
  • Review provided by G2

What do you like best about the product?
The most helpfull thing in liqibase the technology it self and how that technology allow you to version your databases schemas so easily.
What do you dislike about the product?
For example when we are generating a diff between two databases there is a irrelevant data not needed to be in the generated diff file
What problems is the product solving and how is that benefiting you?
The versioning of my project schemas and how I can manipulate them easily and update the tables also adding seed data to my tables as a lookups


    Love K.

good tool for code branching and merging

  • June 21, 2021
  • Review provided by G2

What do you like best about the product?
Database Diff, Code branching good in liquibase
What do you dislike about the product?
i dont like the rollback feature of liquibase
What problems is the product solving and how is that benefiting you?
It solved problems related to continuous integration with release pipelines and as well as help in migraiton


    Information Technology and Services

Made development smooth

  • June 21, 2021
  • Review provided by G2

What do you like best about the product?
Open source
Version control
Migration easier
What do you dislike about the product?
Disorganised documentations
Not flexible for multiple vendors
What problems is the product solving and how is that benefiting you?
Version control
Works well with spring