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 10 Current »


Step-by-step guide

Update license in Datical GUI: 

  1. In Datical GUI, go to "File" menu and select "License Manager"
  2. Select the "Admin" license type and click "OK"
  3. This opens "Datical DB Admin Licensing Wizard". Select "(Re-)Install a license key" and click "Next":
  4. Click the "..." button to browse to location where the new license file is located.
  5. Then click the "Install License Key" button. After installing the new license key, click "Next". 
  6. The next window displays the new license information. Review this information to make sure it is correct. Then press the "Finish" button:


Update license from CLI (using "hammer" command):

If you have the repl subdirectory of your Datical installation on your path, you can run these hammer commands from any directory.  Or if you don't have it in your path, then you need to be in your "<Datical Installation>/repl" directory to run these commands from the command line:


Just before installing your new license, you can should uninstall all older licenses:

hammer uninstallLicense

The uninstall command will uninstall all of your Liquibase Enterprise/Datical DB licenses.


Copy the new license file to the location where you keep your license files.  

Run the following command to install your new license:

hammer installLicense <path_to_license_file>

For example:

hammer installLicense /opt/datical/license/<CompanyName>-<ExpirationDate>.lic


To check what license is currently installed run the following command:

hammer show license





  • No labels