Deploying Grafana patch releases

Hi there,

we just upgraded our Grafana instances to their most recent corresponding patch releases. That is, Grafana 6.7.6 on elbanco and Grafana 7.5.16 on eltiempo. The latter has a fix against CVE - CVE-2022-29170.

root@elbanco:~# grafana-server -v
Version 6.7.6 (commit: 86c5fe3746, branch: HEAD)

root@eltiempo:~# grafana-server -v
Version 7.5.16 (commit: c0e2ad126c, branch: HEAD)

Previously, we have been running:

root@elbanco:~# grafana-server -v
Version 6.7.4 (commit: 8e44bbc5f5, branch: HEAD)

root@eltiempo:~# grafana-server -v
Version 7.5.12 (commit: 896df7435d, branch: HEAD)

Please let us know about any flaws you might be able to discover.

With kind regards,
Andreas.

Collecting the fallout.

elbanco

/var/log/grafana/grafana.log shows those warnings. Do we have to take care?

t=2022-05-19T18:22:06+0200 lvl=eror msg="Plugins: Failed to load plugin json file: /var/lib/grafana/plugins/yesoreyeram-boomtable-panel.new/dist/plugin.json,  err: Plugin with ID \"yesoreyeram-boomtable-panel\" already exists"
t=2022-05-19T18:22:06+0200 lvl=eror msg="Plugins: Failed to load plugin json file: /var/lib/grafana/plugins/yesoreyeram-boomtable-panel.orig/dist/plugin.json,  err: Plugin with ID \"yesoreyeram-boomtable-panel\" already exists"
t=2022-05-19T18:22:06+0200 lvl=warn msg="Some plugins failed to load" logger=plugins errors="[Plugin with ID \"yesoreyeram-boomtable-panel\" already exists Plugin with ID \"yesoreyeram-boomtable-panel\" already exists]"

eltiempo

No warnings so far.