Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

October 13, 2019

v5.8.0 upgrade failed: "Error 1071: Specified key was too long; max key length is 767 bytes" · Issue #10358 · mattermost/mattermost-server · GitHub

I found a solution:
For mariadb, update your *my.cnf file with following configuration,

innodb_default_row_format=dynamic
innodb_file_format=barracuda
innodb_file_per_table=true
innodb_large_prefix=true

Then, you have to restart mariadb service for updated configuration to take effect.