Update 31.0.9 to 31.0.13 failed - impossible to login

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 31.0.13
  • Operating system and version (e.g., Ubuntu 24.04):
    • Linux Mint Debian Edition 7
  • Web server and version (e.g, Apache 2.4.25):
    • replace me
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • replace me
  • PHP version (e.g, 8.3):
    • 8.3
  • Is this the first time you’ve seen this error? (Yes / No):
    • yes
  • When did this problem seem to first start?
    • during updating from 31.0.9 to 31.0.13
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • replace me
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • no

Summary of the issue you are facing:

My NC is installed on my website on a subdomain. By updating the NC the process stopped with an error for the folder “user_ldap” in the base directory (I don’t know if this should be there), I renamed the folder, the updater stopped again for the renamed folder. So via ftp I moved the folder out of the NC direction, the updater made what it should do - but the accounts setting was missing. Now I cannot login, there’s a message shown (in German) “internal Server Error”. I contacted the webhoster, they couldn’t fix the problem. The app on my phone says, the NC is still in maintenance mode. So I cannot login at all.

Steps to replicate it (hint: details matter!):

  1. it’s impossible to replicate it bc I cannot login :wink:

Log entries

Nextcloud

Please provide the log entries from your Nextcloud log that are generated during the time of problem (via the Copy raw option from Administration settings->Logging screen or from your nextcloud.log located in your data directory). Feel free to use a pastebin/gist service if necessary.

It is impossible to open this file. Any time I try to open, the text programm crashes….

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

?

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

no permissions to see the log file

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '------',
  'passwordsalt' => '---------',
  'secret' => '***REDACTED***',
  'trusted_domains' => 
  array (
    0 => 'cloud.***REDACTED***.de',
  ),
  'datadirectory' => '/home/www//cloud/data',
  'dbtype' => 'mysql',
  'version' => '31.0.13.1',
  'overwrite.cli.url' => 'http://cloud.***REDACTED***.de',
  'dbname' => '-----',
  'dbhost' => '127.0.0.1:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => '-----',
  'dbpassword' => '-----',
  'installed' => true,
  'mysql.utf8mb4' => true,
  'maintenance_window_start' => 1,
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'twofactor_enforced' => 'false',
  'twofactor_enforced_groups' => 
  array (
  ),
  'twofactor_enforced_excluded_groups' => 
  array (
  ),
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'ssl',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => '-----',
  'mail_domain' => 'pselbst.de',
  'mail_smtpauthtype' => 'PLAIN',
  'mail_smtpauth' => 1,
  'mail_smtphost' => '-----',
  'mail_smtpport' => '465',
  'mail_smtpname' => '-----',
  'mail_smtppassword' => '-----',
  'updater.secret' => '$2y$10$GgnSJGR8z7ClWJbquZ.zx.HbuaK5zvUIpoizS/yiZCGhsK9Gf4uRu',
  'maintenance' => false,
  'memories.db.triggers.fcu' => true,
  'memories.exiftool' => '/home/www/cloud/apps/memories/bin-ext/exiftool-amd64-glibc',
  'memories.vod.path' => '/home/www/cloud/apps/memories/bin-ext/go-vod-amd64',
  'memories.vod.ffmpeg' => '/usr/bin/ffmpeg',
  'memories.vod.ffprobe' => '/usr/bin/ffprobe',
  'memories.exiftool_no_local' => true,
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\Image',
    1 => 'OC\\Preview\\Movie',
  ),
  'app_install_overwrite' => 
  array (
  ),
);

Apps

The output of occ app:list (if possible).

Usual apps like Notes, Photos, Calendar, Bookmarks…

Tips for increasing the likelihood of a response

  • Use the preformatted text formatting option in the editor for all log entries and configuration output.
  • If screenshots are useful, feel free to include them.
    • If possible, also include key error output in text form so it can be searched for.
  • Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.

Hello,
Having errors logged there will help a lot. In SSH session you can perform tail -50 nextcloud.log to read last 50 lines. Alternatively,if it’s your desktop program that crash, it’s because not tanking the file size. I suggest using visual code studio.

Also, do you remember what kind of error you saw during the upgrade, concerning that user_ldap folder? Anything about "removing/moving” or permissions?

How is setup your Nextcloud, as a Docker?

Hello,
in LibreOffice the log opens and it’s more than 2000 pages…. a SSH session makes no difference to not login into my nextcloud….. the error during the update was “extra files have been found” and the user_ldap folder was mentioned.

and the NC is installed, as far as I understand it, not as a docker. It always worked fine for more than 6 years….

Logs please!

If no logs, restore from your backup and try again. This time make sure you get logs!

hi,
I won’t post 2000 pages…. but how to restore from my backups? It seems this will be the safest way…..

But this is the final part of the updater.log file where you can see the user_ldap error

2025-09-25T13:19:26+0200 BYLtLmXCvI [info] request to updater
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] currentStep()
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] Step 4 is in state "end".
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] POST request for step "5"
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] startStep("5")
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] verifyIntegrity()
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] getUpdateServerResponse()
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] updaterServer: https://updates.nextcloud.com/updater_server/
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] releaseChannel: stable
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] internal version: 31.0.8.1
2025-09-25T13:19:26+0200 BYLtLmXCvI [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x8x1xxxstablexx2025-08-14T07%3A11%3A13%2B00%3A00+9344063b6d32f4ba17092aa190a94eaaef8aac3fx8x3x24
2025-09-25T13:19:27+0200 BYLtLmXCvI [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.9.1
    [versionstring] => Nextcloud 31.0.9
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.9.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.9/nextcloud-31.0.9.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.9.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.9/nextcloud-31.0.9.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.9.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.9
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => iXJNenicAB3+xz+hQqEEDGm3dXCsnYLNcoIocGxs4s1Do6YGQueCml8SbvJ96lQ0
OKR/ARVAu169Lz2BMkr3jbhsXIjyZnN//i4ITs2+1er4MoOV2y4lmLe6vJ6Qx9Th
//wuJFTyiCLGA02dv2ycUoahe1okiRTsG2DBjgkYv4iMTC75DnMJ50LIfHIF1Og0
PuB17jRrfctdUMu3Sz+jZXvc2MlCfiXvFdubGzRmDTif2sDAsP+iXTujv8HZxrIS
2HdaYRUF9fG149H7P1P6EgW7BA60f6DLUiKHwAt+owSj7C0UtOO8Xx9CXZj3GUJk
xkb2GzeQbsR2H5D+6ptxpA==
)

2025-09-25T13:19:27+0200 BYLtLmXCvI [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/
2025-09-25T13:19:28+0200 BYLtLmXCvI [info] end of verifyIntegrity()
2025-09-25T13:19:28+0200 BYLtLmXCvI [info] endStep("5")
2025-09-25T13:19:28+0200 lAe9fecuOR [info] request to updater
2025-09-25T13:19:28+0200 lAe9fecuOR [info] currentStep()
2025-09-25T13:19:28+0200 lAe9fecuOR [info] Step 5 is in state "end".
2025-09-25T13:19:28+0200 lAe9fecuOR [info] POST request for step "6"
2025-09-25T13:19:28+0200 lAe9fecuOR [info] startStep("6")
2025-09-25T13:19:28+0200 lAe9fecuOR [info] extractDownload()
2025-09-25T13:19:28+0200 lAe9fecuOR [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/
2025-09-25T13:19:28+0200 lAe9fecuOR [info] Libzip version detected: 1.7.3
2025-09-25T13:19:39+0200 lAe9fecuOR [info] end of extractDownload()
2025-09-25T13:19:39+0200 lAe9fecuOR [info] endStep("6")
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] request to updater
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] currentStep()
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] Step 6 is in state "end".
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] POST request for step "7"
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] startStep("7")
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] setMaintenanceMode("true")
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] configFileName /home/www/cloud/updater/../config/config.php
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] end of setMaintenanceMode()
2025-09-25T13:19:39+0200 SBlNiRaAsn [info] endStep("7")
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] request to updater
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] currentStep()
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] Step 7 is in state "end".
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] POST request for step "8"
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] startStep("8")
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replaceEntryPoints()
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replace index.php
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replace status.php
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replace remote.php
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replace public.php
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replace ocs/v1.php
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] replace ocs/v2.php
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] end of replaceEntryPoints()
2025-09-25T13:19:39+0200 RN1t6YfPAl [info] endStep("8")
2025-09-25T13:19:39+0200 cC0oyPtWOR [info] request to updater
2025-09-25T13:19:39+0200 cC0oyPtWOR [info] currentStep()
2025-09-25T13:19:39+0200 cC0oyPtWOR [info] Step 8 is in state "end".
2025-09-25T13:19:39+0200 cC0oyPtWOR [info] POST request for step "9"
2025-09-25T13:19:39+0200 cC0oyPtWOR [info] startStep("9")
2025-09-25T13:19:39+0200 cC0oyPtWOR [info] deleteOldFiles()
2025-09-25T13:19:40+0200 cC0oyPtWOR [info] config sample exists
2025-09-25T13:19:40+0200 cC0oyPtWOR [info] themes README exists
2025-09-25T13:19:46+0200 cC0oyPtWOR [info] end of deleteOldFiles()
2025-09-25T13:19:46+0200 cC0oyPtWOR [info] endStep("9")
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] request to updater
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] currentStep()
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] Step 9 is in state "end".
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] POST request for step "10"
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] startStep("10")
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] moveNewVersionInPlace()
2025-09-25T13:19:46+0200 LrJwnGz5QV [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/nextcloud/
2025-09-25T13:19:49+0200 LrJwnGz5QV [info] end of moveNewVersionInPlace()
2025-09-25T13:19:49+0200 LrJwnGz5QV [info] endStep("10")
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] request to updater
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] currentStep()
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] Step 10 is in state "end".
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] POST request for step "11"
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] startStep("11")
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] setMaintenanceMode("false")
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] configFileName /home/www/cloud/updater/../config/config.php
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] end of setMaintenanceMode()
2025-09-25T13:20:23+0200 oPlQF4y9JN [info] endStep("11")
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] request to updater
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] currentStep()
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] Step 11 is in state "end".
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] POST request for step "12"
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] startStep("12")
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] finalize()
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/nextcloud/
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] call opcache_reset()
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] end of finalize()
2025-09-25T13:20:23+0200 x0AaSRqCuj [info] endStep("12")
2026-01-27T13:51:31+0100 APd2pfIvcI [info] request to updater
2026-01-27T13:51:31+0100 APd2pfIvcI [info] currentStep()
2026-01-27T13:51:31+0100 APd2pfIvcI [info] show HTML page
2026-01-27T13:51:31+0100 APd2pfIvcI [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-01-27T13:51:31+0100 APd2pfIvcI [info] getUpdateServerResponse()
2026-01-27T13:51:31+0100 APd2pfIvcI [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-01-27T13:51:31+0100 APd2pfIvcI [info] releaseChannel: stable
2026-01-27T13:51:31+0100 APd2pfIvcI [info] internal version: 31.0.9.1
2026-01-27T13:51:31+0100 APd2pfIvcI [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-01-27T13:51:31+0100 APd2pfIvcI [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-01-27T13:51:31+0100 APd2pfIvcI [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-01-27T13:51:31+0100 APd2pfIvcI [info] getChangelogURL()
2026-01-27T13:51:31+0100 APd2pfIvcI [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] request to updater
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] currentStep()
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] POST request for step "1"
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] startStep("1")
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] checkForExpectedFilesAndFolders()
2026-01-27T13:51:34+0100 BIHLPsXaxb [error] POST request failed with UpdateException
2026-01-27T13:51:34+0100 BIHLPsXaxb [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-01-27T13:51:34+0100 BIHLPsXaxb [info] rollbackChanges("1")
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] unlink .step
2026-01-27T13:51:34+0100 BIHLPsXaxb [info] end of  rollbackChanges()
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] request to updater
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] currentStep()
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] POST request for step "1"
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] startStep("1")
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] checkForExpectedFilesAndFolders()
2026-01-27T13:51:40+0100 cTIHfmBbtT [error] POST request failed with UpdateException
2026-01-27T13:51:40+0100 cTIHfmBbtT [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-01-27T13:51:40+0100 cTIHfmBbtT [info] rollbackChanges("1")
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] unlink .step
2026-01-27T13:51:40+0100 cTIHfmBbtT [info] end of  rollbackChanges()
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] request to updater
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] currentStep()
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] show HTML page
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] getUpdateServerResponse()
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] releaseChannel: stable
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] internal version: 31.0.9.1
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-01-27T22:07:37+0100 L9JdhwALg9 [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-01-27T22:07:37+0100 L9JdhwALg9 [info] getChangelogURL()
2026-01-27T22:07:37+0100 L9JdhwALg9 [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] request to updater
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] currentStep()
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] POST request for step "1"
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] startStep("1")
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] checkForExpectedFilesAndFolders()
2026-01-27T22:07:42+0100 x1nlH4qO6F [error] POST request failed with UpdateException
2026-01-27T22:07:42+0100 x1nlH4qO6F [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-01-27T22:07:42+0100 x1nlH4qO6F [info] rollbackChanges("1")
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] unlink .step
2026-01-27T22:07:42+0100 x1nlH4qO6F [info] end of  rollbackChanges()
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] request to updater
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] currentStep()
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] POST request for step "1"
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] startStep("1")
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] checkForExpectedFilesAndFolders()
2026-01-27T22:08:10+0100 sfbN5zOxvE [error] POST request failed with UpdateException
2026-01-27T22:08:10+0100 sfbN5zOxvE [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-01-27T22:08:10+0100 sfbN5zOxvE [info] rollbackChanges("1")
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] unlink .step
2026-01-27T22:08:10+0100 sfbN5zOxvE [info] end of  rollbackChanges()
2026-01-27T22:08:26+0100 DCOdBwcAnK [info] request to updater
2026-01-27T22:08:26+0100 DCOdBwcAnK [info] currentStep()
2026-01-27T22:08:26+0100 DCOdBwcAnK [info] POST request for step "1"
2026-01-27T22:08:27+0100 DCOdBwcAnK [info] startStep("1")
2026-01-27T22:08:27+0100 DCOdBwcAnK [info] checkForExpectedFilesAndFolders()
2026-01-27T22:08:27+0100 DCOdBwcAnK [error] POST request failed with UpdateException
2026-01-27T22:08:27+0100 DCOdBwcAnK [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-01-27T22:08:27+0100 DCOdBwcAnK [info] rollbackChanges("1")
2026-01-27T22:08:27+0100 DCOdBwcAnK [info] unlink .step
2026-01-27T22:08:27+0100 DCOdBwcAnK [info] end of  rollbackChanges()
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] request to updater
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] currentStep()
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] show HTML page
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] getUpdateServerResponse()
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] releaseChannel: stable
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] internal version: 31.0.9.1
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] getChangelogURL()
2026-02-10T19:40:30+0100 pwKqj1Yt3f [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] request to updater
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] currentStep()
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] POST request for step "1"
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] startStep("1")
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] checkForExpectedFilesAndFolders()
2026-02-10T19:40:37+0100 UgJTc1GQiR [error] POST request failed with UpdateException
2026-02-10T19:40:37+0100 UgJTc1GQiR [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-02-10T19:40:37+0100 UgJTc1GQiR [info] rollbackChanges("1")
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] unlink .step
2026-02-10T19:40:37+0100 UgJTc1GQiR [info] end of  rollbackChanges()
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] request to updater
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] currentStep()
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] show HTML page
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] getUpdateServerResponse()
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] releaseChannel: stable
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] internal version: 31.0.9.1
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:01:25+0100 Ggme5Zog3U [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:01:25+0100 Ggme5Zog3U [info] getChangelogURL()
2026-02-10T20:01:25+0100 Ggme5Zog3U [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] request to updater
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] currentStep()
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] POST request for step "1"
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] startStep("1")
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] checkForExpectedFilesAndFolders()
2026-02-10T20:01:31+0100 ieYe6q46g4 [error] POST request failed with UpdateException
2026-02-10T20:01:31+0100 ieYe6q46g4 [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-02-10T20:01:31+0100 ieYe6q46g4 [info] rollbackChanges("1")
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] unlink .step
2026-02-10T20:01:31+0100 ieYe6q46g4 [info] end of  rollbackChanges()
2026-02-10T20:01:34+0100 NiEswhOFiu [info] request to updater
2026-02-10T20:01:34+0100 NiEswhOFiu [info] currentStep()
2026-02-10T20:01:34+0100 NiEswhOFiu [info] POST request for step "1"
2026-02-10T20:01:34+0100 NiEswhOFiu [info] startStep("1")
2026-02-10T20:01:34+0100 NiEswhOFiu [info] checkForExpectedFilesAndFolders()
2026-02-10T20:01:34+0100 NiEswhOFiu [error] POST request failed with UpdateException
2026-02-10T20:01:34+0100 NiEswhOFiu [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-02-10T20:01:34+0100 NiEswhOFiu [info] rollbackChanges("1")
2026-02-10T20:01:34+0100 NiEswhOFiu [info] unlink .step
2026-02-10T20:01:34+0100 NiEswhOFiu [info] end of  rollbackChanges()
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] request to updater
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] currentStep()
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] POST request for step "1"
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] startStep("1")
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] checkForExpectedFilesAndFolders()
2026-02-10T20:19:56+0100 8AGiYhS4pr [error] POST request failed with UpdateException
2026-02-10T20:19:56+0100 8AGiYhS4pr [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-02-10T20:19:56+0100 8AGiYhS4pr [info] rollbackChanges("1")
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] unlink .step
2026-02-10T20:19:56+0100 8AGiYhS4pr [info] end of  rollbackChanges()
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] request to updater
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] currentStep()
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] show HTML page
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] getUpdateServerResponse()
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] releaseChannel: stable
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] internal version: 31.0.9.1
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] getChangelogURL()
2026-02-10T20:21:06+0100 nrUXk9b3Ok [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-02-10T20:21:09+0100 j2qcOzsplw [info] request to updater
2026-02-10T20:21:09+0100 j2qcOzsplw [info] currentStep()
2026-02-10T20:21:09+0100 j2qcOzsplw [info] POST request for step "1"
2026-02-10T20:21:09+0100 j2qcOzsplw [info] startStep("1")
2026-02-10T20:21:09+0100 j2qcOzsplw [info] checkForExpectedFilesAndFolders()
2026-02-10T20:21:09+0100 j2qcOzsplw [error] POST request failed with UpdateException
2026-02-10T20:21:09+0100 j2qcOzsplw [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-02-10T20:21:09+0100 j2qcOzsplw [info] rollbackChanges("1")
2026-02-10T20:21:09+0100 j2qcOzsplw [info] unlink .step
2026-02-10T20:21:09+0100 j2qcOzsplw [info] end of  rollbackChanges()
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] request to updater
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] currentStep()
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] show HTML page
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] getUpdateServerResponse()
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] releaseChannel: stable
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] internal version: 31.0.9.1
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:25:53+0100 yUiiKTjHHN [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:25:53+0100 yUiiKTjHHN [info] getChangelogURL()
2026-02-10T20:25:53+0100 yUiiKTjHHN [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] request to updater
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] currentStep()
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] POST request for step "1"
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] startStep("1")
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] checkForExpectedFilesAndFolders()
2026-02-10T20:25:59+0100 qdLlYyS8l3 [error] POST request failed with UpdateException
2026-02-10T20:25:59+0100 qdLlYyS8l3 [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap
)


2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] rollbackChanges("1")
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] unlink .step
2026-02-10T20:25:59+0100 qdLlYyS8l3 [info] end of  rollbackChanges()
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] request to updater
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] currentStep()
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] show HTML page
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] current version: 31.0.9 build time: 2025-09-11T13:08:10+00:00 212c97937c15dd200b7895f1fb99036c979827b2
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] getUpdateServerResponse()
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] releaseChannel: stable
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] internal version: 31.0.9.1
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:29:38+0100 HyUCsbmou4 [info] checkForUpdate() Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:29:38+0100 HyUCsbmou4 [info] getChangelogURL()
2026-02-10T20:29:38+0100 HyUCsbmou4 [info] end of checkForUpdate() Update to Nextcloud 31.0.13 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#31-0-13" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] request to updater
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] currentStep()
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] POST request for step "1"
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] startStep("1")
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] checkForExpectedFilesAndFolders()
2026-02-10T20:29:40+0100 KEmXMk5vnQ [error] POST request failed with UpdateException
2026-02-10T20:29:40+0100 KEmXMk5vnQ [error] Exception: UpdateException
Message: 
Code:0
Trace:
#0 /home/www/cloud/updater/index.php(1436): Updater->checkForExpectedFilesAndFolders()
#1 {main}
File:/home/www/cloud/updater/index.php
Line:345
Data:
Array
(
    [0] => user_ldap_1
)


2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] rollbackChanges("1")
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] unlink .step
2026-02-10T20:29:40+0100 KEmXMk5vnQ [info] end of  rollbackChanges()
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] request to updater
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] currentStep()
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] POST request for step "1"
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] startStep("1")
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] checkForExpectedFilesAndFolders()
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] end of checkForExpectedFilesAndFolders()
2026-02-10T20:30:53+0100 CtAVAkbmhb [info] endStep("1")
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] request to updater
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] currentStep()
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] Step 1 is in state "end".
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] POST request for step "2"
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] startStep("2")
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] checkWritePermissions()
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] end of checkWritePermissions()
2026-02-10T20:30:53+0100 b0pdfUUKgT [info] endStep("2")
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] request to updater
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] currentStep()
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] Step 2 is in state "end".
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] POST request for step "3"
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] startStep("3")
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] createBackup()
2026-02-10T20:30:53+0100 ZN6hLAVuLt [info] backup folder location: /home/www//cloud/data/updater-oc8z0oarhq3x/backups/nextcloud-31.0.9.1-1770751853/
2026-02-10T20:31:24+0100 ZN6hLAVuLt [info] end of createBackup()
2026-02-10T20:31:24+0100 ZN6hLAVuLt [info] endStep("3")
2026-02-10T20:31:24+0100 u0dyfiUqBE [info] request to updater
2026-02-10T20:31:24+0100 u0dyfiUqBE [info] currentStep()
2026-02-10T20:31:24+0100 u0dyfiUqBE [info] Step 3 is in state "end".
2026-02-10T20:31:24+0100 u0dyfiUqBE [info] POST request for step "4"
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] startStep("4")
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] downloadUpdate()
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] getUpdateServerResponse()
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] releaseChannel: stable
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] internal version: 31.0.9.1
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:31:25+0100 u0dyfiUqBE [info] will try to download archive from: https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] storage location already exists
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] download progress: 2% (3.85MiB of 255.92MiB)
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] download progress: 4% (8.96MiB of 255.92MiB)
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] download progress: 6% (14.08MiB of 255.92MiB)
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] download progress: 8% (19.2MiB of 255.92MiB)
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] download progress: 10% (24.31MiB of 255.92MiB)
2026-02-10T20:31:25+0100 u0dyfiUqBE [info] download progress: 20% (49.91MiB of 255.92MiB)
2026-02-10T20:31:26+0100 u0dyfiUqBE [info] download progress: 30% (75.5MiB of 255.92MiB)
2026-02-10T20:31:26+0100 u0dyfiUqBE [info] download progress: 40% (101.1MiB of 255.92MiB)
2026-02-10T20:31:27+0100 u0dyfiUqBE [info] download progress: 50% (126.69MiB of 255.92MiB)
2026-02-10T20:31:28+0100 u0dyfiUqBE [info] download progress: 60% (152.28MiB of 255.92MiB)
2026-02-10T20:31:28+0100 u0dyfiUqBE [info] download progress: 70% (177.87MiB of 255.92MiB)
2026-02-10T20:31:29+0100 u0dyfiUqBE [info] download progress: 80% (203.46MiB of 255.92MiB)
2026-02-10T20:31:29+0100 u0dyfiUqBE [info] download progress: 90% (229.06MiB of 255.92MiB)
2026-02-10T20:31:30+0100 u0dyfiUqBE [info] download progress: 100% (254.65MiB of 255.92MiB)
2026-02-10T20:31:30+0100 u0dyfiUqBE [info] download stats: size=255.92MiB bytes; total_time=4.98 secs; avg speed=51.36MiB/sec
2026-02-10T20:31:30+0100 u0dyfiUqBE [info] end of downloadUpdate()
2026-02-10T20:31:30+0100 u0dyfiUqBE [info] endStep("4")
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] request to updater
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] currentStep()
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] Step 4 is in state "end".
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] POST request for step "5"
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] startStep("5")
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] verifyIntegrity()
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] getUpdateServerResponse()
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] releaseChannel: stable
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] internal version: 31.0.9.1
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] updateURL: https://updates.nextcloud.com/updater_server/?version=31x0x9x1xxxstablexx2025-09-11T13%3A08%3A10%2B00%3A00+212c97937c15dd200b7895f1fb99036c979827b2x8x3x30
2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] getUpdateServerResponse response: Array
(
    [version] => 31.0.13.1
    [versionstring] => Nextcloud 31.0.13
    [url] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v31.0.13/nextcloud-31.0.13.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-31.0.13.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/31/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=31.0.13
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-02-25
    [signature] => nthlW7YJQuzg+wMGQV8+db9sPNLhb7LLRRK9dGDKMlV5/3jOjdO8PGE95JO9GRYE
1saJIF5q7tEvhTjmo6xPhJYp1aF+yruumunaKRVAgclY3x2fX17qh/zg0cGP+0cX
z77qtWC+RDZ9qk7aRAeCrIHoE1tRdqbShLZg5GzlaStK3HQYHNge8SVvoKNOaCEb
Qisek5xnyQiZ9R/hL3LVrbWmGyZLU7pyCd5Z4lfXuDpb+RJ2HDWrC/F6NhbbzXLD
yXaoevE0efnDEtbMsFV6NTIg74dIF8e7Ntz4xyEMoQAH2E+qHe8cjISfHaikAR+p
KexPdMGZ/wmz9hmT1Oi3DA==
)

2026-02-10T20:31:30+0100 ntoKVjglQ0 [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/
2026-02-10T20:31:31+0100 ntoKVjglQ0 [info] end of verifyIntegrity()
2026-02-10T20:31:31+0100 ntoKVjglQ0 [info] endStep("5")
2026-02-10T20:31:31+0100 XWbMomTZZM [info] request to updater
2026-02-10T20:31:31+0100 XWbMomTZZM [info] currentStep()
2026-02-10T20:31:31+0100 XWbMomTZZM [info] Step 5 is in state "end".
2026-02-10T20:31:31+0100 XWbMomTZZM [info] POST request for step "6"
2026-02-10T20:31:31+0100 XWbMomTZZM [info] startStep("6")
2026-02-10T20:31:31+0100 XWbMomTZZM [info] extractDownload()
2026-02-10T20:31:31+0100 XWbMomTZZM [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/
2026-02-10T20:31:31+0100 XWbMomTZZM [info] Libzip version detected: 1.7.3
2026-02-10T20:31:39+0100 XWbMomTZZM [info] end of extractDownload()
2026-02-10T20:31:39+0100 XWbMomTZZM [info] endStep("6")
2026-02-10T20:31:39+0100 GouWWfontv [info] request to updater
2026-02-10T20:31:39+0100 GouWWfontv [info] currentStep()
2026-02-10T20:31:39+0100 GouWWfontv [info] Step 6 is in state "end".
2026-02-10T20:31:39+0100 GouWWfontv [info] POST request for step "7"
2026-02-10T20:31:39+0100 GouWWfontv [info] startStep("7")
2026-02-10T20:31:39+0100 GouWWfontv [info] setMaintenanceMode("true")
2026-02-10T20:31:39+0100 GouWWfontv [info] configFileName /home/www/cloud/updater/../config/config.php
2026-02-10T20:31:39+0100 GouWWfontv [info] end of setMaintenanceMode()
2026-02-10T20:31:39+0100 GouWWfontv [info] endStep("7")
2026-02-10T20:31:39+0100 9249uwZz8k [info] request to updater
2026-02-10T20:31:39+0100 9249uwZz8k [info] currentStep()
2026-02-10T20:31:39+0100 9249uwZz8k [info] Step 7 is in state "end".
2026-02-10T20:31:39+0100 9249uwZz8k [info] POST request for step "8"
2026-02-10T20:31:39+0100 9249uwZz8k [info] startStep("8")
2026-02-10T20:31:39+0100 9249uwZz8k [info] replaceEntryPoints()
2026-02-10T20:31:39+0100 9249uwZz8k [info] replace index.php
2026-02-10T20:31:39+0100 9249uwZz8k [info] replace status.php
2026-02-10T20:31:39+0100 9249uwZz8k [info] replace remote.php
2026-02-10T20:31:39+0100 9249uwZz8k [info] replace public.php
2026-02-10T20:31:39+0100 9249uwZz8k [info] replace ocs/v1.php
2026-02-10T20:31:39+0100 9249uwZz8k [info] replace ocs/v2.php
2026-02-10T20:31:39+0100 9249uwZz8k [info] end of replaceEntryPoints()
2026-02-10T20:31:39+0100 9249uwZz8k [info] endStep("8")
2026-02-10T20:31:39+0100 GD4kqSndmp [info] request to updater
2026-02-10T20:31:39+0100 GD4kqSndmp [info] currentStep()
2026-02-10T20:31:39+0100 GD4kqSndmp [info] Step 8 is in state "end".
2026-02-10T20:31:39+0100 GD4kqSndmp [info] POST request for step "9"
2026-02-10T20:31:39+0100 GD4kqSndmp [info] startStep("9")
2026-02-10T20:31:39+0100 GD4kqSndmp [info] deleteOldFiles()
2026-02-10T20:31:40+0100 GD4kqSndmp [info] config sample exists
2026-02-10T20:31:40+0100 GD4kqSndmp [info] themes README exists
2026-02-10T20:31:44+0100 GD4kqSndmp [info] end of deleteOldFiles()
2026-02-10T20:31:44+0100 GD4kqSndmp [info] endStep("9")
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] request to updater
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] currentStep()
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] Step 9 is in state "end".
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] POST request for step "10"
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] startStep("10")
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] moveNewVersionInPlace()
2026-02-10T20:31:44+0100 nOOF8aJ7aB [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/nextcloud/
2026-02-10T20:31:46+0100 nOOF8aJ7aB [info] end of moveNewVersionInPlace()
2026-02-10T20:31:46+0100 nOOF8aJ7aB [info] endStep("10")
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] request to updater
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] currentStep()
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] Step 10 is in state "end".
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] POST request for step "11"
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] startStep("11")
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] setMaintenanceMode("false")
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] configFileName /home/www/cloud/updater/../config/config.php
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] end of setMaintenanceMode()
2026-02-10T20:32:17+0100 VvOy2k1bV3 [info] endStep("11")
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] request to updater
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] currentStep()
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] Step 11 is in state "end".
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] POST request for step "12"
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] startStep("12")
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] finalize()
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] storage location: /home/www//cloud/data/updater-oc8z0oarhq3x/downloads/nextcloud/
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] call opcache_reset()
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] end of finalize()
2026-02-10T20:32:17+0100 oXAcp5J3tb [info] endStep("12")

And yet another question: the nextcloud.log file is a heavy one of 778MB - in LibreOffice it’s about 9000 (!) pages and still loading - this is just silly, isn’t it?

First of all, if your log file is that large, it’s very likely that your log level is set too low (i.e. too verbose). For normal operation, you should set the log level to 2, and only lower it to 1 or 0 temporarily when you are actively experiencing problems with your Nextcloud instance that you need to investigate: https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/logging_configuration.html#log-levels

Secondly, you can and should rotate your logs automatically, for which there are several options:

  1. Nextcloud can rotate its own log file. However, as far as I know, it only keeps one rotated (old) log file. If you want to keep older logs, you would need to add some scripting yourself to automatically move or archive the rotated log file before it gets overwritten: Configuration Parameters — Nextcloud latest Administration Manual latest documentation

  2. You can configure Nextcloud to place log file outside of the Nextcloud data directory, e.g. in /var/log/nextcloud, and then use standard Linux tools such as logrotate to manage log rotation: Set the size of the logging file audit.log (log rotate) - #13 by ernolf

  3. Use journald or an external syslog server: Logging — Nextcloud latest Administration Manual latest documentation

1 Like

Hi,
thanks for giving some advices, I will keep them in mind :slight_smile:
I once again contacted the webhoster’s support and finally they could fix the problem - the ldap-configuration was broken during the update. So now everything is fine again und the NC works as expected :slight_smile:
Thank you anyway for giving some help and advices!
Best regards!

1 Like

Btw, to investegate existing log files, I wouldn’t recommend to use LibreOffice.

If you want to use a desktop app, maybe use something like VSCode or a simple text editor.

Or open it directly from the command line:

tail -n 50 should only list the last 50 lines.

In order to display it in a reasonably human-readable format, you could install jq on your server and then pipe it through that:

apt install jq
tail -n 50 /path/to/nextcloud.log | jq

Or you could use a dedicated log viewer like lnav: https://lnav.org/

1 Like

Thanks, I usually don’t use LO for logfiles, it was just to imagine what sort of a massive document this log is… but thanks anyway :slight_smile:

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.