Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # var/lib/pgsql/14/data/postgresql.auto.conf
- archive_mode = 'on'
- wal_level = 'replica'
- listen_addresses = '*'
- max_replication_slots = '9'
- max_wal_senders = '9'
- archive_command = 'barman-wal-archive localhost:/var/lib/barman/postgres-local/incoming localhost %p'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement