How can I install a version of AIR that isn't the latest?

Occasionally, AIR users may prefer to install or maintain an old version of the software rather than automatically update to the latest release. The instructions below explain how you can select and use the version of your choice:

Offline Installation/Upgrade Package

To download the installation or upgrade package for your system, use the URLs provided below. The tag "latest" in the URL defaults to the most recent version of the package. To download a specific version, replace "latest" with the version number you require (e.g., "v4.3.3").

Ubuntu 18.04 to 22.04 Download URL: https://cdn.binalyze.com/air-deploy/offline/latest/binalyze-air-setup-ubuntu.tgz

CentOS 7 / RHEL 7 Download URL: https://cdn.binalyze.com/air-deploy/offline/latest/binalyze-air-setup-centos7.tgz

CentOS 8 / RHEL 8 Download URL: https://cdn.binalyze.com/air-deploy/offline/latest/binalyze-air-setup-centos8.tgz

Example for downloading a specific version: For Ubuntu 18.04 to 22.04, use: https://cdn.binalyze.com/air-deploy/offline/v4.3.3/binalyze-air-setup-ubuntu.tgz

Online Upgrade

2-Tier

Run the following commands on the Application and Database servers before upgrading your systems online by following https://kb.binalyze.com/air/updating-air/2-tier-systems

AIR Console Server

  • echo -e "AIR_VERSION=v4.3.3" >> /opt/binalyze-air/.env

AIR Database Server

  • echo -e "AIR_VERSION=v4.3.3" > /opt/binalyze-air-db/.env

Single Tier

Run the following commands on the Application servers before upgrading your systems online by following https://kb.binalyze.com/air/updating-air/single-tier-systems AIR Console Server

  • echo -e "AIR_VERSION=v4.3.3" >> /opt/binalyze-air/.env

In the next upgrade, you should delete this line in /opt/binalyze-air/.env or edit the version number you want. You can track the version tags from the link below: https://cr.binalyze.com/harbor/projects/90/repositories/air.console/artifacts-tab?publicAndNotLogged=yes

Last updated