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.

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.

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.

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

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.

  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.

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.

  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

→ 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 files is placed. Then execute the following command.

  • podman load -i qmetryreportdb.tar

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

  • podman load -i qmetryreport.tar

4. 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 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

→ 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