mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #986] Index column size too large #703
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#703
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 @okami-chen on GitHub (May 7, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/986
Subject of the issue
Your environment
Steps to reproduce
Expected behaviour
Actual behaviour
Relevant logs
@okami-chen commented on GitHub (May 7, 2020):
where is
20180114171611/up.sql@dani-garcia commented on GitHub (May 7, 2020):
You didn't specify database, so I'm gonna assume MySQL, because I've never heard about the error in SQLite, that file would be this one probably: https://github.com/dani-garcia/bitwarden_rs/blob/master/migrations/mysql/2018-01-14-171611_create_tables/up.sql
The error you get
The maximum column size is 767 bytes.should probably require some changes to the database, which seems to have some maximum size for columns. Searching for that error gets some hits in Google with solutions, so I'd try those.@BlackDex commented on GitHub (Oct 8, 2020):
@okami-chen, did you got it working?
@okami-chen commented on GitHub (Oct 9, 2020):
yes
@BlackDex commented on GitHub (Oct 9, 2020):
Great ☺️