It's a good tool for database migrations!
June 30, 2023

It's a good tool for database migrations!

Anonymous | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Software Version

Liquibase Pro

Overall Satisfaction with Liquibase

It's a great tool for database migrations! We use Liquibase in our company only for updating our DB2 and MySQL databases. I've been using it for about 4 years.
  • Database migrations
  • Maintaining history
  • Easy setup and config
  • Rollback flow
  • Syntax
  • Liquibase track the changes based on unique identifiers (id + author+path to file name) if filename or path changes then the files are considered new and executed again which may cause issue and through exceptions
  • More frequent deployments
  • Fewer database errors
It's easier to track, manage and apply database changes with Liquibase. It's database agnostic which is good in our case, you can apply the same change on multiple different databases.
I think the support is quite good.

Do you think Liquibase delivers good value for the price?

Yes

Are you happy with Liquibase's feature set?

Yes

Did Liquibase live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of Liquibase go as expected?

Yes

Would you buy Liquibase again?

Yes

I would be happy if they will simplify syntax and make it more user-friendly. Add more options for rollback, not only by tag, date and count. Would be good to have rollback of last executed changes.