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 1659e34 + 68747a4 commit efa9a67Copy full SHA for efa9a67
install/assets/functions/10-db-backup
@@ -421,7 +421,7 @@ check_availability() {
421
"mysql" )
422
counter=0
423
export MYSQL_PWD=${DB_PASS}
424
- while ! (mysqladmin -u"${DB_USER}" -P"${DB_PORT}" -h"${DB_HOST}" ${mysql_tls_args} ${EXTRA_OPTS} status > /dev/null 2>&1) ; do
+ while ! (mysqladmin -u"${DB_USER}" -P"${DB_PORT}" -h"${DB_HOST}" ${mysql_tls_args} status > /dev/null 2>&1) ; do
425
sleep 5
426
(( counter+=5 ))
427
print_warn "MySQL/MariaDB Server '${DB_HOST}' is not accessible, retrying.. (${counter} seconds so far)"
0 commit comments