mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Fix for MARIADB not sending DB name for post script
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user