I installed Grafana on Ubuntu 24.04 and I am trying to add a Postgresql datasource.
However, the postgresql datasource is not listed in the overview while the plugin is a built-in feature. Only core plugins are listed. Installing other plugins is also no problem, they show up immediately in the list.
Can you open the chrome developer tools or similar (if not using Chrome) then refresh the browser, add datasource again and search for “post” then inspect the Console/Network tab - do you see any errors/messages there?
In general, if you open http://<grafana host:port>/api/plugins?enabled=1&type=datasource then postgres should be part of that response. Can you find it?
When I open the developer tools, I do not see any problems only 200 status responds. When I open http:///api/plugins?enabled=1&type=datasource postgres is not part of the response.
I’m starting to think this is maybe permission related. Just to confirm, if you open `http:///api/plugins/, can you find postgres in there (make sure to check the whole response)? If you can, please include it’s payload.
Do you have any custom configuration, please include in that case?
What user role do you have?
Grafana Admin set to true?
In addition, enable debug logging and check logs for any errors related to that plugin.
I am not able to add an attachment, however I am 100% sure that postgres is not in the response.
I check the whole response.
I don’t have any custom configuration, and I am using an account with the admin role and Grafana Admin set to Yes. Even created a new account with the admin role and grafana Admin permission and there is the same problem.
Added logging, but didn’t find any problem related to postgres yet.
The plugins seem to be loaded when starting grafana:
We’re out of clues unless more information to be able to reproduce. Suggest opening a bug report and provide as much information as possible, such as environment and platform information.
I don’t know what caused the issue, but I decided to export all my dashboards and reinstall the Grafana application. Now the Postgresql data source shows up. I would like to thank you for the help anyways!