-
What Grafana version and what operating system are you using?
Grafana on Kubernetes Grafana v11.2.2 (dbf571744d) * What are you trying to achieve?
I’m trying to use Grafana on Kubernetes connected to a PaaS postgre database. -
How are you trying to achieve it?
Making the configurations in the .yml file
database:
type: postgres
host: :
name: grafana
user: grafana
password: password
ssl_mode: require
persistence:
enabled: false -
What happened?
When we access the console, the information contained in the database, which was restored, are not displayed. -
What did you expect to happen?
I expected the users, dashboards and datasources to be displayed in the Grafana console. -
Can you copy/paste the configuration (s) that you are having problems with?
I am not getting any errors.
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No
- Did you follow any online instructions? If so, what is the URL?