Skip to content

Get free database assistance or contact our experts for personalized support.

Download and verify OVA file

Download the Virtual Appliance (OVA) file to deploy PMM Server as a virtual machine.

Supported platforms

The PMM Server OVA works with:

  • Oracle VirtualBox
  • Other OVF-compatible virtualization platforms
  • VMware products (ESXi, Workstation, Fusion) – [Deprecated, will be removed in PMM 3.6.0]

Download options

To download an OVA file from the UI:

  1. Visit the Percona Downloads page from a web browser.
  2. Make sure PMM 3 is selected, then choose a PMM version and select SERVER - VIRTUAL APPLIANCE OVF.
  3. Click the DOWNLOAD link for pmm-server-3.4.1.ova and note where your browser saves it.
  4. Right-click the link for pmm-server-3.4.1.sha256sum and save it in the same place as the .ova file.

Download the latest PMM Server OVA and checksum files:

# Download the OVA file (replace X.Y.Z with the desired version)
wget https://downloads.percona.com/downloads/pmm/X.Y.Z/ova/PMM-Server-X.Y.Z.ova

# Download the checksum file
wget https://downloads.percona.com/downloads/pmm/X.Y.Z/ova/PMM-Server-X.Y.Z.ova.sha256sum

Verify OVA integrity

After downloading, verify the file integrity to ensure it hasn’t been corrupted:

# Navigate to the download location
cd /path/to/download

# Verify the checksum
sha256sum -c PMM-Server-X.Y.Z.ova.sha256sum

You should see output confirming the file is OK: PMM-Server-X.Y.Z.ova: OK

Next steps

After downloading the OVA file, Deploy on VirtualBox.