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