Uninstalling from command line
The uninstall program is found in the SymmetricDS installation directory under Uninstaller/uninstaller.jar. It can be run from the command line with options to silently uninstall.
java -Dsym.uninstall.nodes=true -jar Uninstaller/uninstaller.jar -c -f
Option | Description |
---|---|
-c | Run on command line without GUI |
-f | Force removal of installation directory |
-Dsym.uninstall.nodes | Whether or not to uninstall nodes from database (true or false) |