-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load SQLite plugin after installation #143
Comments
Before diving into the depths of your issue: Are you aware of the functionality of grafana cloud and this plugin? Do you really want to use the SQLite plugin in Grafana Cloud and could you explain why? |
@fr-ser I'm using an SQLite DB because I need a small DB and want to keep it simple. |
The core of the issue is that "Grafana Cloud" runs inside the cloud. So if you do not run Grafana on the same computer as the SQLite database is located at, then that is a problem. |
Ok, I'm fine with that. I'm the only user of that DB and nobody else cares. |
I am not sure that we are on the same page yet. Can you confirm that the Grafana installation and the SQLite database are on the same machine? Specifically, if you are using Grafana Cloud how can the SQLite database be on the same machine? |
I installed the SQLite plugin on my Grafana cloud instance, and expected to see it active, when trying to create a new connection to my SQLite DB.
I waited 5 minutes, one hour, 24 hours... nothing changes.
It's the first time I'm installing this plugin, actually the first time installing anything on it's cloud instance.
I attached screenshots that show the error I get, and the plugin page that confirms that it was installed indeed.
I started with opening a ticket to Grafana support, and that was their response:
" the secure_socks_datasource_proxy can’t start because it couldn’t open the PDC (private datasource connect) certificate file. Normally, I’d look up the code generating this error in our internal GitHub repos to figure out why it’s happening and how to fix it. However, since we didn’t develop this plugin, its code isn’t part of our repositories, and I’m unable to investigate further.
Because of that, you’ll need to report this issue to the developers of the SQLite plugin for guidance."
The relevant log lines:
ts=2025-01-11T19:38:25.452893269Z pluginSlug=frser-sqlite-datasource pluginVersion=3.5.0 retriesLeft=2 caller=plugins.go:76 app=hgrun hgrun_version=0.1.511 slug=omri08 traceID=463320a669e6974d6da9e91ecef2e1e4 stream=stdout msg="logger=settings t=2025-01-11T19:38:25.452858758Z level=error msg=\"secure_socks_datasource_proxy unable to start up\" err=\"open /etc/grafana/pdc_client.crt: no such file or directory\""
The text was updated successfully, but these errors were encountered: