You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nicola Strappazzon Carotenuto edited this page Mar 24, 2019
·
1 revision
First steps
In this step, first build images for each container, next you will remove old images
and then start up the stack:
make build
make clear
make up
Scale
Next command scale only MySQL Server to trhee instances:
make scale numbers=3
Configure topology
You have two options to start play. Standard replications with one master and 5
slaves. Or two co-master with 4 slaves. To implement multimaster, first run
masterslaves.sh script and then this multimaster.sh script.
Standard replications.
Configure classic replication topology Master and Slaves: