Skip to content

For help, click the link below to 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:

  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.