We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50ee19 commit 0926461Copy full SHA for 0926461
bin/restore.sh
@@ -23,6 +23,7 @@ case "$1" in
23
if [ -f "${BACKUP_DIR}/${BACKUP_MYSQL_FILE}" ]; then
24
logMsg "Starting MySQL restore..."
25
bzcat "${BACKUP_DIR}/${BACKUP_MYSQL_FILE}" | dockerExec mysql
26
+ echo "FLUSH PRIVILEGES;" | dockerExec mysql
27
logMsg "Finished"
28
else
29
errorMsg "MySQL backup file not found"
0 commit comments