DEV-790 configured default logical backups for postgres

- every 12h
cherry-pick-9c6aec87
Sven Ketelsen 3 years ago
parent e0cc342d99
commit f8b941239e

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.29 version: 0.1.30
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

@ -6,11 +6,11 @@ metadata:
data: data:
AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }} AWS_ACCESS_KEY_ID: {{ .Values.postgres.bkp_user }}
AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }} AWS_SECRET_ACCESS_KEY: {{ .Values.postgres.bkp_pass }}
AWS_ENDPOINT: https://minio.mobene-nsodev:443 AWS_ENDPOINT: https://s3-miniotest-devscr.smardigo.digital
AWS_REGION: "" AWS_REGION: ""
AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO AWS_S3_FORCE_PATH_STYLE: "true" # needed for MinIO
BACKUP_NUM_TO_RETAIN: "14" BACKUP_NUM_TO_RETAIN: "14"
BACKUP_SCHEDULE: "*/5 * * * *" BACKUP_SCHEDULE: "0 3 * * *"
CLONE_USE_WALG_RESTORE: "true" CLONE_USE_WALG_RESTORE: "true"
USE_WALG_BACKUP: "true" USE_WALG_BACKUP: "true"
USE_WALG_RESTORE: "true" USE_WALG_RESTORE: "true"

Loading…
Cancel
Save