From dcccc9d1b70be62288d1dd23f3084e6451354661 Mon Sep 17 00:00:00 2001 From: Violette Roche-Montane <violette.roche-montane@forgerock.com> Date: Tue, 03 Sep 2013 09:27:02 +0000 Subject: [PATCH] CR-2181 OPENDJ-1030 Upgrade : add a task to rebuild ds-sync-hist index when upgrading from 2.5.0-Xpress --- opends/src/messages/messages/tools.properties | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index 1bad9ed..8e8c789 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2537,6 +2537,16 @@ (if present) SEVERE_ERR_UPGRADE_RENAME_SNMP_SECURITY_CONFIG_FILE_1838=An error occurred when \ trying to rename the SNMP security config file: %s +INFO_UPGRADE_REBUILD_INDEX_STARTS_1839=Rebuilding index(es) %s +INFO_UPGRADE_REBUILD_INDEX_ENDS_1840=Rebuild index task ends +INFO_UPGRADE_PERFORMING_POST_TASKS_1841=Performing post upgrade tasks +INFO_UPGRADE_POST_TASKS_COMPLETE_1842=Post upgrade tasks complete +SEVERE_ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL_1843=An error occured during post \ +upgrade task. Process aborted. Please check log for further details +INFO_UPGRADE_REBUILD_INDEX_DECLINED_1844 =You have to rebuild the '%s' index \ +manually to get a fully functional server +SEVERE_ERR_UPGRADE_INVALID_LOG_FILE_1845=Invalid log file %s +INFO_UPGRADE_REBUILD_INDEX_ARGUMENTS_1846=The rebuild index tool arguments are %s # Upgrade tasks INFO_UPGRADE_TASK_6869_SUMMARY_10000=Fixing de-DE collation matching rule OID @@ -2561,7 +2571,5 @@ INFO_UPGRADE_TASK_8985_1_SUMMARY_10017=Adding 'emailAddress' attribute INFO_UPGRADE_TASK_8985_2_SUMMARY_10018=Updating subject attribute to user attribute configuration INFO_UPGRADE_TASK_9013_DESCRIPTION_10019=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? - + regression in the ds-sync-hist ordering index. This index has to be rebuilt and this could take a long time \ + to proceed. Do you want to launch this process at automatically at the end of the upgrade ? -- Gitblit v1.10.0