mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2482] Doesn't start up after update #1274
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#1274
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 @GoliathLabs on GitHub (May 23, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2482
Subject of the issue
Deployment environment
Install method: docker image
Clients used:
Reverse proxy and version: traefik 2
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
using my docker-compose.yml
Expected behaviour
Actual behaviour
Doesn't start up. Log does show this
I did go back to 1.24.0 for the time being.
Troubleshooting data
@GoliathLabs commented on GitHub (May 23, 2022):
If you need anything else from me, feel free to ask.
@dani-garcia commented on GitHub (May 23, 2022):
Do you happen to have the
ROCKET_CLI_COLORSenv variable defined in the docker compose file? If so, that was for the older version of the Rocket web server and isn't needed anymore. We should probably unset it in code to avoid it crashing the server though.@GoliathLabs commented on GitHub (May 23, 2022):
Yeah, I did use an old .env file