[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
How to migrate master and keep slave in sync?
- To: openldap-technical@openldap.org
- Subject: How to migrate master and keep slave in sync?
- From: Stefano Zanmarchi <zanmarchi@gmail.com>
- Date: Tue, 14 Jun 2011 16:57:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=z0N2v8Zw5cPoj5suKljAGRpNMG4HUKivWDBYn+q2OBU=; b=dxwtui5UNCRLxZxavm+99KLkfG+mIbuKGm6HypHtiQ6XDfXi7l5BoDTK4Lc+X2M4F1 1cliamcjxISQOm6xlu6qbkPwA4jpkqJIQrmNfqZZkwKoOGrgv1/dsuprPYHGY7Y4qsAq SV6hw3j3P5+MKHkf2Q5Vf0ms8ModYILieGNy0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=W7K/ImvzDhgfxyW+IZs9CjphyNm3F9Z725b3qe3OaIMMETQ2KipZ9BAdIuvf7o99FN FUtk/XSRnqAxzIBjSdtnPiHNQMhOP2BByEk0sjvJhRyqxT00GRN0GCJtjini+tHzl3BY UZwg+GonxRlv9gEYd85RAmh9DCBaSRPMzk3X8=
Hi,
we have a 2.4.21 master on Solaris and a syncrepl 2.4.21 slave on
Linux, and need to migrate the master
to a new platform (Linux) and new version (2.4.21).
Of course we need that the syncrepl slave (not managed by us) keeps in
sync with the new master.
Given that the ip, ports and certificates of the new master will not
change, would it be enough to do the following?
1) stop the "old" 2.4.21/Solaris master
2) import its contents (via slapcat and slapadd) into the "new"
2.4.23/Linux (stopped) master
3) start the new 2.4.23/Linux master
Thank you very much,
Stefano