From 9748817b00b6bd859032c92d5f303ffea3fc150e Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Fri, 16 Dec 2016 18:56:47 +0400 Subject: [PATCH] enabling archive_mode is required --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ae7203d..a5ef7259 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ You need to enable WAL archive by adding following lines to postgresql.conf: ``` wal_level = archive +archive_mode = on archive_command = 'test ! -f /home/postgres/backup/wal/%f && cp %p /home/postgres/backup/wal/%f' ```