...
To make a backup of the License Statistics database, use one of the methods described below.
Use the xflicstat-cli utility
You can use the xflicstat-cli utility to perform a database backup, as described in the following sections.
Using the License Statistics CLI
Backing up and restoring an embedded database
Info |
---|
For scheduled backups, consider using the optional "--allow-live-backup" flag to allow backups to be performed without stopping License Statistics. |
Use the mysqldump utility
To back up the License Statistics database using the mysqldump utility:
...
mysqldump --single-transaction -uroot xformation_licstat > licstat.sql
Use the xflicstat-cli utility
Alternatively, you can use the xflicstat-cli utility to perform a database backup, as described in the following sections. Note that this method is not recommended for scheduled backups.
Using the License Statistics CLI
...