Logging in as normal user

For reset the password

sudo grafana-cli admin reset-admin-password "newpassword"

and take backup of your grafana db and restore in new computer
by default database is sqllite or if you are using postgresql then use pgdump to take backup (best practice.)
please follow official doc were steps mentioned.