mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Error running migrations: DatabaseError(Unknown, "permission denied for schema public") #274
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 @lug-gh on GitHub.
Vaultwarden Support String
x
Vaultwarden Build Version
latest
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
none
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Hello, I would like to install vaultwarden with postgres and have followed the instructions below:
(https://github.com/dani-garcia/vaultwarden/wiki/Using-the-PostgreSQL-Backend)
I have of course changed the password.
When starting the container I get the following error message:
I have tested postgres 15, 16 and 17.
Expected Result
x
Actual Result
x
Logs
No response
Screenshots or Videos
No response
Additional Context
No response
@lug-gh commented on GitHub:
After I changed the owner of the database to vaultwarden it works. However, since this is not in the instructions, I am now unsure whether this is necessary or whether it is a bug.