mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #575] Import from JSON not always working with MySQL #376
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#376
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 @fabicodes on GitHub (Aug 16, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/575
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.