You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Grafana version and what operating system are you using?
9.0.2
What are you trying to achieve?
i want to see rules i've created by provisioning api in grafana.
Before i changed the grafana default db, when i used the provisioning api i was able to see the rule list right away. But once i changed the default db to mysql, the data does go in the db, but the grafana would display nothing.
How are you trying to achieve it?
I used helm to install grafana, and in my deployment yaml file, i've changed the database part to mysql and its configs.
grafana seems to know that the db changed, because it had no data when i deployed it with the new db (if i change it to sqlite, it still has the old data)
But in the config>default.ini, the database setting is still set to sqlite, also the sample.ini.
how would i properly change the db and make it read?(in the kubernetes environment?)
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
according to kubectl logs, for my get and post request, every request succeeded
the yaml file part that i edited goes like this (the ones with brackets are replaced with false values):
What Grafana version and what operating system are you using?
9.0.2
What are you trying to achieve?
i want to see rules i've created by provisioning api in grafana.
Before i changed the grafana default db, when i used the provisioning api i was able to see the rule list right away. But once i changed the default db to mysql, the data does go in the db, but the grafana would display nothing.
I used helm to install grafana, and in my deployment yaml file, i've changed the database part to mysql and its configs.
grafana seems to know that the db changed, because it had no data when i deployed it with the new db (if i change it to sqlite, it still has the old data)
But in the config>default.ini, the database setting is still set to sqlite, also the sample.ini.
how would i properly change the db and make it read?(in the kubernetes environment?)
according to kubectl logs, for my get and post request, every request succeeded
the yaml file part that i edited goes like this (the ones with brackets are replaced with false values):
The text was updated successfully, but these errors were encountered: