mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Doesn't start up after update #1270
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 @GoliathLabs on GitHub (May 23, 2022).
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