From 052f70c810813d9f5533b3cd4c9138d2df0d15e6 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Fri, 17 May 2013 09:01:33 +0000 Subject: [PATCH] CR-1700 Fix for OPENDJ-865: Document new upgrade experience --- opendj3/src/main/docbkx/shared/man-restore.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/opendj3/src/main/docbkx/shared/man-restore.xml b/opendj3/src/main/docbkx/shared/man-restore.xml index c907347..fc45468 100644 --- a/opendj3/src/main/docbkx/shared/man-restore.xml +++ b/opendj3/src/main/docbkx/shared/man-restore.xml @@ -20,7 +20,7 @@ ! ! CCPL HEADER END ! - ! Copyright 2011-2012 ForgeRock AS + ! Copyright 2011-2013 ForgeRock AS ! --> <refentry xml:id='restore-1' @@ -30,7 +30,7 @@ xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xinclude='http://www.w3.org/2001/XInclude'> - <info><copyright><year>2011-2012</year><holder>ForgeRock AS</holder></copyright></info> + <info><copyright><year>2011-2013</year><holder>ForgeRock AS</holder></copyright></info> <refmeta> <refentrytitle>restore</refentrytitle><manvolnum>1</manvolnum> <refmiscinfo class="software">OpenDJ</refmiscinfo> @@ -295,14 +295,14 @@ <para>The following example schedules a restore as a task to begin immediately while OpenDJ directory server is online.</para> <screen>$ restore -p 4444 -D "cn=Directory Manager" -w password - -d /path/to/OpenDJ/bak -I 20110613080032 -t 0 + -d /path/to/opendj/bak -I 20110613080032 -t 0 Restore task 20110613155052932 scheduled to start Jun 13, 2011 3:50:52 PM CEST</screen> <para>The following example restores data while OpenDJ is offline.</para> - <screen>$ /path/to/OpenDJ/bin/stop-ds + <screen>$ /path/to/opendj/bin/stop-ds Stopping Server... ... -$ /path/to/OpenDJ/bin/restore --backupDirectory /path/to/OpenDJ/bak/userRoot +$ /path/to/opendj/bin/restore --backupDirectory /path/to/opendj/bak/userRoot --listBackups Backup ID: 20120928102414Z Backup Date: 28/Sep/2012:12:24:17 +0200 @@ -313,10 +313,10 @@ Has Signed Hash: false Dependent Upon: none -$ /path/to/OpenDJ/bin/restore --backupDirectory /path/to/OpenDJ/bak/userRoot +$ /path/to/opendj/bin/restore --backupDirectory /path/to/opendj/bak/userRoot --backupID 20120928102414Z [28/Sep/2012:12:26:20 +0200] ... msg=Restored: 00000000.jdb (size 355179) -$ /path/to/OpenDJ/bin/start-ds +$ /path/to/opendj/bin/start-ds [28/Sep/2012:12:27:29 +0200] ... The Directory Server has started successfully</screen> </refsect1> </refentry> -- Gitblit v1.10.0