Description |
This article provides a method to clear license entries in the database. |
Scope | FortiSOAR. |
Solution |
When the license table has additional entries of a license, it is required to have only one license in the database. This can occur when the database is externalized and the application server is cloned or restored from backup, as the uuid is changing.
Note: Take a snapshot for revert in case of any issues before proceeding with the below:
# psql -U cyberpgsql -d das <----- Password is the device uuid = # csadm license --get-device-uuid.
das=# select serial_no,hardware_key from envc
truncate envc;
After that, proceed to access the GUI and deploy the correct license on the FortiSOAR. |
Labels: