Download and Restore Container Images of QMetry Products

Download and Restore Container Images of QMetry Products

Download Container Images of QMetry Products

Follow these steps on a machine where the internet is accessible so that the container images can be downloaded on it. 

→ Steps to download the container image of QMetry Database:

1. Execute the following command. Next, it will ask for container repository credentials. Enter the required credentials. If you do not have the credentials, please contact QMetry Support. 

podman login docker.io

After entering container repository credentials, it will show the success message as shown below.

2. Execute the following commands to download and save QMetry Database container image.

podman pull docker.io/qmetry/qmetry:appdb8040 podman images podman save -o qmetrydb.tar docker.io/qmetry/qmetry:appdb8040 ls
image-20241125-150233.png

 

3. Transfer the qmetrydb.tar file to the host server.

→ Steps to download the container image of QMetry Application:

1. Execute the following command. Next, it will ask for container repository credentials. Enter the required credentials. If you do not have the credentials, please contact QMetry Support.

podman login docker.io

After entering container repository credentials, it will show the success message as shown below.

2. Execute the following commands to download and save QMetry Application container image.

podman pull docker.io/qmetry/qmetry:latest podman images podman save -o qmetryapp.tar docker.io/qmetry/qmetry:latest ls

3. Transfer the qmetryapp.tar file to the host server.

→ Steps to download the container image of QMetry Report:

1. Execute the following command. Next, it will ask for container repository credentials. Enter the required credentials. If you do not have the credentials, please contact QMetry Support.

podman login docker.io

After entering container repository credentials, it will show the success message as shown below.

2. Execute the following commands to download and save Report Database docker image.

podman pull docker.io/qmetry/qmetry:reportdb8040 podman images podman save -o qmetryreportdb.tar docker.io/qmetry/qmetry:reportdb8040 ls
image-20241125-150349.png

3. Execute the following commands to download and save the Report container image.

podman pull docker.io/qmetry/qmetry:reports_latest podman images podman save -o qmetryreport.tar docker.io/qmetry/qmetry:reports_latest ls
image-20241125-151607.png

 

4. Transfer the qmetryreport.tar and qmetryreportdb.tar files to the host server.

→ Steps to download the container image of QMetry Redis:

1. Execute the following command. Next, it will ask for container repository credentials. Enter the required credentials. If you do not have the credentials, please contact QMetry Support.

podman login docker.io

After entering container repository credentials, it will show the success message as shown below.

2. Execute the following commands to download and save QMetry Application container image.

podman pull docker.io/qmetry/qmetry:redis741 podman images podman save -o qmetryredis.tar docker.io/qmetry/qmetry:redis741 ls

 

image-20241125-150530.png
  1. Transfer the qmetryredis.tar file to the host server.

→ Steps to download the container image of QMetry ActiveMQ:

1. Execute the following command. Next, it will ask for container repository credentials. Enter the required credentials. If you do not have the credentials, please contact QMetry Support.

podman login docker.io

After entering container repository credentials, it will show the success message as shown below.

2. Execute the following commands to download and save QMetry ActiveMQ container image.

podman pull docker.io/qmetry/qmetry:activemq_latest podman images podman save -o qmetryactivemq.tar docker.io/qmetry/qmetry:activemq_latest ls

3. Transfer the qmetryactivemq.tar file to the host server.

→ Steps to download the container image of QMetry Automation API:

1. Execute the following command. Next, it will ask for container repository credentials. Enter the required credentials. If you do not have the credentials, please contact QMetry Support.

podman login docker.io

After entering container repository credentials, it will show the success message as shown below.

2. Execute the following commands to download and save QMetry Automation API container image.

podman pull docker.io/qmetry/qmetry:automation_latest podman images podman save -o qmetryautomation.tar docker.io/qmetry/qmetry:automation_latest ls
  1. Transfer the qmetryautomation.tar file to the host server

Restore the Container Images of QMetry Products

Restore the container images of QMetry products on specific machine where the installation is to be carried out.

→  Steps to restore the container image of QMetry Database:

1. If you are using the "root" user for installation, then execute the following command. If the user is other than the "root" user, skip this step.

sudo su

2. Navigate to the directory where the qmetrydb.tar file is placed. Then execute the following command.

podman load -i qmetrydb.tar

3. Execute the following command to check whether the container images have been restored correctly or not.

podman images
image-20241125-150722.png

→ Steps to restore the container image of QMetry Application:

1. If you are using the "root" user for installation, then execute following command. If the user is other than the "root" user, skip this step.

sudo su

2. Navigate to the directory where qmetryapp.tar file is placed. Then execute the following command.

podman load -i qmetryapp.tar

3. Execute the following command to check whether the container images have been restored correctly or not.

podman images

→ Steps to restore the container image of QMetry Report:

1. If you are using "root" user for installation, then execute the following command. If the user is other than the "root" user, skip this step.

sudo su

2. Navigate to the directory where the qmetryreportdb.tar file is placed. Then execute the following command.

podman load -i qmetryreportdb.tar podman images

3. Navigate to the directory where the qmetryreport.tar file is placed. Then execute the following command.

podman load -i qmetryreport.tar podman images
image-20241125-151024.png

→ Steps to restore the container image of QMetry Redis:

1. If you are using the "root" user for installation, then execute the following command. If the user is other than the "root" user, skip this step.

sudo su

2. Navigate to the directory where the qmetryredis.tar file is placed. Then execute the following command.

podman load -i qmetryredis.tar

3. Execute the following command to check whether the container images have been restored correctly or not.

podman images
image-20241125-151114.png

 

→ Steps to restore the container image of QMetry ActiveMQ:

1. If you are using the "root" user for installation, then execute the following command. If the user is other than the "root" user, skip this step.

sudo su

2. Navigate to the directory where the qmetryactivemq.tar file is placed. Then execute the following command.

podman load -i qmetryactivemq.tar

3. Execute the following command to check whether the container images have been restored correctly or not.

podman images

 

→ Steps to restore the container image of QMetry Automation API:

1. If you are using the "root" user for installation, then execute the following command. If the user is other than the "root" user, skip this step.

sudo su

2. Navigate to the directory where the qmetryautomation.tar file is placed. Then execute the following command.

podman load -i qmetryautomation.tar

3. Execute the following command to check whether the container images have been restored correctly or not.

podman images