Easy-install script¶
Caution
You can download and check get-pmm.sh
before running it from our github:
Linux or macOS¶
Using curl
:
curl -fsSL https://www.percona.com/get/pmm | /bin/bash
Using wget
:
wget -O - https://www.percona.com/get/pmm | /bin/bash
This script:
- Installs Docker if it is not already installed on your system.
- Stops and backs up any PMM Server Docker containers that are currently running.
- Pulls and runs the latest PMM Server Docker image.
- Can run in Interactive mode to change the default settings:
curl -fsSLO https://www.percona.com/get/pmm (or wget https://www.percona.com/get/pmm) chmod +x pmm ./pmm --interactive
Last update:
2023-05-25