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
Curenlty, Grafana use the same credentials than the bot to read data from PostgreSQL. However, this is not a good practice and not recommended, because it can execute SQL query that can unintentionally alter the datas.
Alembic can be used to create a new migration executing CREATE USER with only SELECT permissions.
The user could be named GRAFANA.
I don't know much about postgres users, but I can help if needed.
The text was updated successfully, but these errors were encountered:
Curenlty, Grafana use the same credentials than the bot to read data from PostgreSQL. However, this is not a good practice and not recommended, because it can execute SQL query that can unintentionally alter the datas.
Alembic can be used to create a new migration executing
CREATE USER
with only SELECT permissions.The user could be named
GRAFANA
.I don't know much about postgres users, but I can help if needed.
The text was updated successfully, but these errors were encountered: