Skip to content

Rate this page
Thanks for your feedback
Thank you! The feedback has been submitted.

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

Troubleshoot upgrade issues

PMM Server not updating correctly

If the automatic update process isn’t working, you can force an update using the API: {.power-number} 1. Open your terminal. 2. Run the update command, replacing : with your credentials and with your PMM server addressЖ curl -X POST \ --user <username>:<password> \ 'http://<pmm-server-address>/v1/server/updates:start' \ -H 'Content-Type: application/json' 3. Wait 2-5 minutes and refresh the PMM Home page to verify the update.

Watchtower fails with “client version is too old” error

When upgrading PMM Server via the UI, Watchtower may fail with the following error:

client version X.XX is too old. Minimum supported API version is X.XX, please upgrade your client to a newer version
This occurs when your Docker installation requires a newer API version than Watchtower supports.

Solution To resolve this issue: {.power-number} 1. Update to the latest Watchtower image:

   docker pull percona/watchtower:latest
2. If the error persists, add the DOCKER_API_VERSION environment variable matching your Docker’s minimum API version:
   -e DOCKER_API_VERSION=1.45