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

Add example with chained replication

Open vbabak opened this issue 1 year ago • 1 comments

DB Server (master) <- Replica 1 <- Replica 2 "Replica 1" contains it's own tables and replicated tables from "master". And "Replica 2" replicates all tables that Replica 1 has.

vbabak avatar Mar 30 '23 19:03 vbabak

@vbabak won't this be a dependency issue if the Replica 1 fails to sync, Replica2 will also be out-of sync. I think it would be better to have each replica pull from master.

sarbesh avatar Apr 05 '23 08:04 sarbesh