dulhaver

localhost.conf

Feb 27th, 2022 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; /etc/barman.d/localhostconf
  2.  
  3. [streaming]
  4. description =  "Example of PostgreSQL Database (Streaming-Only)"
  5. conninfo = host=localhost user=barman dbname=postgres
  6. streaming_conninfo = host=localhost user=streaming_barman
  7. backup_method = postgres
  8. streaming_archiver = on
  9. slot_name = barman
  10.  
Add Comment
Please, Sign In to add comment