Upgrade Openfire to 3.6.3

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.3

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_3.tar.gz | tar xf -
cd openfire 

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

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

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

cd ..
mv openfire openfire.3.6.3
ln -s openfire.3.6.3 openfire

/etc/init.d/openfire start
P.S. 1. Server certificate. When new version is installed, the server certificate was not in place. Self-signed certificates can be generated by clicking on the first link on the following page:

Server -> Server Settings -> Server Certificates
One or more certificates are missing. Click here to generate self-signed certificates or here to import a signed certificate and its private key.
Then, web server needs to be restarted.
Certificates were modified so HTTP server needs to be restarted. Click here to restart HTTP server.
P.S. "IM Gateway" plugin has to be added manually again before it works.
CAH, The Great
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.4

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_4.tar.gz | tar xf -
cd openfire 

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

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

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

cd ..
mv openfire openfire.3.6.4
ln -s openfire.3.6.4 openfire

/etc/init.d/openfire start
P.S. 1. Server certificate. When new version is installed, the server certificate was not in place. Self-signed certificates can be generated by clicking on the first link on the following page:

Server -> Server Settings -> Server Certificates
One or more certificates are missing. Click here to generate self-signed certificates or here to import a signed certificate and its private key.
Then, web server needs to be restarted.
Certificates were modified so HTTP server needs to be restarted. Click here to restart HTTP server.
P.S. "IM Gateway" plugin has to be added manually again before it works.
CAH, The Great
Post Reply