Step-by-step guide
Update license in Datical GUI:
- In Datical GUI, go to "File" menu and select "License Manager"
- Select the "Admin" license type and click "OK"
- This opens "Datical DB Admin Licensing Wizard". Select "(Re-)Install a license key" and click "Next":
- Click the "..." button to browse to location where the new license file is located.
- Then click the "Install License Key" button. After installing the new license key, click "Next".
- 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):
Just before installing your new license, you can run an uninstall command to uninstall all older licenses:
hammer uninstallLicense
Delete the old license file.
Copy the new license file.
Run the following command to install your new license:
hammer installLicense <path_to_license_file>
For example:
hammer installLicense /opt/datical/license/<CompanyName>-<ExpirationDate>-admin.lic
To check what license is currently installed run the following command:
hammer show license
Related articles