Uninstall PMM client using Docker container¶
To remove (uninstall) PMM Client, do the following steps in Docker:
Caution
These steps delete the PMM Client Docker image and client services configuration data.
To uninstall PMM client with the Docker container:
-
Stop pmm-client container.
docker stop pmm-client
-
Remove containers.
docker rm pmm-client
-
Remove the image.
docker rmi $(docker images | grep "percona/pmm-client" | awk {'print $3'})
-
Remove the volume.
docker volume rm pmm-client-data
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.