maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #05370
Re: OT Advice Sought: Migrating from to MySQL replication to Maria cluster
-
To:
<gatorreina@xxxxxxxxx>, <maria-discuss@xxxxxxxxxxxxxxxxxxx>
-
From:
<Rhys.Campbell@xxxxxxxxxxxx>
-
Date:
Wed, 20 Mar 2019 08:27:24 +0000
-
Accept-language:
en-GB, de-CH, en-US
-
In-reply-to:
<CAKLxnzZq3kdL5zP8rTDEoUVRt6zco96dsbhz+7mCmYgZaeGN0g@mail.gmail.com>
-
Msip_labels:
MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Enabled=True; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_SiteId=364e5b87-c1c7-420d-9bee-c35d19b557a1; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Owner=Rhys.Campbell@xxxxxxxxxxxx; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_SetDate=2019-03-20T08:27:23.5491378Z; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Name=C2 Internal; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Application=Microsoft Azure Information Protection; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Extended_MSFT_Method=Automatic; Sensitivity=C2 Internal
-
Thread-index:
AQHU3mvbfGBSm9MnbU+KqAKzqYENDqYULwqQ
-
Thread-topic:
[Maria-discuss] OT Advice Sought: Migrating from to MySQL replication to Maria cluster
In general I advise avoiding all replication filtering where possible. For whatever advantage it supposedly gives it very often just causes other problems.
Checkout pt-table-checkum for verifying your slaves…
https://www.percona.com/doc/percona-toolkit/LATEST/pt-table-checksum.html
Also have a look at row-level replication and GTIDs. They will toughen up your repl setup.
MariaDB Tech Support https://mariadb.com/services/technical-support-services/
From: Maria-discuss <maria-discuss-bounces+rhys.campbell=swisscom.com@xxxxxxxxxxxxxxxxxxx> On Behalf Of Richard Reina
Sent: 19 March 2019 16:31
To: maria-discuss@xxxxxxxxxxxxxxxxxxx
Subject: [Maria-discuss] OT Advice Sought: Migrating from to MySQL replication to Maria cluster
Since 2001 I have been running MySQL for a database application that runs on a private LAN. There all only a few users but the data is important to me so I have had replication with a handful of slave servers -- I also backup daily with mysqldump. I recently found out that my slaves were broken -- in that not all update quieres replicate becuase I configured them wrong using replicate-ignore-db. https://stackoverflow.com/questions/55151424/update-database-table-set-name-tesla-where-id-420-not-updating-on-slaves?noredirect=1#comment97043196_55151424 My master server is also pretty old and running an old version of MySQL. It is definitely time to upgrade.
My question is should I try to migrate to MariaDB replication or MariaDB/Galera Cluster? How much harder is configuring and maintaining a DB cluster vs replication? Does MariaDB have any paid support option where I can hire someone to help me set up a DB cluster?
Thanks,
Richard
Follow ups
References