We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c8120 commit 871105dCopy full SHA for 871105d
docker-compose-common.yml
@@ -41,7 +41,7 @@ services:
41
restic-compose-backup.mariadb: true
42
43
postgresql:
44
- command: postgres -c wal_level=logical -c max_wal_senders=10 -c max_replication_slots=10 -c max_connections=200
+ command: postgres -c wal_level=logical -c max_wal_senders=10 -c max_replication_slots=10 -c max_connections=200 -c max_slot_wal_keep_size=2GB
45
environment:
46
POSTGRES_DB: postgres
47
POSTGRES_USER: ${POSTGRES_USER}
0 commit comments