...
java -jar patch-executor-<VERSION>.jar --rollback
- delete all patch files from the patches folder then type
java -jar patch-executor-<VERSION>.jar
without further parameters
Difference In
...
processing Rollbacks automatically and from the Command Line
If you want to rollback automatically you have to remove the existing patch files from the patches
folder.
When the patch executor recognizes that there are no patch files in the patches folder an automatically rollback is performed.
When you type java -jar patch-executor-<VERSION>.jar --rollback
in the command line, a rollback will be performed, no matter the which patch files residing reside in the patches
folder.
General Information
...