Upgrade Openfire to 3.6.2

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Upgrade Openfire to 3.6.2

Post by cah »

Become "root" user, then, execute the following commands:

Code: Select all

/etc/init.d/openfire stop
cd /opt
rm openfire
gzcat /work/applications/openfire_3_6_2.tar.gz | tar xf -
cd openfire 

cd bin
cp -p /opt/openfire.3.6.1/bin/openfire.vmoptions .

cd ../conf
mv openfire.xml openfire.xml.ori
cp -p /opt/openfire.3.6.1/conf/*.xml .

cd ..
cp -rp /opt/openfire.3.6.1/embedded-db .

cd ..
mv openfire openfire.3.6.2
ln -s openfire.3.6.2 openfire

/etc/init.d/openfire start
P.S. "IM Gateway" plugin has to be added manually again before it works.
CAH, The Great
Post Reply