Skip to content

Commit

Permalink
chore: decrease frequency of backup from 4 to 1 daily
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Dec 1, 2023
1 parent ba36c8c commit cfb7b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/templates/backup/backup-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ objects:
backup.conf: |-
postgres=${DATABASE_SERVICE_NAME}:${DATABASE_PORT}/${DATABASE_NAME}
0 */6 * * * default ./backup.sh -s
0 2 * * * default ./backup.sh -s
parameters:
- name: DATABASE_SERVICE_NAME
Expand Down

0 comments on commit cfb7b37

Please sign in to comment.