Details
Description
I have a broken upgrade from XWiki 12.10.6 (installed with Debian) to XWiki 13.4.2, using MariaDB 10.3.29. The database is configured to use utf8mb4.
Specified key was too long; max key length is 3072 bytes [Failed SQL: (1071) alter table xwikiattrecyclebin MODIFY XDA_FILENAME varchar(768) not null]
The varchar XDA_FILENAME is limited to 768, so 768*4=3072, so this should not have been a problem.
Attachments
Issue Links
- relates to
-
XWIKI-18922 Migration of table xwikirecyclebin fail from a database created with a very old XWiki version
- Closed