Versions Compared

Key

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

...

  • 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
  • Whenever done, it takes 2-5 minutes until all Docker images are up and running again

  • Reload the GL UI (Browser) and Login

...

Note

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

..just abort the process (CTRL + C) and re-run the ./gl-upgrade.sh  again.make sure you have closed all webbrowser connections to GL



Example Output

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

...