QMetry App Upgrade Document for Linux (from QMetry v8.16.0.1 and above)

Overview

This document is intended for users currently using QMetry v8.16.0.1 or later and provides step-by-step instructions to upgrade the QMetry Test Management application to version v8.24.1.1 on a Linux-based server.

System Requirements and Pre-requisites

Before upgrading, ensure the following:

  • Your current QMetry version is v8.16.0.1 or above. To check: Log in to QMetry and check the About section.

  • MySQL version of QMetry Reports and QMetry Application is 8.0.40.

  • Internet connection is enabled on the server.

Upgrading QMetry from v8.16.0.1 and above to the Latest Version

To upgrade QMetry to the latest version, perform the following steps:

Important: Backup your Existing QMetry Database

To backup your existing QMetry database, perform the following steps:

  1. Create a backup of the "qmetry" database. The backup is saved in /opt by default.

  2. Run the following command to update the username, password, and location of the backup file:

     docker exec qmetryapp_db sh -c 'exec mysqldump -uroot -p<password> --triggers --routines --hex-blob --single-transaction --lock-tables --no-create-db qmetry' > /opt/qmetry_backup_<date>.sql
    Example 10. 
    docker exec qmetryapp_db sh -c 'exec mysqldump -uroot -pqmetry --triggers --routines --hex-blob --single-transaction --lock-tables --no-create-db qmetry' > /opt/qmetry_backup_2021-01-01.sql



  3. Verify that the database is backed up and is available.

Downloading the Upgrade Files

Download the required files by performing the following steps:

  1. Get the latest version of QMetry Upgrade Installer from the QMetry Support Portal.

  2. Download QMetry82411.zip to the QMetry Application Server on the host machine.

Step 3: Running the QMetry Upgrade

To run QMetry Upgrade, perform the following steps:

  1. List the running containers using the following command:

    docker ps

    If Docker is not running, use the following command to start it:

    docker start qmetryapp_db
    docker start qmetry_app_1

    Note

    Replace the container names with the appropriate application names as specified in the previous command.

  2. Go to the directory where the QMetry 82411.zip file is downloaded and copy the file inside the Docker container using the following command:

    docker cp QMetry82411.zip qmetry_app_1:/opt
  3. Log in to the Docker container using the following command:

    docker exec -it qmetry_app_1 bash
  4. Go to /opt directory where the QMetry 82411.zip file is copied using the command:

    cd /opt
  5. Unzip the file in the /opt directory, ensuring it is placed in a separate location from your current installation path (/home/qmetry/QMetry).

    unzip QMetry82411.zip
  6. Go to the QMetry directory:

    cd QMetry82411
  7. Grant execution permissions to the upgrade script:

    chmod +x upgrade_qmetry.sh
  8. Execute the upgrade script:

    ./upgrade_qmetry.sh
  9. Confirm to upgrade and then specify the path of the existing QMetry installation.

    Note

    The process may take some time to complete. Kindly be patient and allow it to finish properly.

    Table 17. Upgrade  QMetry

    Options

    Type

    Default Value

    Comments/ Example

    Do you want to proceed with the QMetry upgrade (Y/N)?

    Mandatory

    -

    type - Y/N



  10. Exit from Docker container once the process is completed, use the following command:

    exit

Step 4: Restarting QMetry and MySQL Docker Container

  1. Run the following command to list the running containers:

    docker ps
  2. Restart both Docker containers using the following commands:

    docker stop qmetry_app_1 qmetryapp_db
    docker start qmetryapp_db
    docker start qmetry_app_1

Step 5: Installing or QMetry QMetry Jira Add-on

Download the correct Jira add-on version that matches your QMetry version. Refer to the table below to find the compatible Jira add-on version based on your QMetry version.

QMetry Version

Jira-addon version required

8.24.x

2.3.9_jira9 (Jira Version 9x), 2.3.9 (Jira Version 10x)

8.23.0

2.3.7_jira9 (Jira Version 9x), 2.3.7 (Jira Version 10x)

8.22.1

2.3.5

8.21.0

2.3.3

In case you have not installed the QMetry Jira Integration app for integration, follow the Steps to install and configure the QMetry Jira Integration app if it is not installed.Install & Configure QMetry's Jira Integration App

If you encounter any issues during the upgrade, please submit a support ticket on the Support Portal.

Publication date: