mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-06 19:38:34 -05:00
"Field \'user_uuid\' doesn\'t have a default value" when creating an item in an organization on a replicating database. #4516
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 @x86-39 on GitHub (Dec 1, 2020).
Hello, we are trying to set up bitwarden with high availability, this is done by configuring the MySQL server to replicate between the two hosts. We had one other error which was resolved by creating a column in the attachments.akey table. Currently, sync functions between the two hosts, and everything appears to work well so far. However when creating an item in an organization, it fails and this error is visible in the logs
This happens on both hosts. Any ideas on how to fix this issue?
@BlackDex commented on GitHub (Dec 11, 2020):
It seems like something went wrong with the replication or the creation of the database.
Not something we can fix i think.
@BlackDex commented on GitHub (Jan 31, 2021):
Converting this issue to a discussion.