Web Console backup and restore
Manual Backup
To manually backup the Web Console:
Log into the Appliance Command Line Interface (CLI).
Run the following command to create a new backup. Optionally, specify a different name for the backup file without the extension (
tgz
is automatically added):BASH
The backup file contains the full database of the Web Console (console-db.backup
) and the content of the following files:
/var/nexthink/common/*
(all files in the directory)/etc/yum/pluginconf.d/proxy.conf
/var/nexthink/console/etc/certificate.pem
Find the backup file in the following directory:
/var/nexthink/console/backup
Automatic Backup
Every day at 01:10 an automatic backup is triggered using a crontab entry. Up to 10 backups files are used to keep history, all located in the directory:
/var/nexthink/console/backup
A link file named console-backup.tgz
is also created in that directory, pointing to the last backup.
Restoring the Web Console
To completely restore the Web Console settings and account configuration, log into the Appliance shell, get your backup file, and follow the next steps:
Stop the Web Console:
BASHUntar your backup file (suppose that it is named
console-backup.tgz
) in a directory in your home:BASHCopy the configuration files in the backup to their intended location:
BASHDrop the database of the Web Console:
BASHDrop the console user of the database:
BASHCreate an empty database:
/var/nexthink/console/helpers/create-db.sh
Restore the database of the Web Console (
console-db.backup
file from the backup):BASHRestart the Web Console:
BASH
The Web Console is now restored with all its users and settings in place.
The operations described in this article should only be performed by a Nexthink Engineer or a Nexthink Certified Partner.
If you need help or assistance, contact your Nexthink Certified Partner.
RELATED TASK
RELATED REFERENCE
Last updated