Duplicate
Details
Assignee
Roma NovikovRoma Novikov(Deactivated)Reporter
Peter ZaitsevPeter ZaitsevPriority
MediumComponents
Details
Details
Assignee
Roma Novikov
Roma Novikov(Deactivated)Reporter
Peter Zaitsev
Peter ZaitsevPriority
Components
Smart Checklist
Smart Checklist
Smart Checklist
Created October 23, 2019 at 11:17 PM
Updated March 6, 2024 at 5:18 AM
Resolved February 15, 2022 at 8:56 AM
PMM does not allow to easily configure email server so "forgot password" function does not work.
The other potential way to do it would be to use grafana cli
https://grafana.com/docs/administration/cli/
This however does not work out of the box. It is not clear how to run it so it detects and updates correct file.
We should either make it work out of the box or document proper process.
I made it work with
grafana-cli --homepath "/usr/share/grafana" admin reset-admin-password admin
And creating symlink from default grafana.db file to /srv/grafana/grafana.db but I'm not sure if this is the best option