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 bb2f1b5 + 0e54e36 commit 087da21Copy full SHA for 087da21
share/github-backup-utils/ghe-restore-mysql
@@ -32,7 +32,7 @@ snapshot_dir="$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT"
32
if is_external_database_snapshot; then
33
if [ -n "$EXTERNAL_DATABASE_RESTORE_SCRIPT" ]; then
34
$EXTERNAL_DATABASE_RESTORE_SCRIPT
35
- # ensure that haproxy and mysql are accepting connections before continuining
+ # ensure that haproxy and mysql are ready to accept connections before continuing
36
if ! ghe-ssh "$GHE_HOSTNAME" -- "/usr/local/share/enterprise/ghe-service-wait-mysql"; then
37
error_message "Failed to connect to MySQL service!"
38
exit 2
0 commit comments