mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
Permission denied: '/home/user/server-setup/server/volumes/bitwarden/data/rsa_key.der' #2203
Reference in New Issue
Block a user
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.
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:
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.
@jonahbron commented on GitHub:
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.@LukasWerfel commented on GitHub:
Hi, turns out it was not a bitwarden specific issue, thanks for your help!
@jonahbron commented on GitHub:
@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.