MaxScale and mariaDB multi source replication

You are viewing an old version of this question. View the current version here.

I would like to have 4 master DB that replicates to 2 slave server in chain as depicted for 2 DB only in https://mariadb.com/kb/en/multi-source-replication/

So that I have srv-master1 that replicates a DB to srv-slave1 srv-master2 that replicates a DB to srv-slave1 srv-master3 that replicates a DB to srv-slave1 srv-master4 that replicates a DB to srv-slave1 srv-slave1 that in turn replicates all DBs to srv-slave2

I would like to configure MaxScale in order to have different listeners: list1 (srv-master1, srv-slave1, srv-slave2) list2 (srv-master2, srv-slave1, srv-slave2) list3 (srv-master3, srv-slave1, srv-slave2) list4 (srv-master4, srv-slave1, srv-slave2)

Is this configuration documented? Can I find same samples and tutorials?

kind regards, Fabrizio

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.