QMetry Reports Upgrade Steps for Existing Users already upgraded to v8.6

QMetry v8.6 introduces a brand new reporting module. In this guide we will run you through upgrading QMetry Test Management Reports in your environment. These steps are to be followed on your QMetry Reports server hosted on the linux machine.

Here are the steps

Step 1: Download Required Files

  • Please write to QMetry Support by sending an Email at qtmprofessional@qmetrysupport.atlassian.net,  to get the latest version of QMetry reports.

  • Download the QMetryReport86xx.zip file on your report server's /opt directory once you receive the report upgrade package.

Step 2. Check the running containers using the following command

  • sudo su -
  • docker ps

If they are not seen running start them using command : docker start qmetry-reports-db qmetry-reports

Step 3. Remove the older QMetryReports zip and unzipped folders from the docker's /opt directory.

  • docker exec -it qmetry-report bash
  • cd /opt
  • rm -rf QMetryReport86xx.zip QMetryReports86xx
  • exit

Step 4. Copy the QMetryReport86xx.zip into the docker container from server's /opt directory using the following commands and get into the container.

  • cd /opt
  • docker cp QMetryReport86xx.zip qmetry-reports:/opt
  • docker exec -it qmetry-report bash

Step 4. Unzip the new reports upgrade zip QMetryReport86xx.zip copied under docker's /opt directory and go to the unzipped folder.

  • cd /opt
  • unzip QMetryReport86xx.zip
  • cd QMetryReport86xx

Step 5. Execute the reportupgrade.jar file

  • java -jar LiveReportUpgrade.jar

Step 6. Upon executing the LiveReportUpgrade.jar with above commands, you will be asked below questions:

  • Enter QMetry Report Path  -  /opt 
  • Wait for the .jar to finish executing.

Step 7 - Restart Reports Services

  • docker restart qmetry-reports-db qmetry-reports

If you are facing any issues during the installation process, write us at qtmprofessional@qmetrysupport.atlassian.net. This will automatically open a ticket with our support team and help you to follow the progress.