User Tools

Site Tools


1071_specified_key_too_long

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 have a setting in your config.php which prevents you from upgrading.

All you need to do is to change the following in your nextcloud/config/config.php file:

 'mysql.utf8mb4' => true,

to

 'mysql.utf8mb4' => false,
 

Try your upgrade again and it should work now.

Enjoy,

Your ArtIT Team

BACK

1071_specified_key_too_long.txt · Last modified: 2020/11/25 19:41 by chris