Skip to content

Commit

Permalink
chore: update mysql's full backup retentionPeriod
Browse files Browse the repository at this point in the history
  • Loading branch information
gnolong committed Jan 22, 2025
1 parent c83b5fd commit 05aaa97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/apecloud-mysql/templates/backuppolicytemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- backupMethod: xtrabackup
enabled: false
cronExpression: "0 18 * * *"
retentionPeriod: 7d
retentionPeriod: 8d
- backupMethod: xtrabackup-inc
enabled: false
cronExpression: "0 19 * * *"
Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/templates/backuppolicytemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- backupMethod: xtrabackup
enabled: false
cronExpression: "0 18 * * 0"
retentionPeriod: 7d
retentionPeriod: 8d
- backupMethod: xtrabackup-inc
enabled: false
cronExpression: "0 19 * * *"
Expand Down

0 comments on commit 05aaa97

Please sign in to comment.