mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
DB migration 20211024164321 fails [Pg; datetime] #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 @philpennock on GitHub.
I run VaultWarden on a home K3S cluster, building the image locally with stuff like private certs in (to verify cert issued to the DB server), etc; it's been a great experience to date.
My Dockerfile is always docker/amd64/Dockerfile with local cert additions.
I store data in PostgreSQL.
Today I tried to update from version 1.22.2 installed on 2021-08-09 to version 1.23.0-7-ga2316ca
Startup fails with:
Reverted docker image and everything is running fine on the old version.
I don't know enough about Rust or Diesel to help much, but can try fixes as needed. My hope is this is just a MySQL assumption which fails on PostgreSQL (12.7).
@jjlin commented on GitHub:
Sorry, my mistake, I don't usually test on PostgreSQL.
@philpennock commented on GitHub:
Confirmed fixed by building with pr/2080 checked out. Thanks!