mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #366] Permission denied: '/home/user/server-setup/server/volumes/bitwarden/data/rsa_key.der' #213
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LukasWerfel on GitHub (Jan 25, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/366
All of the sudden bitwarden cannot be upped anymore.
My compose file
Problem remains after using a backuped volume that previously worked.
@dani-garcia commented on GitHub (Jan 25, 2019):
There hasn't been any change to that recently, so I'm not sure why it would break now.
Can you check the permission of that file, to see if you can access it correctly?
You could also try deleting all the rsa_key.* files, they'll be regenerated at next start, but you'll have to login again with all the clients.
@LukasWerfel commented on GitHub (Jan 26, 2019):
Hi, turns out it was not a bitwarden specific issue, thanks for your help!
@jonahbron commented on GitHub (Oct 31, 2020):
@LukasWerfel What was the solution for you? I'm having this same error, but no matter how much I open up the permissions, I still get the error.
@jonahbron commented on GitHub (Oct 31, 2020):
Found the issue. I wasn't taking into account the
ReadWritePathsset in my systemd service. Once I moved my data dir into that path it worked fine.