Can not seem to shake 6.7.2

I am trying to start over. I did not keep my password when I first logged in and changed it. Now I can not get back in. Lost password does not work as I do not believe I ever setup an email address.

I have uninstalled Grafana on my windows 10 machine.
I have downloaded and followed the instructions with the 6.7.3 msi

When I try to log in I get version 6.7.2 which somehow somewhere has the admin passwd from the initial log in.

  • v6.7.2 (423a25fc32)

If I just knew how to get rid of all of the original traces of grafana v6.7.2 on windows 10 I am hoping I can just start over. There is nothing I can find in appdata. Where are the hidden files?

I have two debian instances of the same program running. Each points at it’s own dns. I have two dashboards I would like to run for each .
griff.instance1.com dash1 dash2
griff.instance2.net dash1 dash2

:pleading_face:

I have a very sharp fellow who has been helping me with my project. I am running a couple of stakepools for Cardano. I had no trouble with Grafana until I tried to log in again and not knowing my password :crazy_face:. It persists in rm -rf /var/lib/grafana/grafana.db

These are the steps I took to resolve the issue
systemctl stop grafana-server.service
#do not worry about the two files that come up as not removed
apt purge grafana && apt autoclean && apt autoremove && apt clean && rm -rf /etc/grafana/
rm -rf /var/lib/grafana/grafana.db
apt install grafana
#edit and be happy!