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 78e7434 commit 243bbb9Copy full SHA for 243bbb9
install/etc/s6/services/10-db-backup/run
@@ -118,7 +118,7 @@ function backup_mysql() {
118
fi
119
done
120
else
121
- mysqldump --max-allowed-packet=512M -A -h $DBHOST -u$DBUSER ${MYSQL_PASS_STR} > ${TMPDIR}/${TARGET}
+ mysqldump --max-allowed-packet=512M -A -h $DBHOST -P $DBPORT -u$DBUSER ${MYSQL_PASS_STR} > ${TMPDIR}/${TARGET}
122
generate_md5
123
compression
124
move_backup
0 commit comments