Web Console backup and restore
Last updated
Was this helpful?
Last updated
Was this helpful?
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):
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
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.
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:
Untar your backup file (suppose that it is named console-backup.tgz
) in a directory in your home:
Copy the configuration files in the backup to their intended location:
Drop the database of the Web Console:
Drop the console user of the database:
Create an empty database:
/var/nexthink/console/helpers/create-db.sh
Restore the database of the Web Console (console-db.backup
file from the backup):
Restart the Web Console:
The Web Console is now restored with all its users and settings in place.
RELATED TASK
RELATED REFERENCE