nextcloud / nextcloud/updater

Updater says it updates but does actually not.

Open
#772 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage bug
Dominant language
PHP
Stars
51
Forks
40
Avg merge
2d 19h
Merged PRs (30d)
3

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce
  1. Have update available
  2. Click update in web updater or cli updater.phar
  3. After it finished the version is not changed
Expected behaviour

It should actually update

Actual behaviour

It seems like it updates but does not. The copy and backup steps are all "already finished".
occ upgrade says there is nothing to upgrade.

Normal log does only say that an updater secret was created. Updater.log attached.
The only curious thing I see in there is HTML tags bleeding into logs:

2026-06-10T05:26:07+0000 jspA2tRRGG [info] end of checkForUpdate() Update to Nextcloud 32.0.11 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://github.com/nextcloud-releases/server/releases/download/v32.0.11/nextcloud-32.0.11.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#32-0-11" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>

Similar to https://github.com/nextcloud/updater/issues/736 but this time the version seen is the proper one.

Server configuration

Web server: Apache

Database: PostgreSQL

PHP version: 8.4

Nextcloud version: 32.0.9.2

List of activated apps
  - activity: 5.0.0
  - app_api: 32.0.0
  - bruteforcesettings: 5.0.0
  - circles: 32.0.0
  - cloud_federation_api: 1.16.0
  - collectives: 4.4.1
  - contactsinteraction: 1.13.1
  - dav: 1.34.2
  - federatedfilesharing: 1.22.0
  - files: 2.4.0
  - files_downloadlimit: 5.0.0
  - files_pdfviewer: 5.0.0
  - files_reminders: 1.5.0
  - files_sharing: 1.24.1
  - files_trashbin: 1.22.0
  - files_versions: 1.25.0
  - firstrunwizard: 5.0.0
  - groupfolders: 20.1.14
  - impersonate: 3.0.1
  - logreader: 5.0.0
  - lookup_server_connector: 1.20.0
  - nextcloud_announcements: 4.0.0
  - notifications: 5.0.0
  - notify_push: 1.3.3
  - oauth2: 1.20.0
  - password_policy: 4.0.0
  - polls: 9.1.4
  - privacy: 4.0.0
  - profile: 1.1.0
  - provisioning_api: 1.22.0
  - related_resources: 3.0.0
  - richdocuments: 9.1.0
  - serverinfo: 4.0.0
  - settings: 1.15.1
  - sharebymail: 1.22.0
  - systemtags: 1.22.0
  - text: 6.0.2
  - theming: 2.7.0
  - twofactor_admin: 4.11.1
  - twofactor_backupcodes: 1.21.0
  - twofactor_totp: 14.0.0
  - twofactor_webauthn: 2.7.0
  - updatenotification: 1.22.0
  - user_status: 1.12.0
  - viewer: 5.0.0
  - webhook_listeners: 1.3.0
  - workflowengine: 2.14.0

Nextcloud configuration
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
        ],
        "htaccess.RewriteBase": "\/",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "32.0.9.2",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "5432",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbpersistent": "true",
        "installed": true,
        "default_language": "de_DE",
        "default_locale": "de_DE",
        "default_phone_region": "DE",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0
        },
        "maintenance_window_start": 1,
        "maintenance": false,
        "theme": "",
        "loglevel": 0,
        "app_install_overwrite": [
            "files_fulltextsearch_tesseract",
            "mail_roundcube",
            "circlesdb"
        ],
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_sendmailmode": "smtp",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "forbidden_filenames": [
            ".htaccess"
        ],
        "forbidden_filename_basenames": [
            "con",
            "prn",
            "aux",
            "nul",
            "com0",
            "com1",
            "com2",
            "com3",
            "com4",
            "com5",
            "com6",
            "com7",
            "com8",
            "com9",
            "com\u00b9",
            "com\u00b2",
            "com\u00b3",
            "lpt0",
            "lpt1",
            "lpt2",
            "lpt3",
            "lpt4",
            "lpt5",
            "lpt6",
            "lpt7",
            "lpt8",
            "lpt9",
            "lpt\u00b9",
            "lpt\u00b2",
            "lpt\u00b3"
        ],
        "forbidden_filename_characters": [
            "<",
            ">",
            ":",
            "\"",
            "|",
            "?",
            "*",
            "\\",
            "\/"
        ],
        "forbidden_filename_extensions": [
            " ",
            ".",
            ".filepart",
            ".part"
        ],
        "defaultapp": "files",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "files.chunked_upload.max_size": 104857600,
        "updater.release.channel": "stable",
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    },
    "apps": {
        "activity": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "5.0.0"
        },
        "app_api": {
            "types": "",
            "enabled": "yes",
            "installed_version": "32.0.0"
        },
        "backgroundjob": {
            "lastjob": "8"
        },
        "bruteForce": {
        },
        "bruteforcesettings": {
            "types": "",
            "enabled": "yes",
            "installed_version": "5.0.0"
        },
        "calendar": {
            "types": "",
            "enabled": "no",
            "installed_version": "5.0.6"
        },
        "circles": {
            "types": "filesystem,dav",
            "enabled": "yes",
            "installed_version": "32.0.0",
            "loopback_tmp_scheme": "https",
            "migration_run": "0",
            "migration_22": "1",
            "loopback_tmp_path": "\/",
            "maintenance_update": "{\"3\":1781068506,\"2\":1781068506,\"1\":1781068506}",
            "maintenance_run": "0"
        },
        "cloud_federation_api": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.16.0"
        },
        "collectives": {
            "migrated_slugs": true,
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "4.4.1",
            "migrated_backlinks": true,
            "migrated_user_folder_settings": true
        },
        "comments": {
            "installed_version": "1.19.0",
            "types": "logging",
            "enabled": "no"
        },
        "contacts": {
            "types": "dav",
            "enabled": "no",
            "installed_version": "6.1.1"
        },
        "contactsinteraction": {
            "types": "dav",
            "enabled": "yes",
            "installed_version": "1.13.1"
        },
        "core": {
            "installedat": "1717708348.9707",
            "vendor": "nextcloud",
            "public_files": "files_sharing\/public.php",
            "files_metadata_installed": "1",
            "moveavatarsdone": "yes",
            "previewsCleanedUp": "1",
            "backgroundjobs_mode": "cron",
            "metadataGenerationDone": true,
            "mail_providers_enabled": false,
            "shareapi_default_permissions": "15",
            "shareapi_allow_links_exclude_groups": "[]",
            "lastupdatedat": 1781066264,
            "shareapi_allow_share_dialog_user_enumeration": "yes",
            "shareapi_allow_group_sharing": "yes",
            "group.sortBy": "2",
            "shareapi_exclude_groups": "no",
            "shareapi_restrict_user_enumeration_to_group": "no",
            "excludeGroups": "yes",
            "emailTestSuccessful": "1",
            "lastupdateResult": "{\"version\":\"32.0.11.1\",\"versionstring\":\"Nextcloud 32.0.11\",\"url\":\"https:\\\/\\\/download.nextcloud.com\\\/server\\\/releases\\\/nextcloud-32.0.11.zip\",\"web\":\"https:\\\/\\\/docs.nextcloud.com\\\/server\\\/32\\\/admin_manual\\\/maintenance\\\/upgrade.html\",\"changes\":\"https:\\\/\\\/updates.nextcloud.com\\\/changelog_server\\\/?version=32.0.11\",\"autoupdater\":\"1\",\"eol\":\"0\"}",
            "updater.secret.created": 1781067060,
            "lastcron": 1781068507,
            "oc.integritycheck.checker": [],
            "files_metadata": {
                "photos-original_date_time": {
                    "value": null,
                    "type": "int",
                    "etag": "",
                    "indexed": true,
                    "editPermission": 0
                },
                "photos-exif": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-ifd0": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-size": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "blurhash": {
                    "value": null,
                    "type": "string",
                    "indexed": false,
                    "editPermission": 0
                },
                "files-live-photo": {
                    "value": null,
                    "type": "string",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 2
                }
            }
        },
        "dashboard": {
            "enabled": "no",
            "installed_version": "7.9.0",
            "types": ""
        },
        "dav": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.34.2",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "buildCalendarSearchIndex": "yes",
            "builtSocialSearchIndex": "yes",
            "buildCalendarReminderIndex": "yes",
            "chunks_migrated": "1",
            "hasCustomDefaultContact": false
        },
        "dovecotvacationsetter": {
            "enabled": "no",
            "installed_version": "1.0.0",
            "types": ""
        },
        "eidlogin": {
            "types": "",
            "installed_version": "1.0.17",
            "enabled": "no"
        },
        "federatedfilesharing": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.22.0"
        },
        "federation": {
            "installed_version": "1.19.0",
            "types": "authentication",
            "enabled": "no"
        },
        "files": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "2.4.0",
            "mimetype_version": "32.0.8.2"
        },
        "files_downloadlimit": {
            "types": "",
            "enabled": "yes",
            "installed_version": "5.0.0"
        },
        "files_fulltextsearch": {
            "files_local": "1",
            "files_external": "0",
            "files_group_folders": "1",
            "enabled": "no",
            "files_encrypted": "0",
            "files_federated": "0",
            "files_size": "20",
            "files_pdf": "1",
            "types": "filesystem",
            "files_office": "1",
            "files_image": "0",
            "files_audio": "0",
            "installed_version": "32.0.2"
        },
        "files_pdfviewer": {
            "types": "",
            "enabled": "yes",
            "installed_version": "5.0.0"
        },
        "files_reminders": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.5.0"
        },
        "files_sharing": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.24.1",
            "lookupServerEnabled": "no",
            "lookupServerUploadEnabled": "no"
        },
        "files_trashbin": {
            "types": "filesystem,dav",
            "enabled": "yes",
            "installed_version": "1.22.0"
        },
        "files_versions": {
            "types": "filesystem,dav",
            "enabled": "yes",
            "installed_version": "1.25.0"
        },
        "firstrunwizard": {
            "enabled": "yes",
            "types": "",
            "installed_version": "5.0.0"
        },
        "fulltextsearch": {
            "app_navigation": "1",
            "types": "",
            "search_platform": "OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform",
            "enabled": "no",
            "cron_err_reset": "1717989902",
            "installed_version": "32.0.0"
        },
        "fulltextsearch_elasticsearch": {
            "elastic_index": "nextcloud",
            "types": "",
            "enabled": "no",
            "analyzer_tokenizer": "standard",
            "installed_version": "32.0.2"
        },
        "groupfolders": {
            "types": "filesystem,dav",
            "enabled": "yes",
            "installed_version": "20.1.14",
            "cron_last_folder_index": 5
        },
        "impersonate": {
            "types": "prevent_group_restriction",
            "installed_version": "3.0.1",
            "enabled": "yes"
        },
        "logreader": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "5.0.0",
            "shownLevels": "[2,3,4]"
        },
        "lookup_server_connector": {
            "types": "authentication",
            "enabled": "yes",
            "installed_version": "1.20.0"
        },
        "mail": {
            "enabled": "no",
            "types": "",
            "installed_version": "4.0.9"
        },
        "mail_roundcube": {
            "enabled": "no",
            "installed_version": "1.1.1",
            "types": "",
            "emailAddressChoice": "userChosenEmail",
            "emailDefaultDomain": ""
        },
        "nextcloud_announcements": {
            "types": "logging",
            "enabled": "yes",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "installed_version": "4.0.0"
        },
        "notes": {
            "types": "",
            "enabled": "no",
            "installed_version": "5.0.1"
        },
        "notifications": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "5.0.0"
        },
        "notify_push": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.3.3",
            "cookie": "***REMOVED SENSITIVE VALUE***"
        },
        "oauth2": {
            "types": "authentication",
            "enabled": "yes",
            "installed_version": "1.20.0"
        },
        "oidc": {
            "enabled": "no",
            "expire_time": "900",
            "installed_version": "0.9.1",
            "types": "prelogin,authentication"
        },
        "password_policy": {
            "types": "authentication",
            "enabled": "yes",
            "installed_version": "4.0.0",
            "enforceUpperLowerCase": "1",
            "enforceNumericCharacters": "1",
            "enforceHaveIBeenPwned": "1",
            "minLength": "16",
            "maximumLoginAttempts": "8",
            "historySize": "1",
            "enforceSpecialCharacters": "1"
        },
        "photos": {
            "installed_version": "2.5.0",
            "types": "dav,authentication",
            "enabled": "no",
            "lastPlaceMappedUser": "testing",
            "lastPlaceMappingDone": "true"
        },
        "polls": {
            "types": "",
            "installed_version": "9.1.4",
            "enabled": "yes"
        },
        "privacy": {
            "types": "",
            "enabled": "yes",
            "installed_version": "4.0.0",
            "readableLocation": "de"
        },
        "profile": {
            "installed_version": "1.1.0",
            "types": "",
            "enabled": "yes"
        },
        "provisioning_api": {
            "types": "prevent_group_restriction",
            "enabled": "yes",
            "installed_version": "1.22.0"
        },
        "recommendations": {
            "installed_version": "2.1.0",
            "types": "",
            "enabled": "no"
        },
        "related_resources": {
            "types": "",
            "enabled": "yes",
            "installed_version": "3.0.0"
        },
        "richdocuments": {
            "types": "filesystem,prevent_group_restriction",
            "disable_certificate_verification": "",
            "enabled": "yes",
            "installed_version": "9.1.0",
            "doc_format": "ooxml"
        },
        "richdocumentscode": {
            "installed_version": "24.4.201",
            "types": "",
            "enabled": "no"
        },
        "serverinfo": {
            "types": "",
            "enabled": "yes",
            "installed_version": "4.0.0",
            "cached_count_storages": 38,
        },
        "settings": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.15.1"
        },
        "sharebymail": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.22.0"
        },
        "sociallogin": {
            "installed_version": "5.7.0",
            "types": "",
            "disable_registration": "",
            "create_disabled_users": "",
            "allow_login_connect": "",
            "prevent_create_email_exists": "1",
            "update_profile_on_login": "1",
            "no_prune_user_groups": "",
            "auto_create_groups": "1",
            "restrict_users_wo_mapped_groups": "",
            "restrict_users_wo_assigned_groups": "",
            "disable_notify_admins": "",
            "hide_default_login": "",
            "button_text_wo_prefix": "",
            "oauth_providers": "null",
            "custom_providers": "null",
            "enabled": "no"
        },
        "spreed": {
            "project_access_invalidated": "1",
            "types": "dav,prevent_group_restriction",
            "signaling_token_privkey_es256": "***REMOVED SENSITIVE VALUE***",
            "signaling_token_pubkey_es256": "***REMOVED SENSITIVE VALUE***",
            "has_reference_id": "yes",
            "enabled": "no",
            "installed_version": "20.1.0"
        },
        "support": {
            "installed_version": "1.12.0",
            "types": "session",
            "enabled": "no"
        },
        "survey_client": {
            "installed_version": "1.17.0",
            "types": "",
            "enabled": "no"
        },
        "systemtags": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "1.22.0"
        },
        "text": {
            "types": "dav",
            "enabled": "yes",
            "installed_version": "6.0.2"
        },
        "theming": {
            "types": "logging",
            "enabled": "yes",
            "installed_version": "2.7.0",
            "logoDimensions": "200x200",
            "url": "***REMOVED SENSITIVE VALUE***",
            "logoMime": "image\/png",
            "backgroundMime": "image\/jpeg",
            "imprintUrl": "***REMOVED SENSITIVE VALUE***",
            "privacyUrl": "***REMOVED SENSITIVE VALUE***",
            "faviconMime": "image\/png",
            "slogan": "***REMOVED SENSITIVE VALUE***",
            "cachebuster": "21",
            "background_color": "#0B84C7",
            "primary_color": "#0B84C7"
        },
        "twofactor_admin": {
            "types": "",
            "enabled": "yes",
            "installed_version": "4.11.1"
        },
        "twofactor_backupcodes": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.21.0"
        },
        "twofactor_totp": {
            "types": "",
            "enabled": "yes",
            "installed_version": "14.0.0"
        },
        "twofactor_webauthn": {
            "types": "",
            "enabled": "yes",
            "installed_version": "2.7.0"
        },
        "updatenotification": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.22.0",
            "mail": "3.7.9",
            "spreed": "19.0.4",
            "twofactor_admin": "4.11.1",
            "notify_push": "1.3.2",
            "update_check_errors": 0,
            "contacts": "6.0.1",
            "richdocuments": "9.1.0",
            "impersonate": "2.0.1",
            "calendar": "4.7.16",
            "groupfolders": "20.1.13",
            "collectives": "4.4.1",
            "core": "32.0.11.1",
            "polls": "9.1.4",
            "twofactor_webauthn": "2.7.0"
        },
        "user_oidc": {
            "provider-2-jwksCacheTimestamp": "1719504989",
            "id4me_enabled": "0",
            "provider-2-mappingDisplayName": "",
            "allow_multiple_user_backends": "1",
            "provider-2-mappingEmail": "",
            "provider-2-mappingQuota": "",
            "provider-2-mappingUid": "",
            "provider-2-mappingAddress": "",
            "enabled": "no",
            "provider-2-mappingStreetaddress": "",
            "provider-2-mappingPostalcode": "",
            "provider-2-mappingLocality": "",
            "provider-2-mappingRegion": "",
            "provider-2-mappingCountry": "",
            "types": "authentication",
            "provider-2-mappingWebsite": "",
            "provider-2-mappingAvatar": "",
            "provider-2-mappingTwitter": "",
            "provider-2-mappingFediverse": "",
            "installed_version": "6.1.2",
            "provider-2-mappingOrganisation": "",
            "provider-2-mappingRole": "",
            "provider-2-mappingHeadline": "",
            "provider-2-mappingBiography": "",
            "provider-2-mappingPhonenumber": "",
            "provider-2-mappingGender": "",
            "provider-2-uniqueUid": "1",
            "provider-2-checkBearer": "0",
            "provider-2-sendIdTokenHint": "0",
            "provider-2-bearerProvisioning": "0",
            "provider-2-extraClaims": "",
            "provider-2-providerBasedId": "0",
            "provider-2-groupProvisioning": "1"
        },
        "user_saml": {
            "installed_version": "6.1.3",
            "types": "authentication",
            "enabled": "no",
            "type": "environment-variable"
        },
        "user_status": {
            "types": "",
            "enabled": "yes",
            "installed_version": "1.12.0"
        },
        "viewer": {
            "types": "",
            "enabled": "yes",
            "installed_version": "5.0.0"
        },
        "weather_status": {
            "installed_version": "1.9.0",
            "types": "",
            "enabled": "no"
        },
        "webhook_listeners": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "1.3.0"
        },
        "workflowengine": {
            "types": "filesystem",
            "enabled": "yes",
            "installed_version": "2.14.0"
        }
    }
}

Browser

Browser name: Firefox and Chromium

Browser version: latest

Operating system: Linux

Browser log
Nothing interesting.
Other logs
updater.log

2026-06-10T05:26:06+0000 jspA2tRRGG [info] getUpdateServerResponse()
2026-06-10T05:26:06+0000 jspA2tRRGG [info] updaterServer: https://updates.nextcloud.com/updater_server/
2026-06-10T05:26:06+0000 jspA2tRRGG [info] releaseChannel: stable
2026-06-10T05:26:06+0000 jspA2tRRGG [info] internal version: 32.0.9.2
2026-06-10T05:26:06+0000 jspA2tRRGG [info] updateURL: https://updates.nextcloud.com/updater_server/?version=32x0x9x2xxxstablexx2026-04-30T08%3A41%3A25%2B00%3A00+4671436d69566600853aedaec61cb27966480075x8x4x21
2026-06-10T05:26:07+0000 jspA2tRRGG [info] getUpdateServerResponse response: Array
(
    [version] => 32.0.11.1
    [versionstring] => Nextcloud 32.0.11
    [url] => https://download.nextcloud.com/server/releases/nextcloud-32.0.11.zip
    [downloads] => SimpleXMLElement Object
        (
            [bz2] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v32.0.11/nextcloud-32.0.11.tar.bz2
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-32.0.11.tar.bz2
                )

            [zip] => Array
                (
                    [0] => https://github.com/nextcloud-releases/server/releases/download/v32.0.11/nextcloud-32.0.11.zip
                    [1] => https://download.nextcloud.com/server/releases/nextcloud-32.0.11.zip
                )

        )

    [web] => https://docs.nextcloud.com/server/32/admin_manual/maintenance/upgrade.html
    [changes] => https://updates.nextcloud.com/changelog_server/?version=32.0.11
    [autoupdater] => 1
    [eol] => 0
    [eolDate] => 2026-09-27
    [signature] => fjrCxIdnySTTWKZifdp5+2SUF31Vv7d2JR0i8LL6O7NZ76xmKk8mQY44ecwNErUs
UbbEFO/s0WUbFGgU4ZUvDaxjYlQYYXkUAD6PSl/UnN/RBIQJhi0haM5oOsa+90oe
b65FFNyX4uGHjAWMNhv9ChZc5rmZgv35lmMLMJ2O4W+1xhLabppucMWEvwd2+EV2
V/Iy9Qo5gZx82vCbZigpn6OQo011DiRY1Q4i2hlirZsp8Jk18CjAznZQ0s+1RxRf
EWl89AtaAYE7NPBhMYb5hTsDzRVizVUU3YYTCWqEpd4DV8q4RywFN03K9oiJAAdZ
yvE6RPkGve7ePndOyln6mw==
)

2026-06-10T05:26:07+0000 jspA2tRRGG [info] getChangelogURL()
2026-06-10T05:26:07+0000 jspA2tRRGG [info] end of checkForUpdate() Update to Nextcloud 32.0.11 available. (channel: "stable")<br /><span class="light">Following file will be downloaded automatically:</span> <code class="light">https://github.com/nextcloud-releases/server/releases/download/v32.0.11/nextcloud-32.0.11.zip</code><br /><a class="external_link" href="https://nextcloud.com/changelog/#32-0-11" target="_blank" rel="noreferrer noopener">Open changelog ↗</a>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the attached updater.log and compare the web updater, cli updater.phar, and occ upgrade paths described in the report. Trace why the copy and backup steps are reported as already finished while the installed version remains unchanged. Done means an available update changes the server version and the updater log records the operation without HTML tags bleeding into log messages.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.