zulip/puppet
Alex Vandiver 19a11c9556 pg_backup_and_purge: Take backups on replicas, if present.
Taking backups on the database primary adds additional disk load,
which can impact the performance of the application.

Switch to taking backups on replicas, if they exist.  Some deployments
may have multiple replicas, and taking backups on all of them is
wasteful and potentially confusing; add a flag to inhibit taking
nightly snapshots on the host.

If the deployment is a single instance of PostgreSQL, with no
replicas, it takes backups as before, modulo the extra flag to allow
skipping taking them.
2023-04-26 10:54:51 -07:00
..
zulip pg_backup_and_purge: Take backups on replicas, if present. 2023-04-26 10:54:51 -07:00
zulip_ops puppet: Move logrotate config into app_frontend_base. 2023-04-19 09:34:37 -07:00
deps.yaml puppet: Update dependencies. 2023-03-23 09:50:30 -07:00