Update to 20.0.13 failed

Update voorbereiden

Debug logniveau instellen

Onderhoudsmodus ingeschakeld

Herstel stap: Repair MySQL collation

Herstel informatie: All tables already have the correct collation β†’ nothing to do

Herstel stap: Repair SQLite autoincrement

Herstel stap: Copy data from accounts table when migrating from ownCloud

Herstel stap: Drop account terms table when migrating from ownCloud

Databaseschema aan het bijwerken

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing β€˜ALTER TABLE oc_authtoken CHANGE password_invalid password_invalid TINYINT(1) DEFAULT β€˜0’’: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

De update is mislukt. Meld dit probleem aan de Nextcloud community.

was stuck on step 5 during upgrade from 19.0.12 to 19.0.13. used
sudo -u www-data php /var/www/html/nextcloud/occ maintenance:repair
sudo -u www-data php /var/www/html/nextcloud/updater/updater.phar --no interaction

and that fixed the issue. after that, restarted nginx, accessed the nextcloud webpage of mine, and tried updating to 20.0.13 using the web updater and it gets stuck at the above message. this time, my site is not accessible anymore except for the updater page…