add tagging to postgres backups

This commit is contained in:
2024-09-27 22:01:18 -05:00
parent 716f336187
commit e4c107b472
50 changed files with 199 additions and 75 deletions

View File

@@ -29,7 +29,7 @@ dependencies:
version: 1.7.0
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.9.0
version: 3.10.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/authentik.png
appVersion: 2024.4.2
appVersion: 2024.8.2

View File

@@ -83,4 +83,9 @@ postgres-16-cluster:
destinationPath: s3://cl01tl-postgresql-backups/authentik
endpointCredentials: authentik-postgresql-16-cluster-backup-secret
backupIndex: 1
retentionPolicy: 14d
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-authentik-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-authentik-postgresql"

View File

@@ -31,7 +31,7 @@ dependencies:
version: 3.4.0
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.9.0
version: 3.10.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png
appVersion: 1.22.0
appVersion: 1.22.2

View File

@@ -189,4 +189,9 @@ postgres-16-cluster:
destinationPath: s3://cl01tl-postgresql-backups/gitea
endpointCredentials: gitea-postgresql-16-cluster-backup-secret
backupIndex: 2
retentionPolicy: 14d
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-gitea-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-gitea-postgresql"

View File

@@ -63,7 +63,7 @@ dependencies:
repository: http://alexlebens.github.io/helm-charts
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.9.0
version: 3.10.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/matrix.png
appVersion: 1.109.0
appVersion: 1.115.0

View File

@@ -339,4 +339,9 @@ postgres-16-cluster:
destinationPath: s3://cl01tl-postgresql-backups/matrix-synapse
endpointCredentials: matrix-synapse-postgresql-16-cluster-backup-secret
backupIndex: 1
retentionPolicy: 14d
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-matrix-synapse-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-matrix-synapse-postgresql"

View File

@@ -34,7 +34,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: postgres-cluster
alias: postgres-16-cluster
version: 3.9.0
version: 3.10.0
repository: http://alexlebens.github.io/helm-charts
icon: https://raw.githubusercontent.com/stalwartlabs/website/main/static/img/logo.png
appVersion: v0.9.0
appVersion: v0.9.4

View File

@@ -55,7 +55,7 @@ stalwart:
tls:
- secretName: stalwart-cl01tl
hosts:
- stalwart-cl01tl
- stalwart-cl01tl
persistence:
config:
storageClass: ceph-block
@@ -107,4 +107,9 @@ postgres-16-cluster:
destinationPath: s3://cl01tl-postgresql-backups/stalwart
endpointCredentials: stalwart-postgresql-16-cluster-backup-secret
backupIndex: 1
retentionPolicy: 14d
tags:
backupRetentionPolicy: "expire"
user: "cl01tl-stalwart-postgresql"
historyTags:
backupRetentionPolicy: "keep"
user: "cl01tl-stalwart-postgresql"