Skip to content

Commit

Permalink
fix: fix oracle-mysql backup actionSet (#5594)
Browse files Browse the repository at this point in the history
(cherry picked from commit b230b1a)
  • Loading branch information
ldming committed Oct 23, 2023
1 parent 060ab4c commit 1558c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/oracle-mysql/templates/actionset-xtrabackup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ spec:
backupType: Full
env:
- name: DATA_DIR
value: /var/lib/mysql
value: {{ .Values.dataMountPath }}
backup:
preBackup: []
postBackup: []
backupData:
image: docker.io/perconalab/percona-xtrabackup:8.0.32
runOnTargetPodNode: false
runOnTargetPodNode: true
command:
- bash
- -c
- |
{{- .Files.Get "dataprotection/bakcup.sh" | nindent 8 }}
{{- .Files.Get "dataprotection/backup.sh" | nindent 8 }}
syncProgress:
enabled: true
intervalSeconds: 5
Expand Down

0 comments on commit 1558c51

Please sign in to comment.