In this article, we’re going to look more into the rollback feature – and how we can undo a Liquibase operation. Naturally, this is a critical, feature of any production-grade system., Reference information and use cases for the rollback command. The rollback command will roll back changes made to the database based on the specified tag., Visit the Liquibase Rollback Workflow documentation page to learn more about validating rollbacks and creating rollback statements. This includes the topic Automatic and Custom Rollbacks, which reviews how automatic rollbacks work and when custom rollback statements are needed., Liquibase supports multiple ways to revert your database to a previous state. For many Change Type s, such as createTable, addColumn, and renameColumn, Liquibase automatically generates the SQL statements necessary to complete the rollback, so you can simply run a command like rollback on your desired changeset (s) and be done., The rollback command is typically used to revert all changes that were made to the database after the tag you specify. When you run rollback, Liquibase will roll back sequentially all the deployed changes until it reaches the tag row in the DATABASECHANGELOG table., Liquibase University Fundamentals of Liquibase (LBF101) Liquibase Pro (LBP201) Documentation How to Define Rollbacks How to execute a.