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

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 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 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 container image of QMetry Report: