Nextcloud version (eg, 29.0.5): 29.0.5
Operating system and version (eg, Ubuntu 24.04): 24.04
Apache or nginx version (eg, Apache 2.4.25): 2.4.25
PHP version (eg, 8.3): 8.3
The issue you are facing:
Getting 504 Gateway timeout after server reboot.
Is this the first time you’ve seen this error? (Y/N): Yes
Steps to replicate it:
- Updating from Ubuntu 18.04 to 24.04
- Updating PHP from 7.4 to 8.3
- Updating NC from 18 to 29
The output of your Nextcloud log in Admin > Logging:
Error PHP
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257
"Sep 10, 2024, 12:29:58 AM"
Error PHP
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257
"Sep 10, 2024, 12:29:10 AM"
Error PHP
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257
"Sep 10, 2024, 12:26:15 AM"
Error PHP
http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257
"Sep 9, 2024, 10:01:51 PM"
Info updater
\OC\Updater::resetLogLevel: Reset log level to Warning(2)
"Sep 9, 2024, 9:54:35 PM"**strong text**
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'oc***REDACTED***',
'passwordsalt' => '***REDACTED***',
'secret' => '***REDACTED***',
'trusted_domains' =>
array (
*****
),
'debug' => true,
'datadirectory' => '/var/www/html/nextcloud/data',
'dbtype' => 'mysql',
'version' => '29.0.6.1',
'overwrite.cli.url' => ******,
'dbname' => 'nextclouddb',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'default_language' => '',
'dbuser' => '',
'dbpassword' => '',
'installed' => true,
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => '',
'mail_domain' => '',
'mail_smtpauthtype' => 'LOGIN',
'mail_smtpauth' => 1,
'mail_smtphost' => '',
'mail_smtpport' => '25',
'mail_smtpname' => '',
'mail_smtppassword' => '',
'maintenance' => false,
'enable_previews' => true,
'preview_max_x' => NULL,
'preview_max_y' => NULL,
'preview_max_filesize_image' => NULL,
'preview_office_cl_parameters' => ' --headless --nologo --nofirststartwizard --invisible --norestore --convert-to png --outdir ',
'enabledPreviewProviders' =>
array (
0 => 'OC\\Preview\\PNG',
1 => 'OC\\Preview\\JPEG',
2 => 'OC\\Preview\\GIF',
3 => 'OC\\Preview\\HEIC',
4 => 'OC\\Preview\\BMP',
5 => 'OC\\Preview\\XBitmap',
6 => 'OC\\Preview\\MP3',
7 => 'OC\\Preview\\TXT',
8 => 'OC\\Preview\\MarkDown',
9 => 'OC\\Preview\\MSOffice2003',
10 => 'OC\\Preview\\MSOffice2007',
11 => 'OC\\Preview\\MSOfficeDoc',
12 => 'OC\\Preview\\PDF',
),
'theme' => '',
'loglevel' => 2,
'default_phone_region' => '',
'updater.release.channel' => 'stable',
'updater.secret' => '***REDACTED***',
);
The output of your Apache/nginx/system log in /var/log/____
:
[Tue Sep 10 13:51:33.361358 2024] [mpm_prefork:notice] [pid 25546] AH00163: Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations
[Tue Sep 10 13:51:33.361431 2024] [core:notice] [pid 25546] AH00094: Command line: '/usr/sbin/apache2'
[Tue Sep 10 13:52:01.980981 2024] [proxy_fcgi:error] [pid 27840] [client 10.0.0.43:35814] AH01067: Failed to read FastCGI header, referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.001518 2024] [proxy_fcgi:error] [pid 27840] (104)Connection reset by peer: [client 10.0.0.43:35814] AH01075: Error dispatching request to : , referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.002075 2024] [proxy_fcgi:error] [pid 27839] [client 10.0.0.43:35800] AH01067: Failed to read FastCGI header, referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.002129 2024] [proxy_fcgi:error] [pid 27839] (104)Connection reset by peer: [client 10.0.0.43:35800] AH01075: Error dispatching request to : , referer: https://www.baidu.com/link
[Tue Sep 10 13:52:01.999793 2024] [proxy_fcgi:error] [pid 27841] [client 10.0.0.43:35826] AH01067: Failed to read FastCGI header, referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.002765 2024] [proxy_fcgi:error] [pid 27841] (104)Connection reset by peer: [client 10.0.0.43:35826] AH01075: Error dispatching request to : , referer: https://www.baidu.com/link
[Tue Sep 10 13:52:02.037029 2024] [proxy_fcgi:error] [pid 27836] [client 10.0.0.43:52128] AH01067: Failed to read FastCGI header
[Tue Sep 10 13:52:02.037105 2024] [proxy_fcgi:error] [pid 27836] (104)Connection reset by peer: [client 10.0.0.43:52128] AH01075: Error dispatching request to :
[Tue Sep 10 13:52:02.179974 2024] [proxy_fcgi:error] [pid 27837] [client 10.0.0.43:52134] AH01067: Failed to read FastCGI header, referer: https://erp.nanjingjiankai.com/index.php/apps/files/preview-service-worker.js
[Tue Sep 10 13:52:02.180036 2024] [proxy_fcgi:error] [pid 27837] (104)Connection reset by peer: [client 10.0.0.43:52134] AH01075: Error dispatching request to : , referer: https://erp.nanjingjiankai.com/index.php/apps/files/preview-service-worker.js
[Tue Sep 10 13:52:02.311542 2024] [proxy_fcgi:error] [pid 27838] [client 10.0.0.43:52148] AH01067: Failed to read FastCGI header
[Tue Sep 10 13:52:02.311616 2024] [proxy_fcgi:error] [pid 27838] (104)Connection reset by peer: [client 10.0.0.43:52148] AH01075: Error dispatching request to :
[Tue Sep 10 13:52:02.399660 2024] [proxy:error] [pid 27844] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/php8.3-fpm.sock (*) failed
[Tue Sep 10 13:52:02.399719 2024] [proxy_fcgi:error] [pid 27844] [client 10.0.0.43:40530] AH01079: failed to make connection to backend: httpd-UDS
[Tue Sep 10 13:52:02.503990 2024] [mpm_prefork:notice] [pid 25546] AH00169: caught SIGTERM, shutting down
[Tue Sep 10 13:55:37.601134 2024] [mpm_prefork:notice] [pid 1521] AH00163: Apache/2.4.41 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1f configured -- resuming normal operations
[Tue Sep 10 13:55:37.601480 2024] [core:notice] [pid 1521] AH00094: Command line: '/usr/sbin/apache2'
[Tue Sep 10 14:04:32.026514 2024] [access_compat:error] [pid 10033] [client 10.0.0.44:51624] AH01797: client denied by server configuration: /var/www/html/nextcloud/data/.ocdata
[Tue Sep 10 14:07:04.592656 2024] [proxy_fcgi:error] [pid 9940] (70007)The timeout specified has expired: [client 10.0.0.43:38250] AH01075: Error dispatching request to : (polling)
[Tue Sep 10 14:10:13.897886 2024] [proxy_fcgi:error] [pid 10274] (70007)The timeout specified has expired: [client 10.0.0.43:45766] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.939109 2024] [proxy_fcgi:error] [pid 10278] (70007)The timeout specified has expired: [client 10.0.0.43:45794] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.939110 2024] [proxy_fcgi:error] [pid 10273] (70007)The timeout specified has expired: [client 10.0.0.43:45762] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.992873 2024] [proxy_fcgi:error] [pid 10279] (70007)The timeout specified has expired: [client 10.0.0.43:45798] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.995065 2024] [proxy_fcgi:error] [pid 10281] (70007)The timeout specified has expired: [client 10.0.0.43:45810] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
[Tue Sep 10 14:10:13.996397 2024] [proxy_fcgi:error] [pid 10276] (70007)The timeout specified has expired: [client 10.0.0.43:45774] AH01075: Error dispatching request to : (polling), referer: https://www.baidu.com/link
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
{"reqId":"NyTm3cLa87E4ZkTpQTuC","level":2,"time":"2024-09-10T04:19:32+00:00","remoteAddr":"10.0.0.43","user":"admin","app":"settings","method":"GET","url":"/index.php/settings/apps","message":"Controller OCA\\Settings\\Controller\\AppSettingsController::viewApps executed 1372 queries.","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","data":{"app":"settings"}}
{"reqId":"6kq7CySVKKcjeuivUjWK","level":2,"time":"2024-09-10T04:20:43+00:00","remoteAddr":"10.0.0.43","user":"admin","app":"settings","method":"GET","url":"/index.php/settings/api/apps/media?fileName=https%3A%2F%2Fgithub.com%2Fnextcloud%2Ffirstrunwizard%2Fraw%2Fmaster%2Fimg%2FNextcloud.webm","message":"Could not load media file for app discover section","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://raw.githubusercontent.com/nextcloud/firstrunwizard/master/img/Nextcloud.webm","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":163,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":107,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":73,"function":"checkRedirect","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php","line":41,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php","line":48,"function":"GuzzleHttp\\Promise\\{closure}","class":"GuzzleHttp\\Promise\\FulfilledPromise","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":248,"function":"run","class":"GuzzleHttp\\Promise\\TaskQueue","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":224,"function":"invokeWaitFn","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":269,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":226,"function":"invokeWaitList","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":62,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"wait","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/html/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":177,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":232,"function":"getAppDiscoverMedia","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":138,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Route/Router.php","line":338,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/html/nextcloud/lib/base.php","line":1050,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/nextcloud/index.php","line":49,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Could not load media file for app discover section","media_src":"https://github.com/nextcloud/firstrunwizard/raw/master/img/Nextcloud.webm","exception":{},"CustomMessage":"Could not load media file for app discover section"}}
{"reqId":"2gIV8O6eXyMVy048qZ9X","level":2,"time":"2024-09-10T04:21:13+00:00","remoteAddr":"10.0.0.43","user":"admin","app":"settings","method":"GET","url":"/index.php/settings/api/apps/media?fileName=https%3A%2F%2Fgithub.com%2Fnextcloud%2Ffirstrunwizard%2Fraw%2Fmaster%2Fimg%2FNextcloud.mp4","message":"Could not load media file for app discover section","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","exception":{"Exception":"GuzzleHttp\\Exception\\ConnectException","Message":"cURL error 28: Operation timed out after 30001 milliseconds with 0 out of 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://raw.githubusercontent.com/nextcloud/firstrunwizard/master/img/Nextcloud.mp4","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":158,"function":"createRejection","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","line":110,"function":"finishError","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlHandler.php","line":47,"function":"finish","class":"GuzzleHttp\\Handler\\CurlFactory","type":"::"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":142,"function":"__invoke","class":"GuzzleHttp\\Handler\\CurlHandler","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/DnsPinMiddleware.php","line":163,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php","line":35,"function":"OC\\Http\\Client\\{closure}","class":"OC\\Http\\Client\\DnsPinMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Middleware.php","line":31,"function":"__invoke","class":"GuzzleHttp\\PrepareBodyMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":71,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\Middleware","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":107,"function":"__invoke","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/RedirectMiddleware.php","line":73,"function":"checkRedirect","class":"GuzzleHttp\\RedirectMiddleware","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/FulfilledPromise.php","line":41,"function":"GuzzleHttp\\{closure}","class":"GuzzleHttp\\RedirectMiddleware","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/TaskQueue.php","line":48,"function":"GuzzleHttp\\Promise\\{closure}","class":"GuzzleHttp\\Promise\\FulfilledPromise","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":248,"function":"run","class":"GuzzleHttp\\Promise\\TaskQueue","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":224,"function":"invokeWaitFn","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":269,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":226,"function":"invokeWaitList","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/promises/src/Promise.php","line":62,"function":"waitIfPending","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php","line":189,"function":"wait","class":"GuzzleHttp\\Promise\\Promise","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Http/Client/Client.php","line":230,"function":"request","class":"GuzzleHttp\\Client","type":"->"},{"file":"/var/www/html/nextcloud/apps/settings/lib/Controller/AppSettingsController.php","line":177,"function":"get","class":"OC\\Http\\Client\\Client","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":232,"function":"getAppDiscoverMedia","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":138,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/AppFramework/App.php","line":184,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Route/Router.php","line":338,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/html/nextcloud/lib/base.php","line":1050,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/html/nextcloud/index.php","line":49,"function":"handleRequest","class":"OC","type":"::"}],"File":"/var/www/html/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php","Line":210,"message":"Could not load media file for app discover section","media_src":"https://github.com/nextcloud/firstrunwizard/raw/master/img/Nextcloud.mp4","exception":{},"CustomMessage":"Could not load media file for app discover section"}}
{"reqId":"SaQMIc1eJ56ENIU0224q","level":3,"time":"2024-09-10T04:25:53+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/i4YmidzXtj7XdZW/download/DGJ32,TJ133-2011%20%E8%A3%85%E9%85%8D%E6%95%B4%E4%BD%93%E5%BC%8F%E8%87%AA%E4%BF%9D%E6%B8%A9%E6%B7%B7%E5%87%9D%E5%9C%9F%E5%BB%BA%E7%AD%91%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"Y6HXhNskTAuRRLXmBRx3","level":3,"time":"2024-09-10T04:31:27+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"LNxXMY6hbE7nxR7fhbCc","level":3,"time":"2024-09-10T04:31:37+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"67dLenAIEkJXNcUTaj92","level":3,"time":"2024-09-10T04:31:37+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"LEVgepS14HOZbGuZiSgP","level":3,"time":"2024-09-10T04:31:38+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"KaTDLy2RRQgEMdPgQBCP","level":3,"time":"2024-09-10T04:31:38+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"H0NEgYurNYOjSIAyewQB","level":3,"time":"2024-09-10T04:31:39+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"wxynEt9vMfvAUOl03pQ3","level":3,"time":"2024-09-10T04:31:52+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/5Rb44qtiH8C5iaY/download/DGJ32,TJ136-2012%20%E6%97%A2%E6%9C%89%E5%BB%BA%E7%AD%91%E7%BB%93%E6%9E%84%E5%8A%A0%E5%9B%BA%E5%B7%A5%E7%A8%8B%E7%8E%B0%E5%9C%BA%E6%A3%80%E6%B5%8B%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"foPU7S3FRWT5MbNxUCRE","level":3,"time":"2024-09-10T04:32:59+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/NxtgJF6aARHyNNH/download/DGJ32,TJ137-2012%20%E9%A2%84%E5%BA%94%E5%8A%9B%E6%B7%B7%E5%87%9D%E5%9C%9FU%E5%9E%8B%E6%A2%81%E6%96%BD%E5%B7%A5%E4%B8%8E%E9%AA%8C%E6%94%B6%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"L0S0QPfMTp6XSJrx7eEj","level":3,"time":"2024-09-10T04:36:16+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/fPqY2Lo3PYcPEE3/download/%EF%BC%88DB32%EF%BC%8FT3916-2020%EF%BC%89%E5%9C%B0%E6%96%B9%E6%A0%87%E5%87%86%E4%BF%A1%E6%81%AF%E5%B9%B3%E5%8F%B0%E5%8F%91%E5%B8%83%E3%80%8A%E5%BB%BA%E7%AD%91%E5%9C%B0%E5%9F%BA%E5%9F%BA%E7%A1%80%E6%A3%80%E6%B5%8B%E8%A7%84%E7%A8%8B%E3%80%8B%EF%BC%88%E6%B1%9F%E8%8B%8F%E7%9C%81%EF%BC%89.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"PIVJqGJyfagT7V8Db5Rb","level":2,"time":"2024-09-10T04:36:25+00:00","remoteAddr":"10.0.0.43","user":"--","app":"core","method":"GET","url":"/remote.php/dav/","message":"Login failed: 'admin' (Remote IP: '10.0.0.43')","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36","version":"29.0.4.1","data":{"app":"core"}}
{"reqId":"GUzSijz8cjkE6Si28U0z","level":3,"time":"2024-09-10T04:38:03+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/fPqY2Lo3PYcPEE3/download/%EF%BC%88DB32%EF%BC%8FT3916-2020%EF%BC%89%E5%9C%B0%E6%96%B9%E6%A0%87%E5%87%86%E4%BF%A1%E6%81%AF%E5%B9%B3%E5%8F%B0%E5%8F%91%E5%B8%83%E3%80%8A%E5%BB%BA%E7%AD%91%E5%9C%B0%E5%9F%BA%E5%9F%BA%E7%A1%80%E6%A3%80%E6%B5%8B%E8%A7%84%E7%A8%8B%E3%80%8B%EF%BC%88%E6%B1%9F%E8%8B%8F%E7%9C%81%EF%BC%89.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) \t\t\tChrome/55.0.2883.95 Safari/537.36","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"iuHjCAfANsNQS4qCQTXM","level":3,"time":"2024-09-10T04:43:24+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/ns6RxJykqSBj59B/download/DGJ32,TJ144-2012%20%E8%B6%85%E5%A3%B0%E5%9B%9E%E5%BC%B9%E7%BB%BC%E5%90%88%E6%B3%95%E6%A3%80%E6%B5%8B%E6%B7%B7%E5%87%9D%E5%9C%9F%E6%8A%97%E5%8E%8B%E5%BC%BA%E5%BA%A6%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.5845.97 Safari/537.36 Core/1.116.438.400 QQBrowser/13.0.6071.400","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"WbRo4LPF1Z47k6MNj7no","level":3,"time":"2024-09-10T04:45:17+00:00","remoteAddr":"10.0.0.43","user":"--","app":"PHP","method":"GET","url":"/index.php/s/ns6RxJykqSBj59B/download/DGJ32,TJ144-2012%20%E8%B6%85%E5%A3%B0%E5%9B%9E%E5%BC%B9%E7%BB%BC%E5%90%88%E6%B3%95%E6%A3%80%E6%B5%8B%E6%B7%B7%E5%87%9D%E5%9C%9F%E6%8A%97%E5%8E%8B%E5%BC%BA%E5%BA%A6%E6%8A%80%E6%9C%AF%E8%A7%84%E7%A8%8B.pdf","message":"http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/nextcloud/lib/private/Files/View.php:406) at /var/www/html/nextcloud/lib/private/legacy/OC_Template.php#257","userAgent":"Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; rv:11.0) like Gecko","version":"29.0.4.1","data":{"app":"PHP"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::maintenanceEnabled: Turned on maintenance mode","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"core","method":"","url":"--","message":"starting upgrade from 29.0.4.1 to 29.0.6.1","userAgent":"--","version":"29.0.4.1","data":{"app":"core"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair step: Repair MySQL collation","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:30+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair step: Copy data from accounts table when migrating from ownCloud","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"OC\\Repair\\Events\\RepairStepEvent: Repair step: Drop account terms table when migrating from ownCloud","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::dbUpgradeBefore: Updating database schema","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::dbUpgrade: Updated database","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Setup.php","line":453,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":259,"function":"installBackgroundJobs","class":"OC\\Setup","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Setup.php","line":454,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":259,"function":"installBackgroundJobs","class":"OC\\Setup","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Setup.php","line":455,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":259,"function":"installBackgroundJobs","class":"OC\\Setup","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":1,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"updater","method":"","url":"--","message":"\\OC\\Updater::appUpgradeStarted: Updating <files> ...","userAgent":"--","version":"29.0.4.1","data":{"app":"updater"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":301,"function":"doRunCommand","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":171,"function":"doRun","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Console/Application.php","line":213,"function":"run","class":"Symfony\\Component\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/console.php","line":102,"function":"run","class":"OC\\Console\\Application","type":"->"},{"file":"/var/www/html/nextcloud/occ","line":11,"args":["/var/www/html/nextcloud/console.php"],"function":"require_once"}],"File":"/var/www/html/nextcloud/lib/private/DB/Connection.php","Line":320,"message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","tables":["oc_jobs"],"reads":["oc_jobs"],"exception":{},"CustomMessage":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1"}}
{"reqId":"N3GelPLaAbfL4oYHxHQo","level":0,"time":"2024-09-10T04:53:31+00:00","remoteAddr":"","user":"--","app":"no app in context","method":"","url":"--","message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","userAgent":"--","version":"29.0.4.1","exception":{"Exception":"Exception","Message":"dirty table reads: SELECT `id` FROM `*PREFIX*jobs` WHERE (`class` = :dcValue1) AND (`argument_hash` = :dcValue2) LIMIT 1","Code":0,"Trace":[{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":344,"function":"executeQuery","class":"OC\\DB\\Connection","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/doctrine/dbal/src/Query/QueryBuilder.php","line":384,"function":"executeQuery","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":280,"function":"execute","class":"Doctrine\\DBAL\\Query\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/DB/QueryBuilder/QueryBuilder.php","line":293,"function":"execute","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":166,"function":"executeQuery","class":"OC\\DB\\QueryBuilder\\QueryBuilder","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/BackgroundJob/JobList.php","line":78,"function":"has","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":844,"function":"add","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/legacy/OC_App.php","line":785,"function":"setupBackgroundJobs","class":"OC_App","type":"::"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":355,"function":"updateApp","class":"OC_App","type":"::","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":266,"function":"doAppUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/lib/private/Updater.php","line":133,"function":"doUpgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/core/Command/Upgrade.php","line":216,"function":"upgrade","class":"OC\\Updater","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php","line":298,"function":"execute","class":"OC\\Core\\Command\\Upgrade","type":"->"},{"file":"/var/www/html/nextcloud/3rdparty/symfony/console/Application.php","line":1040,"function":"run","class":"Symfony\\Component\\Console\\Command\\Command","type":"->"},