Commit 1993d8d2 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Improved documentation for upgrading from enterprise.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10272 b35dd754-fafc-0310-a699-88a17e54d16e
parent 88fe9389
......@@ -89,15 +89,14 @@ statistics and chat logs, you don't have to worry about these steps.
<p>
First, you will need to shut down your Openfire server and remove the
enterprise plugin. To do this, after shutting down, remove the
<b>enterprise.jar</b> file and the <b>enterprise</b> directory from the
plugins directory in your Openfire install root. Then install this plugin,
<b>monitoring.jar</b> by copying it into the plugins directory. At this point,
you will need to start up Openfire and let it extract and install the
<b>monitoring</b> plugin. You can watch for this to occur by looking under
the Plugins tab in the Openfire admin console. Once it appears in the list,
you should be good to go. Shut the server back down at this point. Then
go into your plugins/monitoring/database directory. There you will see
enterprise plugin. To do this, perform the following steps:
<ol>
<li>Shut down your Openfire server</li>
<li>Remove the <b>enterprise.jar</b> file and the <b>enterprise</b> directory from the plugins directory in your Openfire install root</li>
<li>Install this plugin, <b>monitoring.jar</b> by copying it into the plugins directory.</li>
<li>At this point, you will need to start up Openfire and let it extract and install the <b>monitoring</b> plugin. You can watch for this to occur by looking under the Plugins tab in the Openfire admin console. Once it appears in the list, continue to the next step.</li>
<li>Shut the server back down again.</li>
<li>Go into your plugins/monitoring/database directory. There you will see
some scripts prefixed with <b>import_</b>. Log into your database, switch
to the Openfire's database as you configured during setup (you can find
this information in conf/openfire.xml if you don't remember it), and run
......@@ -105,9 +104,9 @@ the script that matches the database you are using. Note that the embedded
database is hsqldb and you can use the script in bin/extra from the Openfire
install root (bin/extra/embedded-db-viewer.sh or
bin/extra/embedded-db-viewer.bat, depending on whether you are using Windows)
to access your embedded database. Once the script has completed, you can
start Openfire back up and all of your settings should be the way they were
when you were running the Enterprise plugin.
to access your embedded database.</li>
<li>Once the script has completed, you can start Openfire back up and all of your settings should be the way they were when you were running the Enterprise plugin.</li>
</ol>
</p>
<h2>Configuration</h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment