Skip to content

Commit 2852fc3

Browse files
committed
It is not required to stop services before backup
pg_basebackup docs even describe taking online backups and even concurrent backups. Perhaps this was a requirement at one time but is no longer needed. https://www.postgresql.org/docs/13/app-pgbasebackup.html https://www.postgresql.org/docs/13/app-pgdump.html
1 parent 5b324eb commit 2852fc3

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)