Liquibase Enterprise was formerly known as Datical DB.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  1. Run history to see what changesets have been applied to a server (Dev in this case). 

    hammer history Dev
  2. Run the rollback command.  The following example rolls back all changes made to Dev in the last deployment.  

    hammer rollback Dev lastDeploy
  3. Run history to verify the change. 

    hammer history

See the rollback command in CLI Commands


Note

Current methodology calls for the use of the lastDeploy option only

Older methodologies could use lastlabel, changeid, count, date, and tag options.  Avoid them if you are using the current methodology (Deployment Packager). 

  • No labels