Upgrading an Air Gapped ThreatQ Instance
See the ThreatQ Platform Air Gapped Installation Guide for detailed information on new installs of ThreatQ on an air gapped device.
If you are upgrading from one 6x release to another, you can use the following steps.
Contact ThreatQ Support if you encounter any issues during the upgrade or require assistance.
Stage 1: Download the Air Gap Upgrade File
To download the air gap upgrade file from a browser:
- Copy the following location to your browser's address bar:
https://<YUM_USER>:<YUM_PASSWORD>@install-v6.threatq.com/<version>-platform.tar.gz
- Open the CLI of the device to upgrade and copy the upgrade file to
/root/
using the SCP client of your choice. - Return to the CLI of the device and confirm that the upgrade file is present.
To download the air gap upgrade file via curl:
- Run the following command:
curl https://<YUM_USER>:<YUM_PASSWORD>@install-v6.threatq.com/<version>-platform.tar.gz -o <version>-platform.tar.gz
- Transfer the upgrade file to
/root/
on the air gapped box.
Stage 2: Upgrade the Air Gapped Box
- Log into the air gapped box as a root user.
- Run the following command to upgrade the air gapped box:
tqadmin platform upgrade -v <release number> -zExample:tqadmin platform upgrade -v 6.2.0 -z
- The upgrade process looks for the upgrade tarball in the
/root/
location. If the file is not in that location, you are prompted to enter the absolute path of the tarball.
See the ThreatQ V5 Platform Air Gapped Installation Guide for detailed information on new installs of ThreatQ V5 on an air gapped device.
If you are upgrading from the most recent ThreatQ 4x release to 5x, you must contact ThreatQ support for assistance with the upgrade process.
ThreatQ requires you to be on the latest version of 4x in order to upgrade to ThreatQ version 5x.
If you are upgrading from the most recent ThreatQ 4x release to 5x, or are upgrading from one 5x release to another, you can use the following steps.
Contact ThreatQ Support if you encounter any issues during the upgrade or require assistance.
Stage 1: Download the Air Gap Upgrade File
To download the air gap upgrade file from a browser:
- Log into https://install.threatq.com/ using your YUM credentials.
- Locate and download the appropriate air gap upgrade file.
File Name Format:
<version>-platform.tar.gz
Example:
5.6.1-platform.tar.gz - Open the CLI of the device to upgrade and copy the upgrade file to
/root/
using the SCP client of your choice. - Return to the CLI of the device and confirm that the upgrade file is present.
To download the air gap upgrade file via curl:
- Run the following command:
curl https://<YUM_USER>:<YUM_PASSWORD>@install.threatq.com/<version>-platform.tar.gz -o <version>-platform.tar.gz
- Transfer the upgrade file to
/root/
on the air gapped box.
Stage 2: Upgrade the Air Gapped Box
- Log into the air gapped box as a root user.
- Run the following command to upgrade the air gapped box:
tqadmin platform upgrade -v <release number> -zExample:tqadmin platform upgrade -v 5.6.1 -z
- The upgrade process looks for the upgrade tarball in the
/root/
location. If the file is not in that location, you are prompted to enter the absolute path of the tarball.