Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

3 AWS reviews

External reviews

31 reviews
from and

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


    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


    Pooja S.

Liquibase is easy to learn and has simple commands to execute

  • June 20, 2021
  • Review provided by G2

What do you like best about the product?
Simple commands to execute and easy to learn
What do you dislike about the product?
Doesn't show which line of code has error so has to troubleshoot line by line
What problems is the product solving and how is that benefiting you?
I was using liquibase to store scripts and can be used by devops to execute on test and other environment


    Information Technology and Services

Made SQL really easy

  • June 19, 2021
  • Review provided by G2

What do you like best about the product?
Creates Tables for every environment without giving new script each time
What do you dislike about the product?
Some time the conflict in keys really annoying but it can be handled
What problems is the product solving and how is that benefiting you?
We are using different environments for our application so we just provide the application build and the db scripts will run automatically using liquebase


    Program Development

Liquibase is a fine migration tool

  • June 18, 2021
  • Review provided by G2

What do you like best about the product?
- Flexible schema change
- Auto-generate scripts
- Repeatable migrations
- Integrations and extensions
- Rollbacks
- Context-dependent logic
What do you dislike about the product?
There's nothing I dislike. This tool fits all the needs.
What problems is the product solving and how is that benefiting you?
Version control for my database.