Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9748817

Browse files
authored
enabling archive_mode is required
1 parent 1874b89 commit 9748817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ You need to enable WAL archive by adding following lines to postgresql.conf:
116116

117117
```
118118
wal_level = archive
119+
archive_mode = on
119120
archive_command = 'test ! -f /home/postgres/backup/wal/%f && cp %p /home/postgres/backup/wal/%f'
120121
```
121122

0 commit comments

Comments
 (0)