This commit is contained in:
2026-01-29 12:55:01 +01:00
commit 65edf17dc7
15 changed files with 435 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
local all postgres peer
host all all 10.0.0.0/24 md5
host replication replicator 10.0.0.2/32 md5

View File

@@ -0,0 +1,13 @@
listen_addresses = '*'
shared_buffers = 2GB
effective_cache_size = 6GB
work_mem = 64MB
maintenance_work_mem = 1GB
wal_compression = on
checkpoint_timeout = 15min
max_wal_size = 64GB
archive_mode = on
archive_command = 'pgbackrest --stanza=main archive-push %p'