You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
enabling archive_mode is required
This commit is contained in:
@@ -116,6 +116,7 @@ You need to enable WAL archive by adding following lines to postgresql.conf:
|
|||||||
|
|
||||||
```
|
```
|
||||||
wal_level = archive
|
wal_level = archive
|
||||||
|
archive_mode = on
|
||||||
archive_command = 'test ! -f /home/postgres/backup/wal/%f && cp %p /home/postgres/backup/wal/%f'
|
archive_command = 'test ! -f /home/postgres/backup/wal/%f && cp %p /home/postgres/backup/wal/%f'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user