Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Starting with v3.5.3 we have changed the upgrade procedure in order to have the same process in place across all panagenda products. From now on you have to perfom the update on the appliance/console level.

Note

This new upgrade procedure is only valid for 3.5.x (NOT for 3.2.x)

Two Types

There are two types of upgrade files available:


Procedure

  • Log off from the UI of GreenLight
  • Upload the GreenLight upgrade package (gl-upgrade.zip or gl-upgrade-offline.zip) to the appliances /tmp/ directory (using WinSCP for example)
  • Use ssh or putty to connect to the appliance and execute the following commands:
Code Block
themeRDark
titleONLINE Upgrade
cd /tmp
unzip gl-upgrade.zip
./gl-upgrade.sh

or

Code Block
themeRDark
titleOFFLINE Upgrade
cd /tmp
unzip gl-upgrade-offline.zip
./gl-upgrade-offline.sh

...

Note

If the upgrade process stucks for several minutes while the system tries to stop all containers, ...

...make sure you have closed all webbrowser connections to GL



Example Output

The following screenshot shows the output during a gl-upgrade-offline update.

...