From d54785a84faeeb6a3d67c04bcd5926e5c8288161 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 13 May 2015 15:38:53 +0000
Subject: [PATCH] CR-6935 OPENDJ-1989 Doc need to initialize replication after import
---
opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml | 33 ++++++++++++++++++++++++++++++---
1 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
index 71cd1bf..a1bfbfd 100644
--- a/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
+++ b/opendj-server-legacy/src/main/docbkx/admin-guide/chap-import-export.xml
@@ -9,8 +9,7 @@
! or send a letter to Creative Commons, 444 Castro Street,
! Suite 900, Mountain View, California, 94041, USA.
!
- ! You can also obtain a copy of the license at
- ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
+ ! You can also obtain a copy of the license at legal-notices/CC-BY-NC-ND.txt.
! See the License for the specific language governing permissions
! and limitations under the License.
!
@@ -161,7 +160,14 @@
<para>The most efficient method of importing LDIF data is to take the
OpenDJ server offline. Alternatively, you can schedule a task to import
the data while the server is online.</para>
-
+
+ <note>
+ <para>
+ Importing from LDIF overwrites all data in the target backend
+ with entries from the LDIF data.
+ </para>
+ </note>
+
<step performance="optional">
<para>If you do not want to use the default <literal>userRoot</literal>
backend, create a new backend for your data.</para>
@@ -210,6 +216,27 @@
</step>
</stepalternatives>
</step>
+
+ <step>
+ <para>
+ If the server is replicated with other servers,
+ initialize replication again after the successful import.
+ </para>
+
+ <para>
+ For details see the section on
+ <link
+ xlink:href="admin-guide#init-repl"
+ xlink:role="http://docbook.org/xlink/role/olink"
+ xlink:show="new"
+ ><citetitle>Initializing Replicas</citetitle></link>.
+ </para>
+
+ <para>
+ In the same way that import overwrites existing data with LDIF data,
+ initializing replication overwrites data in the remote servers.
+ </para>
+ </step>
</procedure>
<procedure xml:id="export-ldif">
--
Gitblit v1.10.0