DEV-831: inc. wal_keep_size to fix broken backup-process

qa
friedrich goerz 3 years ago
parent 5d4974887b
commit 2d8e7c84ef

@ -108,7 +108,7 @@ postgres_base_config:
line: "archive_command = 'cp -f %p /postgresql/replication/%f'" line: "archive_command = 'cp -f %p /postgresql/replication/%f'"
- -
regex: "^wal_keep_size" regex: "^wal_keep_size"
line: "wal_keep_size = 16" line: "wal_keep_size = 100"
- -
regex: "^listen_addresses = " regex: "^listen_addresses = "
line: "{{ postgres_listen_addresses }}" line: "{{ postgres_listen_addresses }}"

Loading…
Cancel
Save