MySQL Forums
Forum List  »  Replication

Re: relay-bin files not being cleaned up
Posted by: Rick James
Date: August 26, 2014 02:28PM

> So, I guess you need to keep some binary log files around for the slave process to validate (?) before it purges the relay bins.

The binary logs need to be kept only as long as the Slave (any Slave) is down. Otherwise, replication will be missing data, and you will need to rebuild the slave. 10 days is probably reasonable.

> slave needs the binary log listed in the relay-log.info file, but that doesn't seem right.

I agree, it does not seem right.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: relay-bin files not being cleaned up
1972
August 26, 2014 02:28PM


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.