From 2d8e7c84ef95cdc71feeeac9219e41648fcf8eb6 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Mon, 30 Jan 2023 13:19:44 +0100 Subject: [PATCH] DEV-831: inc. wal_keep_size to fix broken backup-process --- roles/postgres/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/postgres/defaults/main.yml b/roles/postgres/defaults/main.yml index 2268619..52355ec 100644 --- a/roles/postgres/defaults/main.yml +++ b/roles/postgres/defaults/main.yml @@ -108,7 +108,7 @@ postgres_base_config: line: "archive_command = 'cp -f %p /postgresql/replication/%f'" - regex: "^wal_keep_size" - line: "wal_keep_size = 16" + line: "wal_keep_size = 100" - regex: "^listen_addresses = " line: "{{ postgres_listen_addresses }}"