how to upgrade Grafana version in pmm docker container?

hi,

i want to upgrade grafana version in pmm docker container.

i tried to execute like this :

rpm -Uvh

but I couldn’t update it, beause it conflicts with file from package percona-grafana files.

how could we upgrade grafana version?

thanks.

As I know latest pmm-server version 1.5.1 using Grafana 4.6.1 (it was updated in 1.5.0 [url]https://www.percona.com/blog/2017/11/28/percona-monitoring-and-management-1-5-0-is-now-available/[/url]) and it’s the latest grafana release.

if then, could we upgrade pmm version with keeping old monitoring data?

thanks.

Yes. you can. Just update pmm-server container without recreate pmm-data. So you save all exists data with new pmm server.
Here is the instruction [URL=“Percona Monitoring and Management”]https://www.percona.com/doc/percona-...r/upgrade.html[/URL]

thanks, I could upgrade my pmm version.