MySQL Forums
Forum List  »  Replication

Re: Replication newbie: 5.6
Posted by: Rick James
Date: December 19, 2014 03:10PM

First, let me understand what you have and what you want.

You have:
A -- production server
B, C -- no data on them
No replication set up now.

You want:
C -> B -- That is, C is Master, B is its only Slave
A will be retired.

* Are those (You have/want) correct?
* Are you using InnoDB? or MyISAM? (Downtime is greater for MyISAM.)
* How much data is there and how much downtime can you afford?
With those answers, we can continue this thread.

Also look at XtraDbBackup (from Percona); they have good magic, too.
(I am not familiar with mysqlreplicate.)

The _first_ Slave you build requires dumping all the data from the Master. This impacts the Master.
Subsequent Slaves (hanging off the same Master) can impact just the Slave -- by cloning that Slave. (Perhaps this is not relevant for your situation.)
Once the topology is established and there is data everywhere, replication is continual and 'magic'. (OK, there can be glitches.)

Options: ReplyQuote


Subject
Views
Written By
Posted
1761
December 18, 2014 06:25PM
Re: Replication newbie: 5.6
892
December 19, 2014 03:10PM
874
December 20, 2014 12:57PM
886
December 21, 2014 04:22PM


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.