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