From c6bd222bdc221639dd7e9fdf823bd28459966eb6 Mon Sep 17 00:00:00 2001 From: Mehedi Hasan Date: Tue, 31 Oct 2023 12:54:54 +0600 Subject: [PATCH] add ready signal for coordinator Signed-off-by: Mehedi Hasan --- scripts/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run.sh b/scripts/run.sh index c4b78cf..d2cf738 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -198,6 +198,7 @@ function create_replication_user() { else log "INFO" "Replication user exists. Skipping creating new one......." fi + touch /scripts/ready.txt } function install_group_replication_plugin() {