pgbackrest.conf 536 B

1234567891011121314151617181920212223
  1. # briven pgBackRest config — Phase 9 of BACKEND_FORK_BRIEF.md.
  2. # Stanza name "briven" must match Postgres archive_command setup in
  3. # the db service (init script: ALTER SYSTEM SET archive_command).
  4. [global]
  5. log-path=/var/log/pgbackrest
  6. spool-path=/var/lib/pgbackrest/spool
  7. lock-path=/var/lib/pgbackrest/lock
  8. buffer-size=16MB
  9. process-max=2
  10. compress-type=zst
  11. compress-level=3
  12. start-fast=y
  13. [global:archive-push]
  14. process-max=4
  15. [briven]
  16. pg1-host=db
  17. pg1-port=5432
  18. pg1-database=postgres
  19. pg1-user=postgres
  20. pg1-path=/var/lib/postgresql/data