Uninstalling the Liquibase Business Application
To uninstall Liquibase Business, just delete the installed files. By default they are installed in the user directory of the user who installed Datical DB.
Windows
The default
<liquibase-install>
installation directory isC:\Users\
username
\DaticalDB
rmdir /S /Q C:\Users\John\DaticalDB
Linux
The default
<liquibase-install>
installation directory is/home/
username
/DaticalDB
rm -rf /home/john/DaticalDB
Note
You can ignore the <datical-install>/Uninstall
directory.
Liquibase Business Project Directory
The Liquibase project directory is not removed when you uninstall the application. It is in a separate location from the installation files.
If you re-install or install another version, you can continue to use the same project directory.
The default project directory locations:
Windows
C:\<user>\datical
Linux
/home/<user>/datical