Fix for MARIADB not sending DB name for post script

This commit is contained in:
Dave Conroy
2022-03-30 10:45:27 -07:00
parent dbd0a03b0d
commit 2d01f5e692

View File

@@ -176,7 +176,7 @@ backup_mysql() {
check_exit_code $target check_exit_code $target
generate_checksum generate_checksum
move_dbbackup move_dbbackup
post_dbbackup post_dbbackup $db
done done
else else
print_debug "Not splitting database dumps into their own files" print_debug "Not splitting database dumps into their own files"