RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
OpenFire:Upgrading
Download from http://www.igniterealtime.org/downloads/index.jsp
wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3_7_0.tar.gz Extract to a temporaty folder tar -C /tmp -zxf openfire_3_7_0.tar.gz Rename containing folder and move it to /usr/local sudo mv /tmp/openfire /usr/local/openfire-3.7.0 Patch openfire-3.7.0/conf/openfire.xml from the old one diff -u -b -B openfire-3.7.0/conf/openfire.xml openfire/conf/openfire.xml > /tmp/openfire.diff Copy plugins from old plugins folder to new plugins folder. Actually - this caused the server to fail to start, so it might be better to start the server without plugins, and re-instal them later. cd plugins Copy security certificates from old resources/security folder to new resources/security folder cd /usr/local/openfire-3.7.0/resources/security/ Stop service Re-point sym-link /usr/local/openfire Start service cd /usr/local OpenFire:Upgrading is mentioned on: Linux |