From efde227b9d0180122362133a750c6b322601c883 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 19 Jul 2007 20:28:20 +0000
Subject: [PATCH] This initial implementation lays most of the groundwork necessary for signaling information and actions to the user during upgrade and reversion. However the only public effect this code has on the current upgrade tool is an informational dialog dialog if an upgrade is attempted from a build prior to one of the issues (2049, 1582, 890).
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 43 ++++++++++++++++++++++++++++++++++---------
1 files changed, 34 insertions(+), 9 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 54cd439..87f042b 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -1142,18 +1142,39 @@
some database files.<br>If you continue with the setup the contents of these \
database files will be deleted.
-upgrade-hypothetical-upgrade-success=Upgrade from version {0} to version {1} \
+upgrade-oracle-success=Upgrade from version {0} to version {1} \
is supported.
-upgrade-hypothetical-reversion-success=Reversion from version {0} to version \
- {1} is supported.
-upgrade-hypothetical-upgrade-failure=Upgrade from version {0} to version {1} \
+upgrade-oracle-action=Upgrade requires manual action
+upgrade-oracle-warning=Upgrade warning
+upgrade-oracle-info=Upgrade information
+upgrade-oracle-unsupported=Upgrade not supported\
+ from version {0} to version {1} \
is not supported. To upgrade You must uninstall the current server, install \
the new server, and manually migrate your data.
-upgrade-hypothetical-reversion-failure=Reversion from version {0} to version \
- {1} is not supported. To revert versions you must uninstall the current \
- server, install the new server, and manually migrate your data.
-upgrade-hypothetical-versions-the-same=Both the 'upgrade to' and 'upgrade from' \
- numbers are the same: {0}
+reversion-oracle-success=Reversion from version {0} to version \
+ {1} is supported.
+reversion-oracle-ei-action=Reversion from version {0} to version {1} \
+ requires further action.
+reversion-oracle-failure=reversion from version {0} to version {1} \
+ is not supported. To reversion You must uninstall the current server, install \
+ the new server, and manually migrate your data.
+oracle-desc-action=This operation requires that you perform specific tasks described \
+ in the details section before continuing.
+oracle-ei-action-step1=Before starting the operation you should export the entire \
+ data set for this server to LDIF format. <b>If you have not completed this \
+ step you should cancel this operation now</b>.
+oracle-ei-action-step2=Continue with this operation until this tool has finished.
+oracle-ei-action-step3=When this operation is complete, manually delete the files in the 'db' \
+ directory.
+oracle-ei-action-step4=Reimport that data from the LDIF file that you had created in the first step.
+oracle-action-prompt=Have you performed the tasks described?
+oracle-info-prompt=Would you like to continue with this operation?
+oracle-action-prompt-continue=Yes, Continue
+oracle-action-prompt-cancel=No, Cancel
+oracle-no-silent=This operation includes specific instructions and/or questions \
+ that you must follow. Silent mode is not supported for this version.
+
+
upgrade-mod-no-schema=Processed server modifications \
(schema checking disabled): {0}
upgrade-mod=Processed server modifications: {0}
@@ -1285,6 +1306,10 @@
installandupgrader-rbupgrade-tooltip=Select to upgrade an existing server \
instance.
+general-action-required=Action Required
+general-warning=Warning
+general-info=Information
+general-unsupported=Unsupported
general-checking-data=Checking Data...
general-loading=Loading...
general-see-for-details=See {0} for a detailed log of this operation.
--
Gitblit v1.10.0