fix backup fields

This commit is contained in:
2024-07-04 22:41:31 -05:00
parent 670b6e600c
commit 875f0c143c
3 changed files with 7 additions and 7 deletions

View File

@@ -180,14 +180,14 @@ 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
jobs: 2
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.
maxParallel: 2
jobs: 2
# Retention policy for backups
retentionPolicy: "30d"