We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b324eb + 2852fc3 commit 67aba48Copy full SHA for 67aba48
appliances/backup_and_restore.md
@@ -5,9 +5,8 @@
5
Creating a backup of the appliance will be done using SSH or the console.
6
7
1. Launch `appliance_console`
8
- 1. Select `Stop EVM Server Processes` to stop the server processes
9
- 2. Select `Create Database Backup` and choose a backup location (/tmp/evm_db.backup is the default)
10
- 3. Select `Quit` to return to the shell
+ 1. Select `Create Database Backup` and choose a backup location (/tmp/evm_db.backup is the default)
+ 2. Select `Quit` to return to the shell
11
2. For convenience, create a TGZ containing all files required to restore the database
12
```bash
13
tar -czvf /root/backup.tgz /tmp/evm_db.backup /var/www/miq/vmdb/GUID /var/www/miq/vmdb/certs/v2_key
0 commit comments