Versions:
Latest
/
Quinteros
/
Petrosian
/
Oparin
/
Najdorf
/
Morphy
/
Lasker
/
Kasparov
/
Jansa
/
Ivanchuk
/
Hammer
/
Gaprindashvili
/
Fine
/
Euwe
Backup
Creating a backup of the appliance will be done using SSH or the console.
- Launch
appliance_console
a. SelectStop EVM Server Processes
to stop the server processes b. SelectCreate Database Backup
and choose a backup location (/tmp/evm_db.backup is the default) c. SelectQuit
to return to the shell - For convenience, create a TGZ containing all files required to restore the database
tar -czvf /root/backup.tgz /tmp/evm_db.backup /var/www/miq/vmdb/GUID /var/www/miq/vmdb/certs/v2_key
- Save and/or rename
/root/backup.tgz
Restore
Restoring a backup of the appliance will be done using SSH or the console.
- Download a backup TGZ and place it in
/
- On the command line:
cd / tar -zxf /backup rm -f /backup # if desired to save space
- Launch
appliance_console
a. If this is a brand new appliance and the database has not yet been initialized, selectConfigure Application
. If this is an existing database appliance, this step can be skipped.- When prompted to configure the database, select
Create Internal Database
- When prompted to configure messaging, select
Make No messaging changes
- Choose a database disk
- Answer y or n to “Should this appliance run as a standalone database server?”
- Enter a region number (0), this is not important and will be overwritten on restore
- Set a database password
- Wait for database initialization to complete.
b. Select
Stop EVM Server Processes
c. SelectRestore Database From Backup
- Decide whether you want to delete the backup file in /tmp after restore. (Yes)
d. Select
Start EVM Server Processes
- When prompted to configure the database, select
- After a few minutes, you can log into the web UI and see all of the data contained in the backup.