Installed Vaultwarden on new system #7440
Replies: 2 comments
|
Good news: the hash in your Your master password isn't stored in Check that first: docker compose exec vaultwarden ls -l /data
sqlite3 /path/to/backup/db.sqlite3 "select email from users;"You should see volumes:
- /srv/vaultwarden-data:/dataRun If your account is in the database, check the email you're typing. Bitwarden derives your key from the master password plus the email, so a different address always fails, even one you own. New admin token: docker run --rm -it vaultwarden/server /vaultwarden hashOne honest note: if |
|
Thanks! Managed to regain access to my password! I think I will keep all the variables inside the .yaml from now on instead of having an extra .env to avoid confusion. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have backup of my Vaultwarden folder in docker and everyting is there except the .env where ai keept the hash. Nor does the docker-compose file have it stored in there. I remember my master password but Vaultwarden will not except it. Is there anything that I can do?
Thanks,
Aaron
All reactions