-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Broken instance after Update #6277
Comments
Can i savely replace the files with the backup-files created by updater app during the update-process? |
Yes. But as always: keep your config and data dir untouched ;) In the provided logs nothing useful can be found. What is in the updater.log in the data dir? |
i'll check. in the meantime i installed the backed up version (worked good) |
As there is no feedback on this one here I will close it for now. If there is more, we could reopen this ticket. |
Steps to reproduce
Expected behaviour
After all checkmarks are done there are two buttons for maintenance mode. Clicking "deactivate maintenance mode" should initialize the update and show blue cloudy screen
Actual behaviour
page stays empty (completely white), server responds with HTTP 500
Server configuration
Operating system: Debian
Web server: Apache 2.x
Database: MySQL 5
PHP version: 5.6.31
Nextcloud version: former 12.0.1, now hopefully 12.0.2
Updated from an older Nextcloud/ownCloud or fresh install: updated
Where did you install Nextcloud from: updater app
Signing status:
Signing status
List of activated apps:
Sorry, no access.
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser:
Operating system:
Logs
Web server error log
Web server error log
This is my php error log, i notice some "owncloud" strings here, where definitifely should be nextcloud.Nextcloud log (data/nextcloud.log)
Nextcloud log
many of those: ``` {"reqId":"NYIG6x2xjNTY0jTQmoKN","level":4,"time":"2017-08-27T16:36:39+00:00","remoteAddr":"84xxx","user":"xxx","app":"webdav","method":"PROPFIND","url":"\/remote.php\/dav\/files\/stefan\/","message":"Exception: {\"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\ServiceUnavailable\",\"Message\":\"System in maintenance mode.\",\"Code\":0,\"Trace\":\"#0 [internal function]: OCA\\\\DAV\\\\Connector\\\\Sabre\\\\MaintenancePlugin->checkMaintenanceMode(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/xxx\\\/htdocs\\\/xxx\\\/nextcloud\\\/3rdparty\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/xxx\\\/htdocs\\\/xxx\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\\\/htdocs\\\/xxx\\\/nextcloud\\\/3rdparty\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/xxx\\\/htdocs\\\/xxx\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Server.php(253): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/xxx\\\/htdocs\\\/xxx\\/nextcloud\\\/apps\\\/dav\\\/appinfo\\\/v2\\\/remote.php(33): OCA\\\\DAV\\\\Server->exec()\\n#6 \\\/var\\\/www\\\/xxx\\\/htdocs\\\/xxx\\\/nextcloud\\\/remote.php(162): require_once('\\\/var\\\/www\\\/xxx...')\\n#7 {main}\",\"File\":\"\\\/var\\\/www\\\/xx\\\/htdocs\\\/xxx\\\/nextcloud\\\/apps\\\/dav\\\/lib\\\/Connector\\\/Sabre\\\/MaintenancePlugin.php\",\"Line\":82}","userAgent":"Mozilla\/5.0 (Linux) mirall\/2.3.2 (Nextcloud)","version":"12.0.1.5"} ```Browser log
nothing - http 500
The text was updated successfully, but these errors were encountered: