Skip to content

Commit 087da21

Browse files
committed
Merge branch 'ashishkeshan/add-wait-for-ha-proxy' of github.com:github/backup-utils-private into ashishkeshan/add-wait-for-ha-proxy
2 parents bb2f1b5 + 0e54e36 commit 087da21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-mysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ snapshot_dir="$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT"
3232
if is_external_database_snapshot; then
3333
if [ -n "$EXTERNAL_DATABASE_RESTORE_SCRIPT" ]; then
3434
$EXTERNAL_DATABASE_RESTORE_SCRIPT
35-
# ensure that haproxy and mysql are accepting connections before continuining
35+
# ensure that haproxy and mysql are ready to accept connections before continuing
3636
if ! ghe-ssh "$GHE_HOSTNAME" -- "/usr/local/share/enterprise/ghe-service-wait-mysql"; then
3737
error_message "Failed to connect to MySQL service!"
3838
exit 2

0 commit comments

Comments
 (0)