mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #5025] Crashes on startup #2054
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#2054
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 @lesha-co on GitHub (Oct 2, 2024).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/5025
Vaultwarden Support String
n/a
Vaultwarden Build Version
1.32.0 (and also
testing)Deployment method
Official Container Image
Custom deployment method
DigitalOcean App Platform
Reverse Proxy
n/a
Host/Server Operating System
Cloud
Operating System Version
No response
Clients
Web Vault
Client Version
n/a
Steps To Reproduce
DATABASE_URLenv variablePUSH_ENABLED,PUSH_INSTALLATION_ID,PUSH_INSTALLATION_KEYExpected Result
successful startup
Actual Result
see logs
Logs
@lesha-co commented on GitHub (Oct 2, 2024):
okay MAYBE I was too hasty with this because I can't reproduce this issue with a different database provider (DO itself)
this is still very strange and sadly $7 more expensive than before. I've used Supabase for last six months and this is first time I see an issue like this...
@BlackDex commented on GitHub (Oct 3, 2024):
I do not know supabase, but it seems a Postgresql compatible database. That doesn't mean it's is fully compatible or might expect some queries to be done differently. Same goes for CockroachDB for example. It's is Postgresql compatible, but it is missing a few features which causes Vaultwarden to not work well with it.
We support the official Postgresql, SQLite, MariaDB and MySQL databases. Everything else is out of scope.