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.
1 parent 1ffb9e8 commit fe0510fCopy full SHA for fe0510f
scripts/run.sh
@@ -213,9 +213,7 @@ function create_replication_user() {
213
else
214
log "INFO" "Replication user exists. Skipping creating new one......."
215
# Update replication channel password if it has been changed via RotateAuth
216
- retry 120 ${mysql} -N -e "stop group_replication;"
217
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;"
219
fi
220
touch /scripts/ready.txt
221
}
0 commit comments