Skip to content

Commit

Permalink
chore: add skip-triggers db backup command (#175)
Browse files Browse the repository at this point in the history
* chore: add skip-triggers to table structure db backup command

* chore: move skip-triggers
  • Loading branch information
shreddedbacon authored Feb 23, 2023
1 parent 2568ad5 commit 620efad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
&& mysqldump --max-allowed-packet=500M --events --routines --quick
--add-locks --no-autocommit --single-transaction --no-create-db
--ignore-table=$BACKUP_DB_DATABASE.watchdog
--no-create-info --no-tablespaces
--no-create-info --no-tablespaces --skip-triggers
-h $BACKUP_DB_HOST
-u $BACKUP_DB_USERNAME
-p$BACKUP_DB_PASSWORD
Expand Down

0 comments on commit 620efad

Please sign in to comment.