mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #5395] Error running migrations: DatabaseError(Unknown, "permission denied for schema public") #2135
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#2135
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 @lug-gh on GitHub (Jan 14, 2025).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5395
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 (Jan 14, 2025):
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.