Skip to content

Commit 67aba48

Browse files
authored
Merge pull request #1767 from jrafanie/remove_stop_evm_server_processes_backup_prereq
It is not required to stop services before backup
2 parents 5b324eb + 2852fc3 commit 67aba48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appliances/backup_and_restore.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
Creating a backup of the appliance will be done using SSH or the console.
66

77
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
8+
1. Select `Create Database Backup` and choose a backup location (/tmp/evm_db.backup is the default)
9+
2. Select `Quit` to return to the shell
1110
2. For convenience, create a TGZ containing all files required to restore the database
1211
```bash
1312
tar -czvf /root/backup.tgz /tmp/evm_db.backup /var/www/miq/vmdb/GUID /var/www/miq/vmdb/certs/v2_key

0 commit comments

Comments
 (0)