Upgrade PMM Server using Helm¶
Percona will release a new chart updating its containers if a new version of the main container is available, there are any significant changes, or critical vulnerabilities exist.
By default UI update feature is disabled and should not be enabled. Do not modify that parameter or add it while modifying the custom values.yaml
file:
pmmEnv:
DISABLE_UPDATES: "1"
Before updating the helm chart, it is recommended to pre-pull the image on the node where PMM is running, as the PMM images could be large and could take time to download.
Update PMM as follows:
helm repo update percona
helm upgrade pmm -f values.yaml percona/pmm
This will check updates in the repo and upgrade deployment if the updates are available.
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.