We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faee0bf commit 93c176aCopy full SHA for 93c176a
bin/backup.sh
@@ -25,7 +25,7 @@ case "$1" in
25
fi
26
27
logMsg "Starting MySQL backup..."
28
- mysqldump --opt --all-databases | bzip2 > "${BACKUP_DIR}/${BACKUP_MYSQL_FILE}"
+ mysqldump --opt --single-transaction --all-databases | bzip2 > "${BACKUP_DIR}/${BACKUP_MYSQL_FILE}"
29
;;
30
31
###################################
0 commit comments