fr-ser / grafana-sqlite-datasource

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

"Plugin Unavailable": File permissions #107

Closed farmboy-dev closed 12 months ago

farmboy-dev commented 1 year ago

In my case, I solved the error changing permission for files in the plugin folder. Like this: chmod 755 gpx_sqlite-datasource_linux. ~~ If you are using docker, access the container using root mode ( -itu 0 container_name)

fr-ser commented 1 year ago

If you are using docker, access the container using root mode ( -itu 0 container_name)

That will likely be lost again when the docker container restarts, though.

In my case, I solved the error changing permission for files in the plugin folder.

What permissions did you have before? How did you download/install the plugin?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.