Author: sebawagner
Date: Mon May 7 16:46:15 2012
New Revision: 1335116
URL: http://svn.apache.org/viewvc?rev=1335116&view=rev
Log:
Add info to docs to shut down service while performing CLI import/export
Modified:
incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html
incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml
Modified: incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html?rev=1335116&r1=1335115&r2=1335116&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html (original)
+++ incubator/openmeetings/trunk/singlewebapp/docs/Upgrade.html Mon May 7
16:46:15 2012
@@ -944,35 +944,36 @@ limitations under the License.
</td></tr>
<tr><td>
<blockquote>
- <p>
- <i>You need OpenMeetings 2.x or later to have
the command line
- feature available
- </i>
+ <p>
+ <i>You need OpenMeetings 2.x or later to have
the command line interface (CLI)
+ feature available
+ </i>
</p>
- <p>
- Alternatively to the Web-Installer you can also
export and import
- via the command line.
- <br />
- Cd to your red5-home directory, type "admin"
and hit enter. You will
- get options available.
- <br />
- <br />
- A typical export would be:
- <br />
- <tt>admin -b -file backup_today.zip</tt>
- <br />
- <br />
- A typical import would be:
- <br />
- <tt>admin -r -file backup_yesterday.zip</tt>
- <br />
- <br />
- You can also combine the installation with a
backup, that way you
- will create exactly the user table that existed
in the backup.
- <br />
- A typical install from backup would be:
- <br />
- <tt>admin -i -file backup_yesterday.zip</tt>
+ <p>
+ Alternatively to the Web-Installer you can also
export and import
+ via the command line. <br />
+ <b>You should shutdown the Red5-Service while
doing CLI export or import operations</b>
+ <br />
+ Cd to your red5-home directory, type "admin"
and hit enter. You will
+ get options available.
+ <br />
+ <br />
+ A typical export would be:
+ <br />
+ <tt>admin -b -file backup_today.zip</tt>
+ <br />
+ <br />
+ A typical import would be:
+ <br />
+ <tt>admin -r -file backup_yesterday.zip</tt>
+ <br />
+ <br />
+ You can also combine the installation with a
backup, that way you
+ will create exactly the user table that existed
in the backup.
+ <br />
+ A typical install from backup would be:
+ <br />
+ <tt>admin -i -file backup_yesterday.zip</tt>
</p>
</blockquote>
</p>
Modified: incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml?rev=1335116&r1=1335115&r2=1335116&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/xdocs/Upgrade.xml Mon May 7
16:46:15 2012
@@ -39,13 +39,14 @@
<section name="Upgrading OpenMeetings from command line">
<p>
- <i>You need OpenMeetings 2.x or later to have
the command line
+ <i>You need OpenMeetings 2.x or later to have
the command line interface (CLI)
feature available
</i>
</p>
<p>
Alternatively to the Web-Installer you can also
export and import
- via the command line.
+ via the command line. <br/>
+ <b>You should shutdown the Red5-Service while
doing CLI export or import operations</b>
<br />
Cd to your red5-home directory, type "admin"
and hit enter. You will
get options available.