Skip to content

Commit fe0510f

Browse files
sheikh-armanArnobKumarSaha
authored andcommitted
Fix Archiver Restore Issue, Member join failed. Local port: 33061 (#70)
Signed-off-by: SK Ali Arman <[email protected]>
1 parent 1ffb9e8 commit fe0510f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ function create_replication_user() {
213213
else
214214
log "INFO" "Replication user exists. Skipping creating new one......."
215215
# Update replication channel password if it has been changed via RotateAuth
216-
retry 120 ${mysql} -N -e "stop group_replication;"
217216
retry 120 ${mysql} -N -e "CHANGE MASTER TO MASTER_USER='repl', MASTER_PASSWORD='$MYSQL_ROOT_PASSWORD' FOR CHANNEL 'group_replication_recovery';"
218-
retry 120 ${mysql} -N -e "start group_replication;"
219217
fi
220218
touch /scripts/ready.txt
221219
}

0 commit comments

Comments
 (0)