mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -05:00
[GH-ISSUE #2593] Problems by updating form version 1.24.0 to version 1.25.0 #18089
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 @vsey on GitHub (Jul 4, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2593
Subject of the issue
When I update my vaultwarden instance from version 1.24.0 to version 1.25.0 the container dosen't start anymore and I get the following error in the podman logs:
Deployment environment
docker-compose with podman on an fedora server
Install method: Docker Image with docker-compose and podman
Clients used:
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
PostgreSQL
Other relevant details:
Steps to reproduce
Expected behaviour
Actual behaviour
Troubleshooting data
@vsey commented on GitHub (Jul 4, 2022):
I found the problem, the problem is in the environment variables, because this
works in version 1.24.0 but not in version 1.25.0, by out commenting the TRASH_PURGE_SCHEDULE="" the container starts now and works
@BlackDex commented on GitHub (Jul 4, 2022):
You need to remove the quote's just the = is enough to have it empty.