OpenWGA 7.1 - Updating to OpenWGA 7.1

Doing the update

Installations from the debian linux repository

This is the installation type which is the simplest to upgrade. In a console simply issue the following commands under superuser rights:

apt-get update

apt-get install openwga7.1-ce

Or, if you are a customer of the OpenWGA enterprise edition:

apt-get update

apt-get install openwga7.1-ee

The first command will fetch most up-to-date packages available on debian repositories.

The second command will install the new version OpenWGA 7.1. This will automatically fetch the new version, shutdown OpenWGA server, replace the OpenWGA server version and start the server again.

Sometimes OpenWGA takes too long to shutdown so the upgrade will not be able to start the server again after doing the upgrade. You can see this from the console output of the "apt-get upgrade" command. If it does not say that it successfully started OpenWGA server again you should do so manually by issuing command "/etc/init.d/openwga start", still under superuser rights.