From 642ee854211fe638a4c47b44eae0d1405f20caf7 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Fri, 09 Oct 2015 11:49:40 +0000 Subject: [PATCH] OPENDJ-1719: implement upgrade tasks for migrating JE backends --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties index e4995b7..832baef 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -2658,6 +2658,28 @@ INFO_UPGRADE_TASK_11476_SUMMARY_10037=Removing config for 'File System Entry Cache' INFO_UPGRADE_TASK_12226_SUMMARY_10038=Removing config for 'Entry Cache Preload' INFO_UPGRADE_TASK_9206_SUMMARY_10039=Rerunning dsjavaproperties +INFO_UPGRADE_TASK_MIGRATE_JE_NO_JE_LIB_10040=The upgrade will not be performed because the current instance contains \ + one or more JE based backends which cannot be migrated because the JE library is not present in the class-path. \ + The upgrade should be restarted once the JE backends have been exported and disabled +INFO_UPGRADE_TASK_MIGRATE_JE_UGLY_DN_10041=The upgrade will not be performed because the JE backend '%s' contains a \ + base DN '%s' that cannot be migrated. The upgrade should be restarted once the JE backend has been exported and \ + disabled +INFO_UPGRADE_TASK_MIGRATE_JE_CONFIG_READ_FAIL_10042=The upgrade will not be performed because the configuration file \ + config.ldif could not be parsed +INFO_UPGRADE_TASK_MIGRATE_JE_ENV_UNREADABLE_10043=The upgrade cannot continue because the JE backend with \ + environment directory '%s' could not be accessed for migration +INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_1_10044=Migrating JE backend '%s' +INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_2_10045=Convert local DB backends to JE backends +INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_3_10046=Convert local DB indexes to backend indexes +INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_4_10047=Convert local DB VLV indexes to backend VLV indexes +INFO_UPGRADE_TASK_MIGRATE_JE_SUMMARY_5_10048=Skipping migration of disabled JE backend '%s' +INFO_UPGRADE_TASK_MIGRATE_JE_DESCRIPTION_10049=OpenDJ 3.0.0 introduced changes to the JE backend configuration and \ + database format. The upgrade will update all JE backend configurations, but will only migrate JE backend databases \ + which are associated with *enabled* JE backends. It is very strongly recommended that any existing data has been \ + backed up and that you have read the upgrade documentation before proceeding. Do you want to proceed with the \ + upgrade? +INFO_UPGRADE_TASK_MIGRATE_JE_CANCELLED_10050=The upgrade will not be performed because some JE backends need to be \ + migrated # Strings for generated reference documentation. REF_SHORT_DESC_BACKUP_15000=back up OpenDJ directory data -- Gitblit v1.10.0