Update 33.0.0 to 33.0.2 not working

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:

  • Official documentation (searchable and regularly updated)
  • How to topics and FAQs
  • Forum search(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).
  • Nextcloud Server version (e.g., 29.x.x):
    • Nextcloud 26 Winter33.0.0
  • Operating system and version (e.g., Ubuntu 24.04):
    • Linux 6.12.75+rpt-rpi-2712 Bookworm
  • Web server and version (e.g, Apache 2.4.25):
    • Apache 2.4.66 Debían
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • None
  • PHP version (e.g, 8.3):
    • 8.4.18
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • since the update to 33.0.0
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • Bare metal
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Summary of the issue you are facing:

I had a notification that a new Nextcloud 33.0.2 version was available. When going to the Administration Settings and selecting open the updater, in the update screen, in the first step Initializing, the following message appears:

Current version is 33.0.0.
No update available

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

  1. Select Administration settings

  2. Click on Open the Updater

  3. No update is possible.

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.

[updatenotification] Warning: Created new `updater.secret`
	GET /index.php/apps/updatenotification/credentials
	from  by  at Apr 5, 2026 at 9:13:08 PM

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.

N/A

Web server / Reverse Proxy

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

[05/Apr/2026:21:16:52 -0600] "POST /updater/ HTTP/1.1" 200 5947 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15"

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!):

   "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "serverid": 1,
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "192.168.0.113",
            "yorchmedia.net",
            "gtznxtcloud"
        ],
        "filelocking.enabled": true,
        "filesystem_check_changes": 1,
        "memcache.local": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "cache_path": "\/mnt\/usblinx\/cache_dir",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/yorchmedia.net:6443",
        "htaccess.Rewritebase": "\/",
        "dbtype": "mysql",
        "dbtableprefix": "oc_",
        "version": "33.0.0.16",
        "installed": true,
        "maintenance": false,
        "theme": "",
        "loglevel": 2,
        "log_rotate_size": 52428800,
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_smtpauthtype": "LOGIN",
        "mail_smtpauth": 1,
        "mail_sendmailmode": "smtp",
        "updater.release.channel": "stable",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "allow_local_remote_servers": true,
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "mysql.utf8mb4": true,
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "app_install_overwrite": [
            "occweb",
            "nextant",
            "admin_notifications",
            "mindmap_app",
            "mailnotifier",
            "unsplash",
            "camerarawpreviews",
            "memories"
        ],
        "encryption.legacy_format_support": false,
        "encryption.key_storage_migrated": false,
        "default_phone_region": "MX",
        "versions_retention_obligation": "auto,15",
        "enabledPreviewProviders": [
            "OC\\Preview\\Image",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\TIFF",
            "OC\\Preview\\Movie",
            "OC\\Preview\\MKV",
            "OC\\Preview\\MP4",
            "OC\\Preview\\AVI"
        ],
        "preview_max_memory": 4096,
        "preview_max_filesize_image": 256,
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "memories.vod.path": "\/var\/www\/html\/nextcloud\/apps\/memories\/bin-ext\/go-vod-aarch64",
        "memories.vod.disable": false,
        "memories.exiftool_no_local": true,
        "memories.db.triggers.fcu": true,
        "maintenance_window_start": 1,
        "files.chunked_upload.max_size": 20971520,
        "memories.gis_type": 1,
        "config_preset": 2,
        "updater.secret": "***REMOVED SENSITIVE VALUE***"
    },
    "apps": {
        "activity": {
            "enabled": "no",
            "installed_version": "3.0.0",
            "types": "filesystem"
        },
        "admin_audit": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": "logging"
        },
        "admin_notifications": {
            "enabled": "no",
            "installed_version": "1.0.2",
            "published-deprecation-notification": "yes",
            "types": "logging"
        },
        "app_api": {
            "enabled": "no",
            "installed_version": "32.0.0",
            "types": ""
        },
        "audioplayer": {
            "enabled": "yes",
            "installed_version": "3.8.0",
            "types": "filesystem"
        },
        "backgroundjob": {
            "lastjob": "2522"
        },
        "bruteForce": {
            "whitelist_1": "192.168.0.0\/24"
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": ""
        },
        "camerarawpreviews": {
            "enabled": "yes",
            "installed_version": "0.8.8",
            "types": "filesystem"
        },
        "circles": {
            "enabled": "no",
            "installed_version": "27.0.1",
            "loopback_tmp_path": "\/nextcloud",
            "loopback_tmp_scheme": "https",
            "maintenance_run": "0",
            "maintenance_update": "{\"maximum\":3,\"5\":1648868402,\"4\":1649383203,\"3\":1707774601,\"2\":1707776138,\"1\":1707776404}",
            "migration_22": "1",
            "migration_22_1": "1",
            "migration_run": "0",
            "types": "filesystem,dav"
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.17.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": "logging"
        },
        "contactsinteraction": {
            "enabled": "yes",
            "installed_version": "1.14.1",
            "types": "dav"
        },
        "core": {
            "ai.taskprocessing_guests": "false",
            "ai.textprocessing_provider_preferences": "[]",
            "ai.translation_provider_preferences": "[]",
            "backgroundjobs_mode": "cron",
            "default_encryption_module": "OC_DEFAULT_MODULE",
            "emailTestSuccessful": "1",
            "enterpriseLogoChecked": "yes",
            "excludeGroups": "yes",
            "files_metadata_installed": "1",
            "installedat": "1559940917.2541",
            "lastcron": 1775445655,
            "lastupdateResult": "{\"version\":\"33.0.2.2\",\"versionstring\":\"Nextcloud 33.0.2\",\"url\":\"https:\\\/\\\/download.nextcloud.com\\\/server\\\/releases\\\/nextcloud-33.0.2.zip\",\"web\":\"https:\\\/\\\/docs.nextcloud.com\\\/server\\\/33\\\/admin_manual\\\/maintenance\\\/upgrade.html\",\"changes\":\"https:\\\/\\\/updates.nextcloud.com\\\/changelog_server\\\/?version=33.0.2\",\"autoupdater\":\"1\",\"eol\":\"0\"}",
            "lastupdatedat": 1775445610,
            "metadataGenerationDone": "true",
            "moveavatarsdone": "yes",
            "previewMovedDone": true,
            "previewsCleanedUp": "1",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "scss.variables": "c5aec16dcd4f7284e79ea121b046a210",
            "shareapi_allow_links_exclude_groups": "[\"Automation\"]",
            "shareapi_enable_link_password_by_default": true,
            "shareapi_enforce_links_password": true,
            "shareapi_exclude_groups": "yes",
            "shareapi_exclude_groups_list": "[\"Automation\"]",
            "theming.variables": "611db02f65bb7ad5eb490ca5318f3430",
            "updater.secret.created": 1775445411,
            "vendor": "nextcloud",
            "ai.taskprocessing_provider_preferences": "{\"richdocuments:text_to_text_document\":\"richdocuments-text_document_generator\",\"richdocuments:text_to_spreadsheet_document\":\"richdocuments-spreadsheet_generator\",\"richdocuments:slide_deck_generation\":\"richdocuments-slide_deck_generator\"}",
            "ai.taskprocessing_type_preferences": "{\"richdocuments:text_to_text_document\":false,\"richdocuments:text_to_spreadsheet_document\":false,\"richdocuments:slide_deck_generation\":false}",
            "files_metadata": {
                "blurhash": {
                    "value": null,
                    "type": "string",
                    "etag": "cf2906872f7230fccbe17b849b947654",
                    "indexed": false,
                    "editPermission": 0
                },
                "files-live-photo": {
                    "value": null,
                    "type": "string",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "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-gps": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-size": {
                    "value": null,
                    "type": "array",
                    "etag": "",
                    "indexed": false,
                    "editPermission": 0
                },
                "photos-place": {
                    "value": null,
                    "type": "string",
                    "etag": "",
                    "indexed": true,
                    "editPermission": 0
                }
            },
            "oc.integritycheck.checker": []
        },
        "dashboard": {
            "enabled": "yes",
            "installed_version": "7.13.0",
            "types": ""
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "builtSocialSearchIndex": "yes",
            "chunks_migrated": "1",
            "enabled": "yes",
            "hasCustomDefaultContact": false,
            "installed_version": "1.36.0",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "types": "filesystem"
        },
        "duplicatefinder": {
            "enabled": "no",
            "installed_version": "1.7.3",
            "types": ""
        },
        "encryption": {
            "masterKeyId": "master_9e162775",
            "publicShareKeyId": "pubShare_9e162775",
            "recoveryKeyId": "recoveryKey_9e162775"
        },
        "end_to_end_encryption": {
            "enabled": "no",
            "installed_version": "2.0.2",
            "types": "filesystem,dav"
        },
        "external": {
            "enabled": "yes",
            "installed_version": "8.0.0",
            "jwt_token_privkey_es256": "***REMOVED SENSITIVE VALUE***",
            "jwt_token_pubkey_es256": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQ7e2E1v3TJ8n1+7LzCtmbCq9tFlJ\nhIZ8B\/FiD3BzeUHNaRjts9Ajn9mvKGvTXqyh15NYg4RdJH9GIPNcVWYs2w==\n-----END PUBLIC KEY-----\n",
            "max_site": "1",
            "sites": "***REMOVED SENSITIVE VALUE***",
            "types": "prevent_group_restriction"
        },
        "extract": {
            "enabled": "no",
            "installed_version": "1.3.6",
            "types": ""
        },
        "facerecognition": {
            "assigned_memory": "1073741824",
            "enabled": "no",
            "installed_version": "0.9.70",
            "model": "1",
            "types": "filesystem"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": ""
        },
        "federation": {
            "autoAddServers": "1",
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "default_quota": "10 GB",
            "enabled": "yes",
            "installed_version": "2.5.0",
            "mimetype_version": "33.0.0.16",
            "quota_assigned": "10485760",
            "types": "filesystem"
        },
        "files_accesscontrol": {
            "enabled": "no",
            "installed_version": "4.0.0",
            "types": "filesystem"
        },
        "files_automatedtagging": {
            "enabled": "no",
            "installed_version": "4.0.0",
            "types": "filesystem"
        },
        "files_downloadlimit": {
            "enabled": "yes",
            "installed_version": "5.1.0-dev.0",
            "types": ""
        },
        "files_external": {
            "enabled": "yes",
            "installed_version": "1.25.1",
            "types": "filesystem",
            "allow_user_mounting": true,
            "user_mounting_backends": "ftp,dav,owncloud,sftp,amazons3,swift,\\OC\\Files\\Storage\\SFTP_Key,smb,\\OC\\Files\\Storage\\SMB_OC,local"
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": ""
        },
        "files_reminders": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": ""
        },
        "files_rightclick": {
            "enabled": "no",
            "installed_version": "1.6.0",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.25.2",
            "types": "filesystem"
        },
        "files_texteditor": {
            "enabled": "no",
            "installed_version": "2.8.0",
            "types": ""
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.26.0",
            "types": "filesystem,dav"
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": ""
        },
        "flow_notifications": {
            "enabled": "no",
            "installed_version": "4.0.0",
            "types": ""
        },
        "gallery": {
            "enabled": "no",
            "installed_version": "18.4.0",
            "types": ""
        },
        "groupfolders": {
            "enabled": "no",
            "installed_version": "17.0.5",
            "types": "filesystem,dav"
        },
        "guests": {
            "allow_external_storage": "true",
            "enabled": "yes",
            "hide_users": "true",
            "installed_version": "4.6.0",
            "types": "authentication",
            "usewhitelist": "true",
            "whitelist": "files_trashbin,files_versions,files_sharing,files_texteditor,activity,firstrunwizard,gallery,notifications"
        },
        "imageconverter": {
            "enabled": "yes",
            "installed_version": "2.2.0",
            "types": ""
        },
        "integration_dropbox": {
            "client_id": "***REMOVED SENSITIVE VALUE***",
            "client_secret": "***REMOVED SENSITIVE VALUE***",
            "enabled": "no",
            "installed_version": "3.0.3",
            "types": ""
        },
        "logcleaner": {
            "enabled": "[\"admin\"]",
            "installed_version": "1.3.7",
            "logcleaner_wt_characters": "500",
            "logcleaner_wt_offset": "0",
            "logcleaner_wt_zeilen": "5",
            "types": "",
            "wtpara_cron_deldub": "2",
            "wtpara_settings_am": "2",
            "wtpara_show_footer": "1",
            "wtparam_filter": "1",
            "wtparam_logmessage": "1",
            "wtparam_menue": "2"
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "6.0.0",
            "levels": "11111",
            "live": "1",
            "types": "logging"
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.21.0",
            "types": "authentication"
        },
        "mailnotifier": {
            "enabled": "no",
            "installed_version": "0.0.3",
            "types": ""
        },
        "maps": {
            "enabled": "no",
            "installed_version": "1.6.0",
            "osrmDEMO": "on",
            "types": "filesystem"
        },
        "memories": {
            "enabled": "yes",
            "installed_version": "8.0.0",
            "last_index_job_duration": "52.58",
            "last_index_job_start": "1775445602",
            "last_index_job_status": "Indexing completed successfully",
            "last_index_job_status_type": "success",
            "types": ""
        },
        "metadata": {
            "enabled": "no",
            "installed_version": "0.23.0",
            "types": ""
        },
        "music": {
            "enabled": "yes",
            "installed_version": "3.0.0",
            "types": "filesystem"
        },
        "nextbackup": {
            "enabled": "no",
            "installed_version": "21.1.0",
            "types": ""
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "5.0.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notes": {
            "enabled": "yes",
            "installed_version": "4.13.1",
            "types": ""
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "6.0.0",
            "types": "logging"
        },
        "notify_push": {
            "enabled": "yes",
            "installed_version": "1.3.1",
            "types": "filesystem"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.21.0",
            "types": "authentication"
        },
        "occweb": {
            "enabled": "yes",
            "installed_version": "0.2.3",
            "types": ""
        },
        "password_policy": {
            "enabled": "no",
            "enforceNumericCharacters": "1",
            "enforceSpecialCharacters": "1",
            "enforceUpperLowerCase": "1",
            "installed_version": "3.0.0",
            "minLength": "10",
            "types": "authentication"
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "lastPlaceMappedUser": "remedio",
            "lastPlaceMappingDone": "true",
            "types": "dav,authentication"
        },
        "previewgenerator": {
            "enabled": "no",
            "installed_version": "5.13.0",
            "types": "filesystem"
        },
        "printer": {
            "enabled": "no",
            "installed_version": "0.0.5",
            "types": "filesystem"
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "readableLocation": "mx",
            "types": ""
        },
        "profile": {
            "enabled": "yes",
            "installed_version": "1.2.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": "prevent_group_restriction"
        },
        "recognize": {
            "clusterFaces.lastRun": "1775354025",
            "clusterFaces.status": "true",
            "concurrency.enabled": "false",
            "enabled": "yes",
            "faces.batchSize": "80",
            "faces.enabled": "true",
            "faces.lastFile": "1775353595",
            "faces.status": "true",
            "ffmpeg_binary": "\/usr\/bin\/ffmpeg",
            "imagenet.batchSize": "20",
            "imagenet.enabled": "true",
            "imagenet.lastFile": "1775437215",
            "imagenet.status": "true",
            "installed_version": "11.0.1",
            "landmarks.batchSize": "20",
            "landmarks.enabled": "true",
            "landmarks.lastFile": "1775434270",
            "landmarks.status": "true",
            "movinet.batchSize": "5",
            "movinet.enabled": "false",
            "musicnn.batchSize": "20",
            "musicnn.enabled": "false",
            "nice_binary": "\/usr\/bin\/nice",
            "nice_value": "0",
            "node_binary": "\/var\/www\/html\/nextcloud\/apps\/recognize\/bin\/node",
            "tensorflow.cores": "0",
            "tensorflow.gpu": "false",
            "tensorflow.purejs": "true",
            "types": "filesystem,dav"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": ""
        },
        "related_resources": {
            "enabled": "yes",
            "installed_version": "4.0.0-dev.0",
            "types": ""
        },
        "richdocuments": {
            "canonical_webroot": "https:\/\/yorchmedia.net:6443\/",
            "disable_certificate_verification": "yes",
            "doc_format": "ooxml",
            "enabled": "yes",
            "external_apps": "",
            "installed_version": "10.1.2",
            "public_wopi_url": "https:\/\/yorchmedia.net:6443",
            "types": "filesystem,prevent_group_restriction",
            "wopi_allowlist": "192.168.0.0\/24",
            "wopi_url": "https:\/\/yorchmedia.net:6443\/apps\/richdocumentscode_arm64\/proxy.php?req="
        },
        "richdocumentscode_arm64": {
            "enabled": "yes",
            "installed_version": "25.4.904",
            "types": ""
        },
        "serverinfo": {
            "cached_count_appdata_files": 421403,
            "cached_count_filecache": 674791,
            "cached_count_storages": 47,
            "enabled": "yes",
            "installed_version": "5.0.0-dev.0",
            "size_appdata_storage": -1,
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.16.0",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "enforcePasswordProtection": "yes",
            "installed_version": "1.23.0",
            "types": "filesystem"
        },
        "sociallogin": {
            "allow_login_connect": "1",
            "auto_create_groups": "",
            "custom_oauth2_providers": "[]",
            "custom_oidc_providers": "[]",
            "disable_registration": "1",
            "enabled": "no",
            "installed_version": "1.16.4",
            "oauth_providers": "{\"google\":{\"appid\":\"\",\"secret\":\"\",\"defaultGroup\":\"\",\"auth_params\":{\"hd\":\"\"}},\"amazon\":{\"appid\":\"\",\"secret\":\"\",\"defaultGroup\":\"\"},\"facebook\":{\"appid\":\"2286925024756570\",\"secret\":\"f6296814c3355103af81cbc989d50f4d\",\"defaultGroup\":\"\"},\"twitter\":{\"appid\":\"\",\"secret\":\"\",\"defaultGroup\":\"\"},\"GitHub\":{\"appid\":\"\",\"secret\":\"\",\"defaultGroup\":\"\"},\"discord\":{\"appid\":\"\",\"secret\":\"\",\"defaultGroup\":\"\"}}",
            "openid_providers": "[]",
            "prevent_create_email_exists": "",
            "restrict_users_wo_mapped_groups": "",
            "tg_bot": "",
            "tg_group": "",
            "tg_token": "",
            "types": "",
            "update_profile_on_login": ""
        },
        "socialsharing_facebook": {
            "enabled": "no",
            "installed_version": "2.4.0",
            "types": ""
        },
        "socialsharing_twitter": {
            "enabled": "no",
            "installed_version": "2.4.0",
            "types": ""
        },
        "spreed": {
            "default_group_notification": 2,
            "enabled": "no",
            "has_reference_id": "yes",
            "installed_version": "23.0.3",
            "project_access_invalidated": "1",
            "signaling_token_privkey_es256": "***REMOVED SENSITIVE VALUE***",
            "signaling_token_pubkey_es256": "***REMOVED SENSITIVE VALUE***",
            "types": "dav,prevent_group_restriction"
        },
        "support": {
            "SwitchUpdaterServerHasRun": "yes",
            "enabled": "yes",
            "installed_version": "5.0.0",
            "types": "session"
        },
        "survey_client": {
            "apps": "yes",
            "database": "yes",
            "enabled": "yes",
            "encryption": "yes",
            "files_sharing": "yes",
            "installed_version": "5.0.0-dev.0",
            "last_sent": 1774941004,
            "php": "yes",
            "server": "yes",
            "stats": "yes",
            "types": "",
            "last_report": "{\"id\":\"oc56p0xuubev\",\"items\":[[\"server\",\"version\",\"33.0.0.16\"],[\"server\",\"code\",\"other\"],[\"server\",\"enable_avatars\",\"yes\"],[\"server\",\"enable_previews\",\"yes\"],[\"server\",\"memcache.local\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"memcache.distributed\",\"none\"],[\"server\",\"asset-pipeline.enabled\",\"no\"],[\"server\",\"filelocking.enabled\",\"yes\"],[\"server\",\"memcache.locking\",\"\\\\OC\\\\Memcache\\\\Redis\"],[\"server\",\"debug\",\"no\"],[\"server\",\"cron\",\"cron\"],[\"php\",\"version\",\"8.4.18\"],[\"php\",\"memory_limit\",1073741824],[\"php\",\"max_execution_time\",0],[\"php\",\"upload_max_filesize\",2097152],[\"database\",\"type\",\"mysql\"],[\"database\",\"version\",\"10.11.14\"],[\"database\",\"size\",2164064256],[\"apps\",\"activity\",\"disabled\"],[\"apps\",\"admin_audit\",\"1.23.0\"],[\"apps\",\"admin_notifications\",\"disabled\"],[\"apps\",\"app_api\",\"disabled\"],[\"apps\",\"audioplayer\",\"3.8.0\"],[\"apps\",\"bruteforcesettings\",\"6.0.0-dev.0\"],[\"apps\",\"camerarawpreviews\",\"0.8.8\"],[\"apps\",\"circles\",\"disabled\"],[\"apps\",\"cloud_federation_api\",\"1.17.0\"],[\"apps\",\"comments\",\"1.23.0\"],[\"apps\",\"contactsinteraction\",\"1.14.1\"],[\"apps\",\"dashboard\",\"7.13.0\"],[\"apps\",\"dav\",\"1.36.0\"],[\"apps\",\"duplicatefinder\",\"disabled\"],[\"apps\",\"end_to_end_encryption\",\"disabled\"],[\"apps\",\"external\",\"8.0.0\"],[\"apps\",\"extract\",\"disabled\"],[\"apps\",\"facerecognition\",\"disabled\"],[\"apps\",\"federatedfilesharing\",\"1.23.0\"],[\"apps\",\"federation\",\"1.23.0\"],[\"apps\",\"files\",\"2.5.0\"],[\"apps\",\"files_accesscontrol\",\"disabled\"],[\"apps\",\"files_automatedtagging\",\"disabled\"],[\"apps\",\"files_downloadlimit\",\"5.1.0-dev.0\"],[\"apps\",\"files_external\",\"1.25.1\"],[\"apps\",\"files_pdfviewer\",\"6.0.0-dev.0\"],[\"apps\",\"files_reminders\",\"1.6.0\"],[\"apps\",\"files_rightclick\",\"disabled\"],[\"apps\",\"files_sharing\",\"1.25.2\"],[\"apps\",\"files_texteditor\",\"disabled\"],[\"apps\",\"files_trashbin\",\"1.23.0\"],[\"apps\",\"files_versions\",\"1.26.0\"],[\"apps\",\"firstrunwizard\",\"6.0.0-dev.0\"],[\"apps\",\"flow_notifications\",\"disabled\"],[\"apps\",\"gallery\",\"disabled\"],[\"apps\",\"groupfolders\",\"disabled\"],[\"apps\",\"guests\",\"4.6.0\"],[\"apps\",\"imageconverter\",\"2.2.0\"],[\"apps\",\"integration_dropbox\",\"disabled\"],[\"apps\",\"logcleaner\",\"1.3.6\"],[\"apps\",\"logreader\",\"6.0.0\"],[\"apps\",\"lookup_server_connector\",\"1.21.0\"],[\"apps\",\"mailnotifier\",\"disabled\"],[\"apps\",\"maps\",\"disabled\"],[\"apps\",\"memories\",\"7.8.2\"],[\"apps\",\"metadata\",\"disabled\"],[\"apps\",\"music\",\"3.0.0\"],[\"apps\",\"nextbackup\",\"disabled\"],[\"apps\",\"nextcloud_announcements\",\"5.0.0\"],[\"apps\",\"notes\",\"4.13.1\"],[\"apps\",\"notifications\",\"6.0.0\"],[\"apps\",\"notify_push\",\"1.3.1\"],[\"apps\",\"oauth2\",\"1.21.0\"],[\"apps\",\"occweb\",\"0.2.3\"],[\"apps\",\"password_policy\",\"disabled\"],[\"apps\",\"photos\",\"6.0.0-dev.0\"],[\"apps\",\"previewgenerator\",\"disabled\"],[\"apps\",\"printer\",\"disabled\"],[\"apps\",\"privacy\",\"5.0.0-dev.0\"],[\"apps\",\"profile\",\"1.2.0\"],[\"apps\",\"provisioning_api\",\"1.23.0\"],[\"apps\",\"recognize\",\"11.0.1\"],[\"apps\",\"recommendations\",\"6.0.0-dev.0\"],[\"apps\",\"related_resources\",\"4.0.0-dev.0\"],[\"apps\",\"richdocuments\",\"10.1.2\"],[\"apps\",\"richdocumentscode_arm64\",\"25.4.904\"],[\"apps\",\"serverinfo\",\"5.0.0-dev.0\"],[\"apps\",\"settings\",\"1.16.0\"],[\"apps\",\"sharebymail\",\"1.23.0\"],[\"apps\",\"sociallogin\",\"disabled\"],[\"apps\",\"socialsharing_facebook\",\"disabled\"],[\"apps\",\"socialsharing_twitter\",\"disabled\"],[\"apps\",\"spreed\",\"disabled\"],[\"apps\",\"support\",\"5.0.0\"],[\"apps\",\"survey_client\",\"5.0.0-dev.0\"],[\"apps\",\"systemtags\",\"1.23.0\"],[\"apps\",\"tasks\",\"0.17.1\"],[\"apps\",\"text\",\"7.0.0-dev.3\"],[\"apps\",\"theming\",\"2.8.0\"],[\"apps\",\"twofactor_backupcodes\",\"1.22.0\"],[\"apps\",\"twofactor_totp\",\"15.0.0-dev.0\"],[\"apps\",\"unsplash\",\"3.1.0\"],[\"apps\",\"updatenotification\",\"1.23.0\"],[\"apps\",\"user_external\",\"disabled\"],[\"apps\",\"user_status\",\"1.13.0\"],[\"apps\",\"viewer\",\"6.0.0-dev.0\"],[\"apps\",\"weather_status\",\"1.13.0\"],[\"apps\",\"webhook_listeners\",\"1.5.0\"],[\"apps\",\"workflow_script\",\"disabled\"],[\"apps\",\"workflowengine\",\"2.15.0\"],[\"stats\",\"num_files\",674705],[\"stats\",\"num_users\",5],[\"stats\",\"num_storages\",47],[\"stats\",\"num_storages_local\",31],[\"stats\",\"num_storages_home\",5],[\"stats\",\"num_storages_other\",11],[\"stats\",\"num_comments\",787],[\"stats\",\"num_comment_markers\",1],[\"stats\",\"num_systemtags\",224],[\"stats\",\"num_systemtags_mappings\",163420],[\"files_sharing\",\"num_shares\",9],[\"files_sharing\",\"num_shares_user\",0],[\"files_sharing\",\"num_shares_groups\",2],[\"files_sharing\",\"num_shares_link\",2],[\"files_sharing\",\"num_shares_link_no_password\",2],[\"files_sharing\",\"num_fed_shares_sent\",1],[\"files_sharing\",\"num_fed_shares_received\",0],[\"files_sharing\",\"permissions_1_1\",1],[\"files_sharing\",\"permissions_2_1\",1],[\"files_sharing\",\"permissions_3_1\",2],[\"files_sharing\",\"permissions_6_1\",1],[\"files_sharing\",\"permissions_1_31\",1],[\"files_sharing\",\"permissions_2_31\",1],[\"files_sharing\",\"permissions_4_31\",2],[\"encryption\",\"enabled\",\"no\"],[\"encryption\",\"default_module\",\"yes\"]]}"
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.23.0",
            "types": "logging"
        },
        "tasks": {
            "enabled": "yes",
            "installed_version": "0.17.1",
            "types": ""
        },
        "text": {
            "enabled": "yes",
            "installed_version": "7.0.0-dev.3",
            "types": "dav"
        },
        "theming": {
            "backgroundMime": "backgroundColor",
            "background_color": "#8855a8",
            "cachebuster": "14",
            "enabled": "yes",
            "installed_version": "2.8.0",
            "name": "NextGtzcloud",
            "primary_color": "#2d73be",
            "slogan": "***REMOVED SENSITIVE VALUE***",
            "types": "logging",
            "url": "***REMOVED SENSITIVE VALUE***"
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.22.0",
            "types": ""
        },
        "twofactor_totp": {
            "enabled": "yes",
            "installed_version": "15.0.0-dev.0",
            "types": ""
        },
        "unsplash": {
            "enabled": "yes",
            "installed_version": "3.1.0",
            "splash\/provider\/Unsplash\/searchterms": "",
            "types": "",
            "unsplash\/provider\/selected": "WallhavenCC",
            "unsplash\/style\/dashborad": "1",
            "unsplash\/style\/login": "1",
            "unsplash\/style\/login\/highvisibility": "1",
            "unsplash\/style\/strength\/blur": "8",
            "unsplash\/style\/tint": "0"
        },
        "updatenotification": {
            "audioplayer": "3.8.0",
            "bruteforcesettings": "2.3.0",
            "camerarawpreviews": "0.8.8",
            "core": "33.0.2.2",
            "duplicatefinder": "0.0.15",
            "enabled": "yes",
            "external": "5.4.1",
            "extract": "1.3.5",
            "guests": "4.6.0",
            "installed_version": "1.23.0",
            "integration_dropbox": "3.0.3",
            "logcleaner": "1.3.7",
            "maps": "1.2.0",
            "memories": "8.0.0",
            "metadata": "0.23.0",
            "music": "3.0.0",
            "notes": "4.13.1",
            "notify_push": "1.3.1",
            "occweb": "0.1.3",
            "previewgenerator": "5.13.0",
            "printer": "0.0.4",
            "recognize": "9.0.9",
            "richdocuments": "9.0.4",
            "richdocumentscode_arm64": "25.4.904",
            "sociallogin": "1.16.3",
            "socialsharing_facebook": "2.1.0",
            "socialsharing_twitter": "2.1.0",
            "spreed": "20.1.6",
            "tasks": "0.17.1",
            "twofactor_totp": "6.4.1",
            "types": "",
            "unsplash": "2.2.1",
            "update_check_errors": 0
        },
        "user_external": {
            "enabled": "no",
            "installed_version": "0.4",
            "types": "authentication,prelogin"
        },
        "user_status": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "6.0.0-dev.0",
            "types": ""
        },
        "weather_status": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": ""
        },
        "webhook_listeners": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": "filesystem"
        },
        "workflow_script": {
            "enabled": "no",
            "installed_version": "4.0.0",
            "types": "filesystem"
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.15.0",
            "types": "filesystem"
        }
    }
}

Apps

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

Enabled:

  • admin_audit: 1.23.0
  • audioplayer: 3.8.0
  • bruteforcesettings: 6.0.0-dev.0
  • camerarawpreviews: 0.8.8
  • cloud_federation_api: 1.17.0
  • comments: 1.23.0
  • contactsinteraction: 1.14.1
  • dashboard: 7.13.0
  • dav: 1.36.0
  • external: 8.0.0
  • federatedfilesharing: 1.23.0
  • federation: 1.23.0
  • files: 2.5.0
  • files_downloadlimit: 5.1.0-dev.0
  • files_external: 1.25.1
  • files_pdfviewer: 6.0.0-dev.0
  • files_reminders: 1.6.0
  • files_sharing: 1.25.2
  • files_trashbin: 1.23.0
  • files_versions: 1.26.0
  • firstrunwizard: 6.0.0-dev.0
  • guests: 4.6.0
  • imageconverter: 2.2.0
  • logcleaner: 1.3.7
  • logreader: 6.0.0
  • lookup_server_connector: 1.21.0
  • memories: 8.0.0
  • music: 3.0.0
  • nextcloud_announcements: 5.0.0
  • notes: 4.13.1
  • notifications: 6.0.0
  • notify_push: 1.3.1
  • oauth2: 1.21.0
  • occweb: 0.2.3
  • photos: 6.0.0-dev.0
  • privacy: 5.0.0-dev.0
  • profile: 1.2.0
  • provisioning_api: 1.23.0
  • recognize: 11.0.1
  • recommendations: 6.0.0-dev.0
  • related_resources: 4.0.0-dev.0
  • richdocuments: 10.1.2
  • richdocumentscode_arm64: 25.4.904
  • serverinfo: 5.0.0-dev.0
  • settings: 1.16.0
  • sharebymail: 1.23.0
  • support: 5.0.0
  • survey_client: 5.0.0-dev.0
  • systemtags: 1.23.0
  • tasks: 0.17.1
  • text: 7.0.0-dev.3
  • theming: 2.8.0
  • twofactor_backupcodes: 1.22.0
  • twofactor_totp: 15.0.0-dev.0
  • unsplash: 3.1.0
  • updatenotification: 1.23.0
  • user_status: 1.13.0
  • viewer: 6.0.0-dev.0
  • weather_status: 1.13.0
  • webhook_listeners: 1.5.0
  • workflowengine: 2.15.0
    Disabled:
  • activity: 6.0.0-dev.0 (installed 3.0.0)
  • admin_notifications: 1.0.2 (installed 1.0.2)
  • app_api: 33.0.0 (installed 32.0.0)
  • circles: 33.0.0 (installed 27.0.1)
  • duplicatefinder: 1.7.3 (installed 1.7.3)
  • encryption: 2.21.0
  • end_to_end_encryption: 2.0.2 (installed 2.0.2)
  • facerecognition: 0.9.70 (installed 0.9.70)
  • files_accesscontrol: 4.0.0 (installed 4.0.0)
  • files_automatedtagging: 4.0.0 (installed 4.0.0)
  • flow_notifications: 4.0.0 (installed 4.0.0)
  • mailnotifier: 0.0.3 (installed 0.0.3)
  • maps: 1.6.0 (installed 1.6.0)
  • metadata: 0.23.0 (installed 0.23.0)
  • password_policy: 5.0.0-dev.0 (installed 3.0.0)
  • previewgenerator: 5.13.0 (installed 5.13.0)
  • spreed: 23.0.3 (installed 23.0.3)
  • suspicious_login: 11.0.0-dev.0
  • twofactor_nextcloud_notification: 7.0.0
  • user_ldap: 1.24.0
  • workflow_script: 4.0.0 (installed 4.0.0)

Versions 32.0.8 and 33.0.2 had actually already been released, both on 2 April. Apparently, these were withdrawn over the bank holiday weekend without any announcement, just as versions 32.0.7 and 33.0.1 had been previously.

View: Nextcloud server changelog

It therefore appears that the latest NC Server versions were all so buggy that they had to be withdrawn.

I wonder if that’s because there’s no update path available. There isn’t a version 33.0.0 or 33.0.1 on the update server config. So the update path from 33.0.0/33.0.1 to 33.0.2 is missing? But that’s just a guess. I don’t know how the update server or updater handles this.

// EDIT 1: Or the Update Server ist broken/down.
// EDIT 2: Its fixed, see.

Version 33.0.2 is there for download, so if that is the case that they were withdrawn, shouldn’t they have been also blocked from dowloaded them here? I am curious about that. Nextcloud changelog

Not sure where that comes from, but in my instance it shows as there is an update available and also it is published in the changelog Nextcloud changelog

I don’t have any problem with 33.0.2.

great… did you update directly in the application or downloaded it via the nextcloud changelog site?

I have the same problem…web interface says there is an update to 33.0.2..when updater start says there is no new version

I have using the Nextcloud Web GUI.

You can try the manual update: Nextcloud: Updates richtig durchführen » DecaTec

Update:

appreciate the update. I have just ran it and everything is cool as ever. Thanks a lot!