Overview
In this article, we provide step-by-step instructions for an example configuration to upgrade qTest Manager from 9.6.1 to 9.7.1 on multiple CentOS/Ubuntu machines using Docker. Please read the instructions thoroughly before starting your installations.
To request assistance with upgrading or obtain the self-upgrade links, complete the Upgrade Request Form and reference the OnPremise Upgrades Guide.
Note: If you are performing a fresh install, use the OnPremise New Install Form and reference the OnPremise Install Guide.
Before You Begin
Read the following:
To upgrade qTest Manager from a version older than 9.7.1, please use our old Docker deployment packages.
Upgrade Example:
The example image below demonstrates how to configure qTest Manager with a load balancer for 4 machines:
- Machine 1: considered as a cluster, hosts qTest Manager's prerequisite apps:
- Postgres
- ElasticSearch
- Machine 2: hosts qTest Manager 9.7.1 (qtest)
- Machine 3: hosts qTest Manager 9.7.1 (qtest)
- Machine 4: hosts qTest Manager's load balancer (qtestlb)
Note: The cluster machine must open 2 ports:
- 53
- 6783
How to Upgrade Machine 2 and 3
Repeat all of the steps below for Machine 2 and 3 where you have installed qTest Manager 9.7.1 (qtest). No changes need to be made to Machine 1 or Machine 4 (qtestlb) servers in this example configuration.
IMPORTANT: Make sure to upgrade your Docker Deployment on each machine where it is currently installed. This article provides a sample configuration only.
Uninstall your Current Deployment
If your qTest Manager is set up as a Linux Daemon on this server, you should stop it first. If not, you can skip this step.
systemctl stop qtest
- Access the directory where you've extracted the docker deployment package of qTest Manager 9.6.1(docker-deployment-4.8), shut it down and create a backup.
$ ./shutdown $ ./backup $ ./uninstall
- Download the Docker-Deployment-4.9 Package.
Note: This package supports the upgrade of qTest Manager from version 9.6.1 to 9.7.1$ wget <ENTER DOWNLOAD LINK HERE>
- Extract the package.
$ tar -zxf docker-deployment-4.9.tar.gz
- Access Docker-Deployment-x.x Directory.
$ cd docker-deployment-4.9
Configure qTest Manager
To keep all applications in your previous deployment from being upgraded, override the /profiles directory of docker-deployment-4.9 with the directory of docker-deployment-4.8
$ cp -r /<path to your docker-deployment-4.8 package>/docker-deloyment-4.8/profiles/ /<path to your docker-deployment-4.9 package>/docker-deloyment-4.9/
Deploy qTest Manager
- Execute this command to initially set up and start the application.
$ ./startup
The script will download the application images and qTest components to the Docker. It may take a couple of hours depending on your network connection
- Open your web browser, and access qTest Manager using the URL specified above.
- Validate if qTest Manager has started successfully.
- Execute these commands to set up qTest Manager as a Linux Daemon.
$ ./shutdown $ ./install
- Start the service. You may need to wait for few minutes for qTest Manager to be available.
$ systemctl start qtest
Restart Machine 4
- Access the directory where you've extracted the docker deployment package of qTest Manager 9.7.1 (docker-deployment-4.8)
- If your qTest Manager is set up as a Linux Daemon on this server, you should stop it first. If not, you can skip this step.
$ systemctl stop qtest
- Shut down qTest Manager.
$ ./shutdown
- Start the service. You may need to wait a few minutes for qTest Manager to be available.
$ systemctl start qtest