Table of Contents |
---|
License Warning on Startup
If you start Liquibase Business and a license is not installed, a warning is shown.
...
Click OK to dismiss the warning. You can proceed to work in the GUI, but you cannot connect to databases until you install a license.
Installing a License in the Desktop Client/Eclipse GUI
Obtain a license file from Liquibase Support and place it on the system where you are running an instance of Liquibase Business.
Start the GUI. Dismiss the license warning (click OK).
In the GUI, choose File > License Manager.
Select the type of license to install, then click Next.
Choose (Re)Install a license key, the click Next.
Use the browser to choose the license file.
Click Finish.
Displaying a License Key in the Desktop Client/Eclipse GUI
You can display the license key installation date and expiration date, as well as details about the license.
Start the GUI
In the GUI, choose File > License Manager.
Select the type of license to display, then click Next.
Choose Display the installed license key, the click Next.
Review the license information. Click Finish when done.
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
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
Displaying license from CLI:
To check what license is currently installed run the following command:
hammer show license
Counting Licensed Objects
Liquibase business is licensed by the number of connections managed in an organization. The object licensed depends on the type of database.
...