screen-upgrade.xml revision 7097
342N/A<?xml version="1.0" encoding="UTF-8"?>
2655N/A<!--
342N/A ! CCPL HEADER START
342N/A !
342N/A ! This work is licensed under the Creative Commons
342N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
342N/A ! To view a copy of this license, visit
342N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
342N/A ! or send a letter to Creative Commons, 444 Castro Street,
342N/A ! Suite 900, Mountain View, California, 94041, USA.
342N/A !
342N/A ! See the License for the specific language governing permissions
342N/A ! and limitations under the License.
342N/A !
342N/A ! If applicable, add the following below this CCPL HEADER, with the fields
342N/A ! enclosed by brackets "[]" replaced with your own identifying information:
342N/A ! Portions Copyright [yyyy] [name of copyright owner]
342N/A !
1472N/A ! CCPL HEADER END
1472N/A !
1472N/A ! Copyright 2013-2014 ForgeRock AS
342N/A !
342N/A-->
342N/A <screen xml:id="upgrade-earliest-supported"
1879N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
1879N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
1879N/A xsi:schemaLocation='http://docbook.org/ns/docbook
1879N/A http://docbook.org/xml/5.0/xsd/docbook.xsd'
1879N/A >$ <userinput>/path/to/OpenDJ-2.4.5/bin/stop-ds --quiet</userinput>
1879N/A... msg=The backend userRoot is now taken offline
1879N/A... msg=The Directory Server is now stopped
342N/A$ <userinput>cd /path/to</userinput>
342N/A$ <userinput>zip -rq OpenDJ-backup.zip OpenDJ-2.4.5</userinput>
342N/A$ <userinput>unzip -q ~/Downloads/OpenDJ-2.6.0.zip</userinput>
342N/A$ <userinput>cp -r opendj/* OpenDJ-2.4.5/</userinput>
342N/A$ <userinput>rm -rf opendj</userinput>
342N/A$ <userinput>mv OpenDJ-2.4.5 opendj</userinput>
342N/A$ <userinput>/path/to/opendj/upgrade --no-prompt --acceptLicense</userinput>
342N/A
342N/A>>>> OpenDJ Upgrade Utility
342N/A
342N/A * OpenDJ will be upgraded from version 2.4.5.7743 to 2.6.0.9086
342N/A * See '/path/to/opendj/upgrade.log' for a detailed log of this operation
342N/A
342N/AREAD THIS SOFTWARE LICENSE AGREEMENT CAREFULLY. BY DOWNLOADING OR INSTALLING
342N/ATHE FORGEROCK SOFTWARE, YOU, ON BEHALF OF YOURSELF AND YOUR COMPANY, AGREE TO
342N/ABE BOUND BY THIS SOFTWARE LICENSE AGREEMENT. IF YOU DO NOT AGREE TO THESE
342N/ATERMS, DO NOT DOWNLOAD OR INSTALL THE FORGEROCK SOFTWARE.
342N/A
342N/A ...
342N/A
342N/APlease read the License Agreement above.
342N/AYou must accept the terms of the agreement before continuing with the
342N/Ainstallation
342N/ADo you accept the License Agreement? yes
342N/A
342N/A>>>> Preparing to upgrade
549N/A
342N/A OpenDJ 2.5.0 modified the default configuration of the 'isMemberOf' virtual
342N/A attribute so that it is included with group entries. This was done in order
342N/A to make it easier for users to determine which groups a 'nested' group
342N/A belongs to.
342N/A Do you want to make this configuration change? (yes/no) yes
342N/A
342N/A The upgrade is ready to proceed. Do you wish to continue? (yes/no) yes
549N/A
342N/A
342N/A>>>> Performing upgrade
342N/A
342N/A Fixing de-DE collation matching rule OID............................ 100%
342N/A Updating password policy configurations............................. 100%
342N/A Updating audit log publisher configuration.......................... 100%
342N/A Rename SNMP security config file.................................... 100%
342N/A Adding 'etag' virtual attribute schema.............................. 100%
342N/A Configuring 'etag' virtual attribute................................ 100%
342N/A Configuring 'ds-pwp-password-expiration-time' virtual attribute..... 100%
342N/A Updating certificate syntax configuration........................... 100%
342N/A Updating JPEG syntax configuration.................................. 100%
342N/A Updating country string syntax configuration........................ 100%
677N/A Modifying filter in 'isMemberOf' virtual attribute configuration.... 100%
677N/A Updating dictionary password validator configuration................ 100%
342N/A Updating attribute value password validator configuration........... 100%
342N/A Adding PBKDF2 password storage scheme configuration................. 100%
342N/A Adding 'http-config.json' configuration file........................ 100%
342N/A Adding HTTP connection handler configuration........................ 100%
342N/A Adding file-based HTTP access logger................................ 100%
342N/A Adding 'emailAddress' attribute..................................... 100%
342N/A Updating subject attribute to user attribute configuration.......... 100%
342N/A Replacing schema file '02-config.ldif'.............................. 100%
342N/A Archiving concatenated schema....................................... 100%
342N/A
342N/A>>>> OpenDJ was successfully upgraded from version 2.4.5.7743 to 2.6.0.9086
342N/A
342N/A * See '/path/to/opendj/upgrade.log' for a detailed log of this operation
342N/A$ <userinput>/path/to/opendj/bin/start-ds --quiet</userinput>
942N/A$ </screen>
342N/A