adjust schedule

This commit is contained in:
2025-01-30 21:08:38 -06:00
parent 8392d67790
commit 81d3ecf237
3 changed files with 15 additions and 15 deletions

View File

@@ -129,14 +129,14 @@ recovery:
# -- Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`.
encryption: ""
# -- Number of WAL files to be archived or restored in parallel.
maxParallel: 2
maxParallel: 1
data:
# -- Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`.
compression: snappy
# -- Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`.
encryption: ""
# -- Number of data files to be archived or restored in parallel.
jobs: 2
jobs: 1
replica:
# -- See [here](https://cloudnative-pg.io/documentation/current/database_import/) for different import types
@@ -197,17 +197,17 @@ backup:
# -- Whether to instruct the storage provider to encrypt WAL files. One of `` (use the storage container default), `AES256` or `aws:kms`.
encryption: ""
# -- Number of WAL files to be archived or restored in parallel.
maxParallel: 2
maxParallel: 1
data:
# -- Data compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`.
compression: snappy
# -- Whether to instruct the storage provider to encrypt data files. One of `` (use the storage container default), `AES256` or `aws:kms`.
encryption: ""
# -- Number of data files to be archived or restored in parallel.
jobs: 2
jobs: 1
# -- Retention policy for backups
retentionPolicy: "14d"
retentionPolicy: "7d"
# -- Scheduled backup in cron format
schedule: "0 0 0 * * *"
schedule: "0 0 */3 * *"