docker-mysql-master-slave icon indicating copy to clipboard operation
docker-mysql-master-slave copied to clipboard

MySQL Master-Slave-Slave replication in Docker

Open ingvar-goryainov opened this issue 2 years ago • 2 comments

ingvar-goryainov avatar Dec 22 '22 09:12 ingvar-goryainov

@ingvar-goryainov can we make the replica count configurable or as user input with a default of 1 replica . @vbabak what do you suggest?

sarbesh avatar Feb 11 '23 07:02 sarbesh

@sarbesh configurable amount of replicas is a good point.

Actually I have thought that "Master-Slave-Slave" was about chained replication. That's a little bit different setup comparing to multiple replicas. I would like to share some example which I believe could be also good for learning replication in the issue https://github.com/vbabak/docker-mysql-master-slave/issues/10

vbabak avatar Mar 30 '23 19:03 vbabak