-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL errror when updating to 13.0.5 #10449
Comments
GitMate.io thinks possibly related issues are #10350 (13.0.5), #8107 (Error on Update from 12.0.4 to 12.0.5), #7960 (Updating Nextcloud 12.0.5 to 13.0.0.rc2 fails on Postgres ), #10373 (Internal server error following update from 13.0.4 to 13.0.5), and #8208 (Error when upgrading spreed from NC 12.0.5 to 13.0.0. - shared hosting). |
Did you follow "Enabling MySQL 4-byte support"? |
SOLUTION:
|
Yeah, I enabled MySQL 4-byte support. |
Steps to reproduce
Expected behaviour
Successfull update
Actual behaviour
I got this error:
Checked for update of app "workflowengine" in appstore
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE
oc_addressbooks
CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;': SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytesServer configuration
Operating system: latest ubuntu lts
Web server: apache2
Database: mariadb
PHP version: 7.2
Nextcloud version: 13.0.4
Updated from an older Nextcloud/ownCloud or fresh install: 13.0.4 was fresh
Where did you install Nextcloud from: zip file (not deb)
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: yes
Are you using an external user-backend, if yes which one: no
The text was updated successfully, but these errors were encountered: