add tagging to postgres backups
This commit is contained in:
@@ -96,7 +96,7 @@ directus:
|
||||
- name: STORAGE_S3_BUCKET
|
||||
value: directus
|
||||
- name: STORAGE_S3_REGION
|
||||
value: us-east-1
|
||||
value: us-east-1
|
||||
- name: STORAGE_S3_ENDPOINT
|
||||
value: http://minio.directus:80
|
||||
- name: STORAGE_S3_FORCE_PATH_STYLE
|
||||
@@ -199,4 +199,9 @@ postgres-16-cluster:
|
||||
destinationPath: s3://cl01tl-postgresql-backups/directus
|
||||
endpointCredentials: directus-postgresql-16-cluster-backup-secret
|
||||
backupIndex: 1
|
||||
retentionPolicy: 14d
|
||||
tags:
|
||||
backupRetentionPolicy: "expire"
|
||||
user: "cl01tl-directus-postgresql"
|
||||
historyTags:
|
||||
backupRetentionPolicy: "keep"
|
||||
user: "cl01tl-directus-postgresql"
|
||||
|
Reference in New Issue
Block a user