Sempiterna
Chevereto Member
I upgraded my installation to version 3.20.12 yesterday, and at the end of the installation I saw a notice that I had to manually convert some tables to innodb. This would not work because at that time I was running Mariadb 5.5.68. I then moved to update to mariadb 10.6.4. Those 4 queries to convert MyISAM to InnoDB worked afterwards. Then I was presented with a page with a large number of queries to further update the chevereto tables. One of these is failing:
ALTER TABLE
Which results in error:
#1709 - Index column size too large. The maximum column size is 767 bytes
This has to do with the collation of that table being "utf8mb4_unicode_ci". This error does not seem to impact the website, as I can still login, upload, etc.
Any ideas on how to fix this?
ALTER TABLE
chv_pages
MODIFY page_internal
varchar(255) DEFAULT NULL; Which results in error:
#1709 - Index column size too large. The maximum column size is 767 bytes
This has to do with the collation of that table being "utf8mb4_unicode_ci". This error does not seem to impact the website, as I can still login, upload, etc.
Any ideas on how to fix this?