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.
2 parents 78e7434 + 243bbb9 commit aa1c8b3Copy full SHA for aa1c8b3
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