Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Isolated hosts

If the host where you will run PMM Server has no internet connection, you can download the Docker image on a separate (internet-connected) host and securely copy it.

  1. On an internet-connected host, download the Docker image and its checksum file:

    wget https://downloads.percona.com/downloads/pmm/3.0.0/docker/pmm-server-3.0.0.docker
    wget https://downloads.percona.com/downloads/pmm/3.0.0/docker/pmm-server-3.0.0.sha256sum
    
  2. Copy both files to where you will run PMM Server.

  3. Open a terminal on the PMM Server host.

  4. (Optional) Check the Docker image file integrity:

    shasum -ca 256 pmm-server-3.0.0.sha256sum
    
  5. Load the image:

    docker load -i pmm-server-3.0.0.docker
    
  6. Run the container as if your image is already pulled using your desired method for a storage volume (you can step over any docker pull commands as the image has been pre-staged).

For more information, see: - Docker installation guide - Docker Compose installation - PMM Server Docker tags - PMM Client Docker setup - Setting up trusted certificates - Easy installation script