1071_specified_key_too_long
This is an old revision of the document!
1071 Specified key was too long
If you get any error saying something linke “1071 Specified key was too long” when upgrading Nextcloud, you might a setting in your config.php which prevents you from upgrading.
All you need to do is to change
'mysql.utf8mb4' => true,
to
'mysql.utf' => true,
1071_specified_key_too_long.1606329544.txt.gz · Last modified: 2020/11/25 19:39 by chris
