add options for tagging

This commit is contained in:
2024-09-27 21:27:01 -05:00
parent e5b1b733fe
commit 3ecef5f8d1
3 changed files with 19 additions and 4 deletions

View File

@@ -174,6 +174,13 @@ backup:
# Name of the backup cluster in the object store, defaults to "cluster.name"
backupName: ""
# Tags to add to backups. Add in key value beneath the type.
tags:
backupRetentionPolicy: "expire"
historyTags:
backupRetentionPolicy: "keep"
# Configuration for the WAL and data files.
wal:
# WAL compression method. One of `` (for no compression), `gzip`, `bzip2` or `snappy`.
compression: snappy
@@ -190,7 +197,7 @@ backup:
jobs: 2
# Retention policy for backups
retentionPolicy: "30d"
retentionPolicy: "60d"
# Scheduled backup in cron format
schedule: "0 0 0 * * *"
schedule: "0 0 */3 * *"