Advertisement
dulhaver

postgresql.auto.conf

Feb 27th, 2022 (edited)
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # var/lib/pgsql/14/data/postgresql.auto.conf
  2.  
  3. archive_mode = 'on'
  4. wal_level = 'replica'
  5. listen_addresses = '*'
  6. max_replication_slots = '9'
  7. max_wal_senders = '9'
  8. archive_command = 'barman-wal-archive localhost:/var/lib/barman/postgres-local/incoming localhost %p'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement