From f1ce603b42a0dc1dd8ffe573ba0e73a27117acd7 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 06 Sep 2013 07:16:38 +0000
Subject: [PATCH] Additional fix for OPENDJ-1030, Upgrade : add a task to rebuild ds-sync-hist index when upgrading from 2.5.0-Xpress
---
opends/src/main/docbkx/install-guide/chap-upgrade.xml | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/opends/src/main/docbkx/install-guide/chap-upgrade.xml b/opends/src/main/docbkx/install-guide/chap-upgrade.xml
index 7206379..7a0c6f1 100644
--- a/opends/src/main/docbkx/install-guide/chap-upgrade.xml
+++ b/opends/src/main/docbkx/install-guide/chap-upgrade.xml
@@ -128,25 +128,6 @@
</step>
<step>
- <para>When you upgrade from OpenDJ 2.5.0-Xpress1, you must rebuild the
- <literal>ds-sync-hist</literal> ordering index before you restart the
- server, as indicated in the message from the upgrade tool.</para>
-
- <programlisting language="none"
-> OpenDJ 2.5.0-Xpress1 introduced a regression in the ds-sync-hist ordering
- index. This index must be rebuilt after the upgrade has completed and before
- restarting OpenDJ. Do you wish to continue? (yes/no) [no]: yes</programlisting>
-
- <para>To rebuild the index, use the <command>rebuild-index</command>
- command after upgrade but before starting the server as in the following
- example.</para>
-
- <screen>$ ./opendj/bin/rebuild-index --baseDN dc=example,dc=com --index ds-sync-hist
-... msg=Rebuild of index(es) ds-sync-hist started ...
-... msg=Rebuild complete. Processed XXX entries in YYY seconds...</screen>
- </step>
-
- <step>
<para>Start the upgraded OpenDJ server.</para>
<para>At this point the upgrade process is complete. See the resulting
--
Gitblit v1.10.0