fr-ser / grafana-sqlite-datasource

Grafana Plugin to enable SQLite as a Datasource
Apache License 2.0
124 stars 17 forks source link

Unable to open database file: Permission denied #19

Closed icheered closed 3 years ago

icheered commented 3 years ago

I installed the plugin in the plugin directory, all permissions in the /var/lib/grafana folder are set to 750. I added the datasource of type sqlite-datasource with path to "~/project/data/database.db".

When creating a new panel with the newly added datasource the following error is displayed: image

The database.db file also has permission 750.