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
continue to finish the update with web interface (fails because of notifications app)
actually finish the update using occ command (mentions problem with notifications app but finishes the update)
notifications app was listed as enabled in the apps menu. Had to click disable twice to disable it. First click on enable did nothing, second gave me the error pasted in the log part below.
Server configuration
Operating system: archlinux armv7
Web server: apache
Database: sqlite
PHP version: latest
Nextcloud version: now 12.0.1
Updated from an older Nextcloud/ownCloud or fresh install: 12.0.0
Where did you install Nextcloud from: package manager (now set nextcloud to be ignored by pacman as it might be better (is it?) to use internal updater app)
Are you using external storage, if yes which one: no, only a HDD partition directly mounted into nextcloud/data
Are you using encryption: no
Are you using an external user-backend, if yes which one: Webdav
Client configuration
Browser: firefox 55.0
Operating system: archlinux
Logs
Web server error log
Web server error log
An exception occurred while executing 'CREATE TABLE "oc_notifications" ("notification_id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "app" VARCHAR(32) NOT NULL, "user" VARCHAR(64) NOT NULL, "timestamp" INTEGER DEFAULT 0 NOT NULL, "object_type" VARCHAR(64) NOT NULL, "object_id" VARCHAR(64) NOT NULL, "subject" VARCHAR(64) NOT NULL, "subject_parameters" CLOB DEFAULT NULL, "message" VARCHAR(64) DEFAULT NULL, "message_parameters" CLOB DEFAULT NULL, "link" VARCHAR(4000) DEFAULT NULL, "icon" VARCHAR(4000) DEFAULT NULL, "actions" CLOB DEFAULT NULL)': SQLSTATE[HY000]: General error: 1 table "oc_notifications" already exists
No other logs appear on the admin page under logging (warning, error, fatal).
Nextcloud log (data/nextcloud.log)
Nextcloud log
{"reqId":"XyFRfO1jJUnSoXbQp2P5","level":3,"time":"2017-08-09T19:01:12+00:00","remoteAddr":"141.51.21.138","user":"amo","app":"core","method":"POST","url":"\/cloud\/index.php\/settings\/ajax\/enableapp.php","message":"An exception occurred while executing 'CREATE TABLE \"oc_notifications\" (\"notification_id\" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, \"app\" VARCHAR(32) NOT NULL, \"user\" VARCHAR(64) NOT NULL, \"timestamp\" INTEGER DEFAULT 0 NOT NULL, \"object_type\" VARCHAR(64) NOT NULL, \"object_id\" VARCHAR(64) NOT NULL, \"subject\" VARCHAR(64) NOT NULL, \"subject_parameters\" CLOB DEFAULT NULL, \"message\" VARCHAR(64) DEFAULT NULL, \"message_parameters\" CLOB DEFAULT NULL, \"link\" VARCHAR(4000) DEFAULT NULL, \"icon\" VARCHAR(4000) DEFAULT NULL, \"actions\" CLOB DEFAULT NULL)':\n\nSQLSTATE[HY000]: General error: 1 table \"oc_notifications\" already exists","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:55.0) Gecko\/20100101 Firefox\/55.0","version":"12.0.1.5"}
{"reqId":"tdUZOXVXViN3S6D31go7","level":0,"time":"2017-08-09T19:05:11+00:00","remoteAddr":"","user":"--","app":"cron","method":"--","url":"--","message":"Finished OC\\Command\\CommandJob job with ID 1502 in 835 seconds","userAgent":"--","version":"12.0.1.5"}
I might have to mention:
just set up redis and activated it before update (everything went fine according to the logging page)
just changed from ajax to cron (using systemd) before update (everything went fine)
updater was unhappy with some missing write permissions, therefore I did a radical chown -R http:http /usr/share/webapps/nextcloud (and kept it that way for now - I was unable to find a guidance on how the file permissions have to be set for the nextcloud installation directory)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Server configuration
Operating system: archlinux armv7
Web server: apache
Database: sqlite
PHP version: latest
Nextcloud version: now 12.0.1
Updated from an older Nextcloud/ownCloud or fresh install: 12.0.0
Where did you install Nextcloud from: package manager (now set nextcloud to be ignored by pacman as it might be better (is it?) to use internal updater app)
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: no, only a HDD partition directly mounted into nextcloud/data
Are you using encryption: no
Are you using an external user-backend, if yes which one: Webdav
Client configuration
Browser: firefox 55.0
Operating system: archlinux
Logs
Web server error log
Web server error log
No other logs appear on the admin page under logging (warning, error, fatal).
Nextcloud log (data/nextcloud.log)
Nextcloud log
I might have to mention:
The text was updated successfully, but these errors were encountered: