Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Run history to see what changesets have been applied to a server (Dev in this case). 

    Code Block
    hammer history Dev


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

    Code Block
    hammer rollback Dev lastDeploy


  3. Run history to verify the change. 

    Code Block
    hammer history Dev


See the rollback command in CLI Commands

...

Info
titleNote

Current methodology calls for the use of the only the lastDeploy option onlyif you are using packager (Deployment Packager).

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

...