Hi,
I have upgraded Grafana from 8.2.2 to 9.4.7 and a dashboard with MSSQL is failing now, I’m getting “Plugin health check failed” when I try to test the connection and the panels show “an error occurred within the plugin”
I’ve noticed that the database name is missing even though it exists in the helm chart I deployed and I can’t edit it. This is the configuration
- name: SQL Server
type: mssql
url: *******
database: test
user: $db_grafana_user
secureJsonData:
password: $db_grafana_password