I have accedintely deleted grafana server-user and I want to create one server user. Is there any way to create it? I have editor and admin user in grafana.
Welcome
Is this an on prem install or cloud?
1 Like
It is on premise. hosted it on ECs service as a fargate.
What backend or database does grafan use? Sqllite or mysql?
grafana uses Sqllite database
Create a new instance of same version of grafana on different port, copy over the sqllite from the live grafana.
In new instance add the server-user data into sqllite manually or via a script.
See if it works in this 2nd instance. If so, back up sqllite data in live grafana, repeat same data change in live grafana