Skip to content

Commit

Permalink
feat: added monthly backups.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfade committed Feb 14, 2022
1 parent 267856a commit 4fbfaed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/percona-xtradb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# 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.
version: 1.10.9
version: 1.10.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
18 changes: 18 additions & 0 deletions charts/percona-xtradb-cluster/templates/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,3 +420,21 @@ spec:
schedule: "1 16 2-31 * *"
keep: 30
storageName: backup-4

# At 00:01 on day-of-month 1.
- name: monthly-backup-2
schedule: "1 0 1 * *"
keep: 6
storageName: backup-2

# At 08:01 on day-of-month 1.
- name: monthly-backup-3
schedule: "1 8 1 * *"
keep: 6
storageName: backup-3

# At 16:01 on day-of-month 1.
- name: monthly-backup-4
schedule: "1 16 1 * *"
keep: 6
storageName: backup-4

0 comments on commit 4fbfaed

Please sign in to comment.