MySQL Forums
Forum List  »  Replication

Replication repair
Posted by: john tillman
Date: January 25, 2021 09:47AM

I'm using mysql 5.7.30 with GTIDs enabled on two nodes (rhel 7.8) configured for master-master replication.

In the event of an error where one or both of my slaves stop running I would like some suggestions, please, for steps to reset/repair the database(s) that could be placed in a script. I understand that there are many possible reasons for the slaves to stop but in your suggestion consider the most common issue I've encountered has been primary key duplication(s).

Please note that I am less concerned with data integrity than I am about getting the system operational again in an "automated" way. There will not be a DBA on hand to run commands by hand and reinstalling the database from scratch is not an option.

I'm hoping for a link to some steps like:

1) stop all apps using the database.
2) [ possibly use mysqldump to salvage data, if I can. ]
3) stop both mysqld services.
4*) instructions to restore slaves.
5) start both mysqld services, both slaves are running.
6) [ restore any salvaged data. ]

* - the stuff I haven't found online yet.

Thank you for your time.
-John

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication repair
478
January 25, 2021 09:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.