Easy install
Run Docker via the Easy-install script¶
Caution
You can download and check get-pmm.sh
before running it from our github:
Linux or macOS¶
Download and install PMM Server using cURL
or wget
:
export PMM_REPO=perconalab/pmm-server PMM_TAG=3.0.0-beta
curl -fsSL https://raw.githubusercontent.com/percona/pmm/refs/heads/v3/get-pmm.sh | /bin/bash
export PMM_REPO=perconalab/pmm-server PMM_TAG=3.0.0-beta
wget -O - https://raw.githubusercontent.com/percona/pmm/refs/heads/v3/get-pmm.sh | /bin/bash
What does the script do?
This script does the following:
- Installs Docker if it is not already installed on your system.
- Stops and renames any currently running PMM Server Docker container from
pmm-server
topmm-server-{timestamp}
. This old pmm-server container is not a recoverable backup. - Pulls and runs the latest PMM Server Docker image.
-
Can run in Interactive mode to change the default settings:
curl -fsSLO https://raw.githubusercontent.com/percona/pmm/refs/heads/v3/get-pmm.sh (or wget https://raw.githubusercontent.com/percona/pmm/refs/heads/v3/get-pmm.sh) chmod +x pmm ./pmm --interactive
Next steps¶
Start by installing PMM client:
Get expert help¶
If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.