Uninstall PMM Client using package manager¶
This removes PMM Client installed via system package managers (APT, YUM, etc.).
Data loss warning
This permanently removes PMM Server and all monitoring data. Ensure you have backed up any important data before uninstalling.
Prerequisites¶
- Unregister PMM Client from PMM Server
- Root or sudo access to the system
Uninstall steps¶
To uninstall PMM client with package manager:
To uninstall PMM client with Debian-based distributions:
-
Uninstall the PMM Client package.
sudo apt remove -y pmm-client
-
Remove the Percona repository
sudo dpkg -r percona-release
To uninstall PMM client with Red Hat based distributions:
-
Uninstall the PMM Client package.
sudo yum remove -y pmm-client
-
Remove the Percona repository
sudo yum remove -y percona-release