Upgrade

Online upgrade Copied

From the Dashboard section of the ITRS Analytics admin console, click Check for update to see if there is a newer version of ITRS Analytics, including ITRS Analytics apps. If there is an available upgrade, click Deploy.

Upgrade

If you opt to automatically update, click Configure automatic updates and select your preferred settings.

Airgap upgrade Copied

To upgrade an airgap install, you can either upload a new airgap bundle from the command line or to the KOTS admin console.

  1. Log into a controller node in the cluster via SSH, and then download the airgap bundle for the new version. Run:
curl -f [download URL]/[channel]?airgap=true -H "Authorization: [authorization key]" -o [application-slug]-[channel].tgz
  1. Extract the installation bundle. Run:
tar -zxvf [application-slug]-[channel].tgz
  1. Do one of the following:
Method Steps
Upload the bundle from the command line Run:
./[application-slug] update --airgap-bundle [application-slug].airgap

After the airgap bundle has been uploaded, from the same machine, access the KOTS admin console on a browser.

Upload the bundle from the KOTS admin console using a browser On the Version history page, click Upload new version, and then select the airgap bundle you downloaded.
  1. From the Version history page in admin console, click Deploy next to the new version.

Airgap upgrade

  1. Follow the rest of the prompts in the admin console until the upgrade has successfully completed.
["Obcerv"] ["User Guide", "Technical Reference"]

Was this topic helpful?