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. ...@@ -89,15 +89,14 @@ statistics and chat logs, you don't have to worry about these steps.
<p> <p>
First, you will need to shut down your Openfire server and remove the First, you will need to shut down your Openfire server and remove the
enterprise plugin. To do this, after shutting down, remove the enterprise plugin. To do this, perform the following steps:
<b>enterprise.jar</b> file and the <b>enterprise</b> directory from the <ol>
plugins directory in your Openfire install root. Then install this plugin, <li>Shut down your Openfire server</li>
<b>monitoring.jar</b> by copying it into the plugins directory. At this point, <li>Remove the <b>enterprise.jar</b> file and the <b>enterprise</b> directory from the plugins directory in your Openfire install root</li>
you will need to start up Openfire and let it extract and install the <li>Install this plugin, <b>monitoring.jar</b> by copying it into the plugins directory.</li>
<b>monitoring</b> plugin. You can watch for this to occur by looking under <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>
the Plugins tab in the Openfire admin console. Once it appears in the list, <li>Shut the server back down again.</li>
you should be good to go. Shut the server back down at this point. Then <li>Go into your plugins/monitoring/database directory. There you will see
go into your plugins/monitoring/database directory. There you will see
some scripts prefixed with <b>import_</b>. Log into your database, switch 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 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 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 ...@@ -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 database is hsqldb and you can use the script in bin/extra from the Openfire
install root (bin/extra/embedded-db-viewer.sh or install root (bin/extra/embedded-db-viewer.sh or
bin/extra/embedded-db-viewer.bat, depending on whether you are using Windows) 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 to access your embedded database.</li>
start Openfire back up and all of your settings should be the way they were <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>
when you were running the Enterprise plugin. </ol>
</p> </p>
<h2>Configuration</h2> <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