Introduction
If there is a request to move DualShield Replication cluster to a new set of servers the best approach would be to Clone just one dualshield/mysql server in the cluster of the current environment and then restore to the new environment and from that create a new replication cluster.
However, this may not be 100% straightforward as there are a couple of factors to consider, such as the size of the audit log table , eg
And the amount and total size of the existing binary log files from the current replication cluster.
Ideally, you should have a few..
..however, if you have a large amount, dating back a long time, together with a large audit log table, cloning will take too long, or may even fail.
Prepare for Clone
Please do the following to ensure a more efficient and quicker way of moving Duslashield from an existing replication cluster...
Begin the Initial Clone
Please do the following to move a DualShield Server from the current VM to a new one.
Prepare to Create a New Replication Cluster
Before you begin the process the master and slave configurations from the former cluster must be removed,
1) Stop the DualShied Server service on the new machine,
2) Open a command prompt and change directory to C:\Program Files\Deepnet DualShield\mysql\bin
Log into MySQL console , and stop the slave service:
mysql -u root -p (Enter your password at prompt) mysql> stop slave;















