mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[GH-ISSUE #4115] Database migration fail from 1.28 to 1.29 : Can't create table organization_api_key #10599
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 @jean-io on GitHub (Nov 28, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4115
Hello team, I have a bug when I upgrade my docker container from 1.28 to 1.29:
I am stuck with this bug which prevents me from upgrading 🙄
I have also tested with 1.30 release (current release at the time of writing this issue) and the bug is still present. MariaDB is up and running, and is working fine with 1.28 release.
@jean-io commented on GitHub (Nov 28, 2023):
This doc has solved my issue : https://github.com/dani-garcia/vaultwarden/wiki/Using-the-MariaDB-%28MySQL%29-Backend#foreign-key-errors-collation-and-charset
Thank @BlackDex for helping me on this 👍🏻