From 6c06c2c0fd1bfb5c261b910ee8092037184e70a5 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Fri, 31 Aug 2007 15:43:58 +0000 Subject: [PATCH] Exposes the reversion functionality of the upgrader (issue 2169). Originally it was intended to be exposed as a new script but in order to avoid the negativity of having a command devoted to undoing the upgrade and to avoid more scripts in the top-level directory, I've exposed the functionality as 2 new options in the existing upgrade script. I will update the Wiki with documentation for these new options soon. --- opendj-sdk/opends/src/messages/messages/tools.properties | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/tools.properties b/opendj-sdk/opends/src/messages/messages/tools.properties index ae5f24b..c6df939 100644 --- a/opendj-sdk/opends/src/messages/messages/tools.properties +++ b/opendj-sdk/opends/src/messages/messages/tools.properties @@ -1808,7 +1808,7 @@ line version of this tool INFO_UPGRADE_DESCRIPTION_NO_PROMPT_1191=Use non-interactive mode. Prompt for \ any required information rather than fail -INFO_UPGRADE_DESCRIPTION_SILENT_1192=Perform a quiet upgrade +INFO_UPGRADE_DESCRIPTION_SILENT_1192=Perform a quiet upgrade or reversion INFO_LDIFIMPORT_DESCRIPTION_COUNT_REJECTS_1195=Count the number of entries \ rejected by the server and return that value as the exit code (values > 255 \ will be reduced to 255 due to exit code restrictions) @@ -2007,3 +2007,6 @@ passed to the JVM when running the server SEVERE_ERR_CREATERC_JAVA_HOME_DOESNT_EXIST_1378=The directory %s specified \ as the JAVA_HOME path does not exist or is not a directory +SEVERE_ERR_UPGRADE_INCOMPATIBLE_ARGS_1379=The argument '%s' is incompatible \ + with '%s' + -- Gitblit v1.10.0