From 7a6f3dd0c046db02a9cebddd7e635c2189e378ff Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Sat, 21 Jul 2012 20:43:37 +0000 Subject: [PATCH] Fix OPENDJ-522: Add capability to force the upgrade to complete if errors occur during non-interactive mode --- opends/src/messages/messages/admin_tool.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index cae1386..fd64451 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -21,7 +21,7 @@ # CDDL HEADER END # # Copyright 2006-2010 Sun Microsystems, Inc. -# Portions copyright 2011 ForgeRock AS. +# Portions copyright 2011-2012 ForgeRock AS. # Portions copyright 2012 profiq s.r.o. @@ -3055,4 +3055,8 @@ SEVERE_ERR_DEPENDENCY_TASK_NOT_DEFINED=There is no task with ID '%s' in the \ server. INFO_AVAILABLE_DEFINED_TASKS=The available defined tasks are:%s +INFO_UPGRADE_DESCRIPTION_FORCE=Specifies whether the upgrade should \ + continue if there is an error while migrating configuration files or if \ + additional actions need to be performed after the upgrade. This option can \ + only be used with the %s option. -- Gitblit v1.10.0