mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #2079] DB migration 20211024164321 fails [Pg; datetime] #1147
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#1147
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 @philpennock on GitHub (Nov 1, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2079
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 (Nov 1, 2021):
Sorry, my mistake, I don't usually test on PostgreSQL.
@philpennock commented on GitHub (Nov 1, 2021):
Confirmed fixed by building with pr/2080 checked out. Thanks!