Skip to content

Commit

Permalink
ADD gtid purged off in MySQL Addon (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: ashraful <[email protected]>
  • Loading branch information
AshrafulHaqueToni authored Feb 22, 2024
1 parent f58e430 commit 9723c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions catalog/kubestash/raw/mysql/mysql-addon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
- name: args
usage: Arguments to be passed to the dump command.
required: false
default: "--set-gtid-purged=OFF"
- name: databases
usage: List of databases to backup.
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ spec:
function: mysql-backup
name: logical-backup
parameters:
- name: args
- default: --set-gtid-purged=OFF
name: args
required: false
usage: Arguments to be passed to the dump command.
- name: databases
Expand Down

0 comments on commit 9723c00

Please sign in to comment.