Skip to content
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

Upgrade error #9795

Closed
alfioalfio opened this issue Jun 8, 2018 · 1 comment
Closed

Upgrade error #9795

alfioalfio opened this issue Jun 8, 2018 · 1 comment

Comments

@alfioalfio
Copy link

Steps to reproduce

  1. Upgraded from 13.0 to 13.0.2
  2. Error message

Logs

Web server error log

Doctrine\DBAL\Exception\ConnectionException: An exception occurred while executing 'UPDATE `oc_appconfig` SET `configvalue` = ? WHERE (`appid` = ?) AND (`configkey` = ?) AND (`configvalue` <> ?)' with params ["", "files_pdfviewer", "types", ""]: SQLSTATE[42000]: Syntax error or access violation: 1142 UPDATE command denied to user 'Sql1106696'@'89.46.104.186' for table 'oc_appconfig' Web server error log
@MorrisJobke
Copy link
Member

SQLSTATE[42000]: Syntax error or access violation: 1142 UPDATE command denied to user 'Sql1106696'@'89.46.104.186' for table 'oc_appconfig'

The DB user has not the needed permissions to update that table. Please check that the DB user in Nextcloud has those and try again.

For further setup related questions please reach out in our forums at https.//help.nextcloud.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants