Dashboard > Openfire > Home > Wildfire to Openfire Upgrade Guide
  Openfire Log In View a printable version of the current page.  
  Wildfire to Openfire Upgrade Guide
Added by Gaston Dombiak, last edited by Greg Tangey on Apr 19, 2007  (view change)
Labels: 
(None)

This document provides the steps to follow in order to upgrade a Wildfire 3.2 installation into an Openfire installation. If you need to update an old version of Wildfire then first update it to Wildfire 3.2 using the Wildfire Upgrade Guide and the Upgrade guide to Wildfire Enterprise 3.2.0 if you are using the Enterprise Edition.

Windows

1) Stop the server
2) Back up setup
3) If running as a service, remove the old service: wildfire-service /uninstall
4) Install 3.3.0
5) Delete conf/openfire.xml and rename conf/wildfire.xml to conf/openfire.xml
6) Search for org.jivesoftware.wildfire. and replace with org.jivesoftware.openfire. in conf/openfire.xml
7) If using embedded database then rename embedded-db\wildfire* files to embedded-db\openfire*
8) Delete all jar files in the plugin folder and drop new versions of plugins
9) Start up the server using new launch scripts localted in bin
10) Optionally install as a service again: openfire-service /install

Unix/Linux (RPM)

1) Stop the server
2) Back up setup
3) Run rpm -ivf openfire_3_3_0.rpm
4) Go to /opt/openfire and copy configuration from old setup
4.1) Copy conf/wildfire.xml and rename it to conf/openfire.xml
4.2) Search for org.jivesoftware.wildfire. and replace with org.jivesoftware.openfire. in conf/openfire.xml
4.3) If using embedded database then copy and rename embedded-db\wildfire* files to embedded-db\openfire*
4.4) Copy new version of plugins to opt/openfire/plugins (except admin folder)
4.5) Copy old certificates from resources/security/ to same location in openfire
5) If running as a service update service to use new scripts located in bin
6) Start up the server using new launch scripts located in bin
7) To uninstall Wildfire run rpm -e wildfire

Zip/Tar.gz

This process is similar to the RPM except that step 3 is replaced with:
3) Unzip content to /opt/openfire (unix/linux)
3) Unzip content to C:\Program Files\openfire (windows)

Mac

  1. Install Openfire using the .pkg installer
  2. Use the System Preferences pane to turn Openfire off
  3. For steps 4-8 assume paths are relative to /usr/local
  4. Copy wildfire/conf/wildfire.xml to openfire/conf/openfire.xml
  5. Search for org.jivesoftware.wildfire. and replace with org.jivesoftware.openfire. in conf/openfire.xml
  6. If using embedded database then copy and rename embedded-db\wildfire* files to embedded-db\openfire*
  7. Copy new version of plugins to openfire/plugins (except admin folder)
  8. Copy old certificates from resources/security/ to same location in openfire
  9. Use the System Preferences pane to turn Openfire back on

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.3 Build:#645 Feb 13, 2007) - Bug/feature request - Contact Administrators