From 1c50a85548b529e2b397a2d3b19c473d9b89bb62 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Thu, 12 Nov 2015 09:27:22 +0000 Subject: [PATCH] OPENDJ-1742 Implement 2.x -> 3.0 changelog migration task --- opendj-server-legacy/src/messages/org/opends/messages/tool.properties | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 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 8963d64..9862056 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/tool.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/tool.properties @@ -2666,7 +2666,7 @@ 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 \ +INFO_UPGRADE_TASK_MIGRATE_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 @@ -2681,7 +2681,15 @@ 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 + migrated. +INFO_UPGRADE_TASK_MIGRATE_CHANGELOG_DESCRIPTION_10051=OpenDJ 3.0.0 improved the replication changelog storage format. \ + As a consequence, the old changelog content of the current replication server will be erased by the upgrade. \ + The new changelog content will be automatically reconstructed from the changelog of \ + other replication servers in the topology. After the upgrade, dsreplication reset-change-number can be used \ + to reset the changelog change-number of the current replication server to match another replication server. \ + Do you want to proceed with the upgrade? +INFO_UPGRADE_TASK_DELETE_CHANGELOG_SUMMARY_10052=Removing content of changelog in '%s' directory. +INFO_UPGRADE_TASK_ENABLED_FILE_BASED_CHANGELOG_10053=Enable log file based replication changelog storage. # Strings for generated reference documentation. REF_SHORT_DESC_BACKUP_15000=back up OpenDJ directory data -- Gitblit v1.10.0