From eec24250cd139bae29b38b389ad7f7028ed019f5 Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Thu, 19 Sep 2024 21:38:23 -0400 Subject: [PATCH] Reference accurate default backup values in docs --- docs/source/backups_dr/2-backups-guide.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/backups_dr/2-backups-guide.rst b/docs/source/backups_dr/2-backups-guide.rst index 4506426a9d..ab6d10d066 100644 --- a/docs/source/backups_dr/2-backups-guide.rst +++ b/docs/source/backups_dr/2-backups-guide.rst @@ -77,8 +77,8 @@ PostgreSQL backups are made daily and weekly by default and can be made hourly o * ``plain`` - uses the `pg_basebackup `_ command to write a backup to the ``postgresql_backup_dir``. * ``dump`` - uses the `pg_dumpall `_ command to write a dump of the database to the ``postgresql_backup_dir``. -* `postgresql_backup_days`: The number of days to keep daily backups (Default: 1) -* `postgresql_backup_weeks`: The number of weeks to keep weekly backups (Default: 1) +* `postgresql_backup_days`: The number of days to keep daily backups (Default: 2) +* `postgresql_backup_weeks`: The number of weeks to keep weekly backups (Default: 2) * `postgres_backup_hourly`: Boolean value to enable or disable hourly backups. (Default: false) * `postgresql_backup_hours`: The number of hours to keep hourly backups (Default: 1). @@ -223,9 +223,9 @@ CouchDB backups are made daily and weekly and optionally hourly. Old backups are * ``backup_couch: True`` to enable couchdb backups (Default: ``False``\ ) * ``couch_s3: True`` to enable sending couchdb backups to your S3 provider (Default: ``False``\ ) -* `couch_backup_dir`: the directory to save backups in (Default: ``/opt/data/backups/couchdb2``\ ) -* `couchdb_backup_days`: The number of days to keep daily backups (Default: 1) -* `couchdb_backup_weeks`: The number of weeks to keep weekly backups (Default: 1) +* `couch_backup_dir`: The directory to save backups in (Default: ``/opt/data/backups/couchdb2``\ ) +* `couchdb_backup_days`: The number of days to keep daily backups (Default: 2) +* `couchdb_backup_weeks`: The number of weeks to keep weekly backups (Default: 2) * `couch_backup_hourly`: Boolean value to enable or disable hourly backups. (Default: false) * `couchdb_backup_hours`: The number of hours to keep hourly backups (Default: 1).