mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
Cannot update to 1.25/26 from 1.24 (Kubernetes) #1018
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 @m8-t on GitHub.
Hi,
I am using Vaultwarden in Kubernetes and wanted to update to the latest version.
When I bump the image version I'll receive an error and the pod fails to start.
Btw after I rolled back to 1.24 I get also an error but the pod is starting just fine. I'll post both errors.
1.24 (working as before):
The error in 1.25 and 1.26 are the same, for example here's the log for 1.25.2
1.25.2:
Any hint?
Thanks
Dan
@stefan0xC commented on GitHub:
The error message
Invalid cron expressionpoints to a misconfigured_SCHEDULEvalue. My guess is that you are probably missing a*. The expression must have 6 or 7 values. (See the docs of the used crate for more information.)