
Converting from groupmanager to mysql. (Data too long for column 'name' at row 1)
Closed this issue ยท 3 comments
I'm getting this error when converting from groupmanager.
Command: /lp migration groupmanager false
Result ends at:
https://pastebin.com/raw/UQ3kYe3i
Using very latest LuckPerms from jenkins as of this issue post.
One of the group names it seems was too long. Issue solved by reducing size of group name. Would be nice if LuckPerms told you in console what the group was. Anyhow, all is good now :)
Yeah, the length checking is done internally when creating groups with the commands, but isn't caught by the migration.
I guess I can just truncate the name so it fits within the limit.