File tree Expand file tree Collapse file tree
infra-dbdeployer-mysql90-gr/docker
infra-dbdeployer-mysql93-gr/docker
infra-dbdeployer-mysql95-gr/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \
3030 -c innodb_flush_log_at_trx_commit=2 \
3131 -c sync_binlog=0 \
3232 -c binlog_checksum=NONE \
33- -c innodb_use_native_aio=0
33+ -c innodb_use_native_aio=0 \
34+ -c report_host=dbdeployer1.${INFRA}
3435
3536echo " Group Replication deployed. Waiting for all nodes to be ready..."
3637
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \
3030 -c innodb_flush_log_at_trx_commit=2 \
3131 -c sync_binlog=0 \
3232 -c binlog_checksum=NONE \
33- -c innodb_use_native_aio=0
33+ -c innodb_use_native_aio=0 \
34+ -c report_host=dbdeployer1.${INFRA}
3435
3536echo " Group Replication deployed. Waiting for all nodes to be ready..."
3637
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ dbdeployer deploy replication "${MYSQL_VERSION}" \
3030 -c innodb_flush_log_at_trx_commit=2 \
3131 -c sync_binlog=0 \
3232 -c binlog_checksum=NONE \
33- -c innodb_use_native_aio=0
33+ -c innodb_use_native_aio=0 \
34+ -c report_host=dbdeployer1.${INFRA}
3435
3536echo " Group Replication deployed. Waiting for all nodes to be ready..."
3637
You can’t perform that action at this time.
0 commit comments