mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
Import from JSON not always working with MySQL #377
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 @fabicodes on GitHub (Aug 16, 2019).
I think this is a similar issue https://github.com/diesel-rs/diesel/issues/1181
I am running
bitwardenrs/server-mysql@sha256:874906c654b7e150e96a119111720fef81fab90af6ec87898eaef8f948514d2eusing the
bitwardenrs/server-mysql:latesttagVersion: 1.9.1-27c23b60Same JSON File works fine with the current non-MySQL build
@dani-garcia commented on GitHub (Aug 18, 2019):
Hmm not sure what column could be overflowing, most of the integers should have values under 10 or so. The only ones I can think that are bigger are the attachments file sizes and the number of iterations for the users password, but both should be well under the 32 bit max.
@dani-garcia commented on GitHub (May 13, 2020):
Closed due to inactivity.