Plugin not uptate - error Grafana v7.1.0-beta1 + Zabbix Plugin

Hi,

I updated my chart to a penultimate or last version, and everything works fine with too much Zabbix plugin, it does not start, does not update and appears grayed out to me, in addition to not listing the “problem history”.

86817734-ccdfd700-c05b-11ea-805a-40f9a04ae226

I have installed plugins, but no update.

please check my environment :

alexanderzobnin-zabbix-app @ 3.12.2
Restart the grafana service, it still shows 3.10.5
Ive enabled alpha plugins in the config.

Details of my environment :
grafana-cli -v
Grafana CLI version 7.0.4

Default directory
/var/lib/grafana/plugins/

init.d - grafana-server
PLUGIN_DIR=/var/lib/grafana/plug-ins

/etc/grafana/grafana.ini
[plugins]
enable_alpha = true
app_tls_skip_verify_insecure = false
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-app or allow_loading_unsigned_plugins = alexanderzobnin-zabbix-database , no sucess.

Please check on image show version installed " 3.10.5 " and CLI show 3.12.2

grafana-cli plugins ls
installed plugins:
alexanderzobnin-zabbix-app @ 3.12.2

Show SQLITE Grafana

[root@zabbix01 ~]# sudo sqlite3 /var/lib/grafana/grafana.db
SQLite version 3.26.0 2018-12-01 12:34:55

sqlite> SELECT * FROM plugin_setting;
1|1|alexanderzobnin-zabbix-app|1|1|null|{}|2020-03-06 17:45:19|2020-07-13 17:57: 54|3.10.5

in sql lite, a version showing 3.10, you cannot change this version by uninstalling / activating or reinstalling the plugin. Remember that the included version shows

“installed plugins:
alexanderzobnin-zabbix-app @ 3.10.5”

Tks for all

I solved

systemctl stop grafana service-server
grafana-cli plugins uninstall alexanderzobnin-zabbix-app
grafana-cli plugins list-remote
grafana-cli plugins install alexanderzobnin-zabbix-app
service grafana-server restart