Skip to content

Commit

Permalink
SQL — Sync mysqldump options
Browse files Browse the repository at this point in the history
  • Loading branch information
omega8cc committed Jul 6, 2021
1 parent acd100f commit 181bdf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions aegir/tools/bin/xboa
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ migrate_prepare() {
--quick \
--no-autocommit \
--skip-add-locks \
--no-tablespaces \
--hex-blob ${_HDB} \
comment \
date_format_locale \
Expand Down
1 change: 1 addition & 0 deletions aegir/tools/system/mysql_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ backup_this_database_with_mysqldump() {
--quick \
--no-autocommit \
--skip-add-locks \
--no-tablespaces \
--hex-blob ${_DB} \
> ${_SAVELOCATION}/${_DB}.sql
}
Expand Down
1 change: 1 addition & 0 deletions aegir/tools/system/mysql_cluster_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ backup_this_database_with_mysqldump() {
--quick \
--no-autocommit \
--skip-add-locks \
--no-tablespaces \
--hex-blob ${_DB} \
> ${_SAVELOCATION}/${_DB}.sql
}
Expand Down

0 comments on commit 181bdf8

Please sign in to comment.