Update mysqlbu-scripts.sh

This commit is contained in:
2023-05-07 16:28:10 -05:00
parent 00010f90e6
commit ea59d02118

View File

@@ -217,13 +217,11 @@ case $1 in
fi
fi
echo 'yes'
if [ "${BACKUP_TYPE}" == "xtrabackup" ] || [ "${BACKUP_TYPE}" == "both" ]; then
echo 'yes'
[ "$BASE_BACKUP" = "" ] && $0 backup-base || $0 backup-incremental
fi
if [ "${BACKUP_TYPE}" == "mysqldump" ] || [ "${BACKUP_TYPE}" == "both" ]; then
echo 'yes'
/usr/local/bin/mysqlbu mysqldump
fi