You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title states, upgrade from Nextcloud 13.0.5 to Nextcloud 14 beta 2 fails with the error message:
InvalidArgumentException: Index name "oc_mail_collected_addresses"."mail_collected_addr_userid_index" is too long.
Update failed
I used updater.phar. The full upgrade log can be seen here:
[username]@[host]:/var/www/nextcloud $ sudo -u www-data php updater/updater.phar
[sudo] password for [username]:
Nextcloud Updater - version: v13.0.5RC1
Current version is 13.0.5.
Update to Nextcloud 14.0.0 Beta 1 available. (channel: "beta")
Following file will be downloaded automatically: https://download.nextcloud.com/server/prereleases/nextcloud-14.0.0beta2.zip
Steps that will be executed:
[ ] Check for expected files
[ ] Check for write permissions
[ ] Create backup
[ ] Downloading
[ ] Verify integrity
[ ] Extracting
[ ] Enable maintenance mode
[ ] Replace entry points
[ ] Delete old files
[ ] Move new files in place
[ ] Done
Start update? [y/N] y
Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.
[✔] Check for expected files
[✔] Check for write permissions
[✔] Create backup
[✔] Downloading
[✔] Verify integrity
[✔] Extracting
[✔] Enable maintenance mode
[✔] Replace entry points
[✔] Delete old files
[✔] Move new files in place
[✔] Done
Update of code successful.
Should the "occ upgrade" command be executed? [Y/n]
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Set log level to debug
Updating database schema
InvalidArgumentException: Index name "oc_mail_collected_addresses"."mail_collected_addr_userid_index" is too long.
Update failed
Maintenance mode is kept active
Reset log level
Keep maintenance mode active? [y/N]
Maintenance mode is disabled
[username]@[host]:/var/www/nextcloud $ sudo -u www-data php occ upgrade
[sudo] password for [username]:
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Set log level to debug
Turned on maintenance mode
Updating database schema
InvalidArgumentException: Index name "oc_mail_collected_addresses"."mail_collected_addr_userid_index" is too long.
Update failed
Maintenance mode is kept active
Reset log level
Operating system:
OS: Raspbian GNU/Linux 9.4 (stretch) armv7l
Model: Raspberry Pi 3 Model B Rev 1.2
Kernel: 4.14.52-v7+
Web server:
nginx version: nginx/1.13.12
Database:
Server version: 10.1.29-MariaDB-6+b1 Raspbian testing-staging
As the title states, upgrade from Nextcloud 13.0.5 to Nextcloud 14 beta 2 fails with the error message:
I used
updater.phar
. The full upgrade log can be seen here:Operating system:
OS: Raspbian GNU/Linux 9.4 (stretch) armv7l
Model: Raspberry Pi 3 Model B Rev 1.2
Kernel: 4.14.52-v7+
Web server:
nginx version: nginx/1.13.12
Database:
Server version: 10.1.29-MariaDB-6+b1 Raspbian testing-staging
PHP version:
PHP 7.2.4-1+b2
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Do I get a t-shirt? :D
The text was updated successfully, but these errors were encountered: