Files
PostgreSQL-Ansible/roles/pgbackrest/templates/pgbackrest.conf.j2
2026-01-29 12:55:01 +01:00

12 lines
212 B
Django/Jinja

[main]
pg1-path=/var/lib/postgresql/16/main
[global]
{% if inventory_hostname in groups['primary'] %}
repo1-host=pg2
{% endif %}
repo1-path=/pgbackrest
repo1-retention-full=2
repo1-retention-diff=7
start-fast=y