i'm trying to update my nextcloud 34.0.4 instance to 35.0.0 from the cmdline.
after downloading and extracting the new version, it asks me whether occ upgrade should be executed and then fails with an unhandled exception
the updater succeeds (or I get an error message that helps me find the root cause)
Upgraded to a MAJOR version (ex. 31 to 32)
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"serverid": 42,
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.iem.at",
"cloud.iemnet"
],
"cookie_domain": "",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"version": "34.0.4.1",
"dbtype": "pgsql",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbpersistent": "",
"dbreplica": "***REMOVED SENSITIVE VALUE***",
"db.log_request_id": false,
"installed": true,
"default_language": "de",
"force_language": false,
"default_locale": "de",
"reduce_to_languages": [],
"default_phone_region": "AT",
"force_locale": false,
"default_timezone": "Europe\/Berlin",
"knowledgebaseenabled": true,
"knowledgebase.embedded": false,
"allow_user_to_change_display_name": false,
"remember_login_cookie_lifetime": 1296000,
"session_lifetime": 86400,
"davstorage.request_timeout": 30,
"carddav_sync_request_timeout": 30,
"carddav_sync_request_truncation": 2500,
"session_relaxed_expiry": false,
"session_keepalive": true,
"auto_logout": false,
"token_auth_enforced": false,
"token_auth_activity_update": 60,
"auth.bruteforce.protection.enabled": true,
"auth.bruteforce.protection.force.database": false,
"auth.bruteforce.protection.testing": false,
"auth.bruteforce.max-attempts": 10,
"ratelimit.protection.enabled": true,
"ratelimit_overwrite": {
"profile.profilepage.index": {
"user": {
"limit": 300,
"period": 3600
},
"anon": {
"limit": 1,
"period": 300
}
}
},
"security.ipv6_normalized_subnet_size": 56,
"auth.webauthn.enabled": true,
"auth.storeCryptedPassword": true,
"hide_login_form": false,
"lost_password_link": "https:\/\/users.iem.at\/login",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpdebug": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtptimeout": 10,
"mail_smtpsecure": "",
"mail_smtpauth": true,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_template_class": "\\OC\\Mail\\EMailTemplate",
"mail_send_plaintext_only": false,
"mail_smtpstreamoptions": [],
"mail_sendmailmode": "smtp",
"overwritehost": "",
"overwriteprotocol": "",
"overwritewebroot": "",
"overwritecondaddr": "",
"overwrite.cli.url": "https:\/\/cloud.iem.at",
"htaccess.RewriteBase": "\/",
"htaccess.IgnoreFrontController": false,
"proxy": "",
"proxyuserpwd": "***REMOVED SENSITIVE VALUE***",
"proxyexclude": [],
"allow_local_remote_servers": true,
"trashbin_retention_obligation": "auto",
"versions_retention_obligation": "auto",
"appcodechecker": true,
"updatechecker": false,
"updater.server.url": "***REMOVED SENSITIVE VALUE***",
"updater.release.channel": "stable",
"has_internet_connection": true,
"connectivity_check_domains": [
"https:\/\/www.nextcloud.com",
"https:\/\/www.startpage.com",
"https:\/\/www.eff.org",
"https:\/\/www.edri.org"
],
"check_for_working_wellknown_setup": true,
"check_for_working_htaccess": true,
"check_data_directory_permissions": true,
"config_is_read_only": false,
"log_type": "file",
"log_type_audit": "file",
"logfile": "\/var\/log\/owncloud\/owncloud.log",
"logfile_audit": "\/var\/log\/owncloud\/audit.log",
"logfilemode": 416,
"loglevel": 2,
"loglevel_frontend": 2,
"loglevel_dirty_database_queries": 0,
"syslog_tag": "Nextcloud",
"syslog_tag_audit": "Nextcloud",
"log.condition": [],
"log.backtrace": false,
"logdateformat": "F d, Y H:i:s",
"logtimezone": "Europe\/Berlin",
"log_query": false,
"log_rotate_size": 10485760,
"profiler": false,
"profiling.request": false,
"profiling.request.rate": 0.001,
"profiling.secret": "",
"profiling.sample": false,
"profiling.sample.rate": 1,
"profiling.sample.rotation": 60,
"profiling.path": "\/tmp",
"customclient_desktop": "https:\/\/nextcloud.com\/install\/#install-clients",
"customclient_android": "https:\/\/play.google.com\/store\/apps\/details?id=com.nextcloud.client",
"customclient_ios": "https:\/\/itunes.apple.com\/us\/app\/nextcloud\/id1125420102?mt=8",
"customclient_ios_appid": "1125420102",
"customclient_fdroid": "https:\/\/f-droid.org\/packages\/com.nextcloud.client\/",
"activity_expire_days": 365,
"activity_use_cached_mountpoints": false,
"defaultapp": "files,dashboard",
"appstoreenabled": true,
"appstoreurl": "https:\/\/apps.nextcloud.com\/api\/v1",
"appsallowlist": [],
"apps_paths": [
{
"path": "\/var\/www\/nextcloud\/apps",
"url": "\/apps",
"writable": true
}
],
"enable_previews": true,
"preview_concurrency_all": 4,
"preview_concurrency_new": 2,
"preview_max_x": 4096,
"preview_max_y": 4096,
"preview_max_filesize_image": 50,
"preview_max_memory": 256,
"preview_libreoffice_path": "\/usr\/bin\/libreoffice",
"preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ",
"preview_ffmpeg_path": "\/usr\/bin\/ffmpeg",
"preview_ffprobe_path": "\/usr\/bin\/ffprobe",
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\Krita",
"OC\\Preview\\WebP",
"OC\\Preview\\MarkDown",
"OC\\Preview\\TXT",
"OC\\Preview\\OpenDocument"
],
"metadata_max_filesize": 256,
"max_file_conversion_filesize": 100,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
"ldapUserCleanupInterval": 51,
"comments.managerFactory": "\\OC\\Comments\\ManagerFactory",
"systemtags.managerFactory": "\\OC\\SystemTag\\ManagerFactory",
"maintenance": false,
"maintenance_window_start": 3,
"ldap_log_file": "",
"openssl": [],
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Memcached",
"memcache_customprefix": "",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"memcached_servers": [
[
"localhost",
11211
]
],
"memcached_options": {
"14": 50,
"15": 50,
"19": 50,
"20": 50,
"8": 50,
"-1001": true,
"16": true,
"18": true
},
"cache_path": "",
"cache_chunk_gc_ttl": 86400,
"cache_app_config": true,
"sharing.managerFactory": "\\OC\\Share20\\ProviderFactory",
"sharing.enable_mail_link_password_expiration": false,
"sharing.mail_link_password_expiration_interval": 3600,
"sharing.maxAutocompleteResults": 25,
"sharing.minSearchStringLength": 0,
"sharing.enable_share_accept": false,
"sharing.force_share_accept": false,
"sharing.allow_custom_share_folder": true,
"share_folder": "\/",
"sharing.enable_share_mail": true,
"sharing.allow_disabled_password_enforcement_groups": false,
"transferIncomingShares": false,
"sharing.federation.allowSelfSignedCertificates": false,
"hashing_default_password": false,
"hashingThreads": 1,
"hashingMemoryCost": 65536,
"hashingTimeCost": 4,
"hashingCost": 10,
"dbdriveroptions": {
"1009": "\/file\/path\/to\/ca_cert.pem",
"1007": "\/file\/path\/to\/mysql-client-key.pem",
"1008": "\/file\/path\/to\/mysql-client-cert.pem",
"1014": false,
"1002": "SET wait_timeout = 28800"
},
"sqlite.journal_mode": "DELETE",
"mysql.utf8mb4": false,
"supportedDatabases": [
"sqlite",
"mysql",
"pgsql",
"oci"
],
"tempdirectory": "\/var\/lib\/iemcloud\/tmp",
"updatedirectory": "\/var\/www\/nextcloud-updates",
"forbidden_filename_basenames": [],
"forbidden_filename_characters": [],
"forbidden_filename_extensions": [
".part",
".filepart"
],
"theme": "",
"enforce_theme": "",
"theming.standalone_window.enabled": true,
"cipher": "AES-256-CTR",
"encryption.use_legacy_base64_encoding": false,
"minimum.supported.desktop.version": "3.1.50",
"maximum.supported.desktop.version": "99.99.99",
"localstorage.allowsymlinks": false,
"localstorage.umask": 18,
"localstorage.unlink_on_truncate": false,
"quota_include_external_storage": false,
"external_storage.auth_availability_delay": 1800,
"files_external_allow_create_new_local": true,
"filesystem_check_changes": 0,
"part_file_in_storage": true,
"\/\/mount_file": "\/var\/www\/nextcloud\/data\/mount.json",
"filesystem_cache_readonly": false,
"forwarded_for_headers": [
"HTTP_X_FORWARDED",
"HTTP_FORWARDED_FOR"
],
"max_filesize_animated_gifs_public_sharing": 10,
"filelocking.ttl": 3600,
"memcache.locking": "\\OC\\Memcache\\Redis",
"filelocking.debug": false,
"upgrade.disable-web": false,
"upgrade.cli-upgrade-link": "",
"user_ini_additional_lines": "",
"documentation_url.server_logs": "",
"debug": false,
"data-fingerprint": "",
"lookup_server": "https:\/\/lookup.nextcloud.com",
"gs.enabled": false,
"gs.federation": "internal",
"simpleSignUpLink.shown": false,
"login_form_autocomplete": true,
"login_form_timeout": 300,
"no_unsupported_browser_warning": false,
"files_no_background_scan": false,
"query_log_file": "",
"query_log_file_requestid": "",
"query_log_file_parameters": "",
"query_log_file_backtrace": "",
"redis_log_file": "",
"diagnostics.logging": true,
"diagnostics.logging.threshold": 0,
"profile.enabled": true,
"account_manager.default_property_scope": [],
"bulkupload.enabled": true,
"reference_opengraph": true,
"unified_search.enabled": false,
"enable_non-accessible_features": true,
"binary_search_paths": [
"\/usr\/local\/sbin",
"\/usr\/local\/bin",
"\/usr\/sbin",
"\/usr\/bin",
"\/sbin",
"\/bin",
"\/opt\/bin"
],
"files.chunked_upload.max_size": 104857600,
"files.chunked_upload.max_parallel_count": 5,
"files.trash.delete": true,
"enable_lazy_objects": true,
"default_certificates_bundle_path": "\/var\/www\/nextcloud\/resources\/config\/ca-bundle.crt",
"openmetrics_skipped_classes": [
"OC\\OpenMetrics\\Exporters\\FilesByType",
"OCA\\Files_Sharing\\OpenMetrics\\SharesCount"
],
"openmetrics_allowed_clients": [
"192.168.0.0\/16",
"fe80::\/10",
"10.0.0.1"
],
"filelocking.enabled": "true",
"appstore.experimental.enabled": false,
"forcessl": true,
"singleuser": false,
"name": "iemCloud",
"title": "iemCloud"
}
}
luckily this fails before modifying any (database) data. so rolling back the contents of my /var/www/nextcloud/ directory restores my working 34.0.4.1 instance...
Bug description
i'm trying to update my nextcloud 34.0.4 instance to 35.0.0 from the cmdline.
after downloading and extracting the new version, it asks me whether
occ upgradeshould be executed and then fails with an unhandled exceptionSteps to reproduce
ncdir=/var/www/nextcloudsudo -u www-data php --define apc.enable_cli=1 "${ncdir}/occ" maintenance:repair(just in case)sudo -u www-data php --define apc.enable_cli=1 "${ncdir}/updater/updater.phar"Expected behavior
the updater succeeds (or I get an error message that helps me find the root cause)
Nextcloud Server version
34
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "serverid": 42, "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "cloud.iem.at", "cloud.iemnet" ], "cookie_domain": "", "datadirectory": "***REMOVED SENSITIVE VALUE***", "version": "34.0.4.1", "dbtype": "pgsql", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbname": "***REMOVED SENSITIVE VALUE***", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbpersistent": "", "dbreplica": "***REMOVED SENSITIVE VALUE***", "db.log_request_id": false, "installed": true, "default_language": "de", "force_language": false, "default_locale": "de", "reduce_to_languages": [], "default_phone_region": "AT", "force_locale": false, "default_timezone": "Europe\/Berlin", "knowledgebaseenabled": true, "knowledgebase.embedded": false, "allow_user_to_change_display_name": false, "remember_login_cookie_lifetime": 1296000, "session_lifetime": 86400, "davstorage.request_timeout": 30, "carddav_sync_request_timeout": 30, "carddav_sync_request_truncation": 2500, "session_relaxed_expiry": false, "session_keepalive": true, "auto_logout": false, "token_auth_enforced": false, "token_auth_activity_update": 60, "auth.bruteforce.protection.enabled": true, "auth.bruteforce.protection.force.database": false, "auth.bruteforce.protection.testing": false, "auth.bruteforce.max-attempts": 10, "ratelimit.protection.enabled": true, "ratelimit_overwrite": { "profile.profilepage.index": { "user": { "limit": 300, "period": 3600 }, "anon": { "limit": 1, "period": 300 } } }, "security.ipv6_normalized_subnet_size": 56, "auth.webauthn.enabled": true, "auth.storeCryptedPassword": true, "hide_login_form": false, "lost_password_link": "https:\/\/users.iem.at\/login", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpdebug": false, "mail_smtpmode": "smtp", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "587", "mail_smtptimeout": 10, "mail_smtpsecure": "", "mail_smtpauth": true, "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_template_class": "\\OC\\Mail\\EMailTemplate", "mail_send_plaintext_only": false, "mail_smtpstreamoptions": [], "mail_sendmailmode": "smtp", "overwritehost": "", "overwriteprotocol": "", "overwritewebroot": "", "overwritecondaddr": "", "overwrite.cli.url": "https:\/\/cloud.iem.at", "htaccess.RewriteBase": "\/", "htaccess.IgnoreFrontController": false, "proxy": "", "proxyuserpwd": "***REMOVED SENSITIVE VALUE***", "proxyexclude": [], "allow_local_remote_servers": true, "trashbin_retention_obligation": "auto", "versions_retention_obligation": "auto", "appcodechecker": true, "updatechecker": false, "updater.server.url": "***REMOVED SENSITIVE VALUE***", "updater.release.channel": "stable", "has_internet_connection": true, "connectivity_check_domains": [ "https:\/\/www.nextcloud.com", "https:\/\/www.startpage.com", "https:\/\/www.eff.org", "https:\/\/www.edri.org" ], "check_for_working_wellknown_setup": true, "check_for_working_htaccess": true, "check_data_directory_permissions": true, "config_is_read_only": false, "log_type": "file", "log_type_audit": "file", "logfile": "\/var\/log\/owncloud\/owncloud.log", "logfile_audit": "\/var\/log\/owncloud\/audit.log", "logfilemode": 416, "loglevel": 2, "loglevel_frontend": 2, "loglevel_dirty_database_queries": 0, "syslog_tag": "Nextcloud", "syslog_tag_audit": "Nextcloud", "log.condition": [], "log.backtrace": false, "logdateformat": "F d, Y H:i:s", "logtimezone": "Europe\/Berlin", "log_query": false, "log_rotate_size": 10485760, "profiler": false, "profiling.request": false, "profiling.request.rate": 0.001, "profiling.secret": "", "profiling.sample": false, "profiling.sample.rate": 1, "profiling.sample.rotation": 60, "profiling.path": "\/tmp", "customclient_desktop": "https:\/\/nextcloud.com\/install\/#install-clients", "customclient_android": "https:\/\/play.google.com\/store\/apps\/details?id=com.nextcloud.client", "customclient_ios": "https:\/\/itunes.apple.com\/us\/app\/nextcloud\/id1125420102?mt=8", "customclient_ios_appid": "1125420102", "customclient_fdroid": "https:\/\/f-droid.org\/packages\/com.nextcloud.client\/", "activity_expire_days": 365, "activity_use_cached_mountpoints": false, "defaultapp": "files,dashboard", "appstoreenabled": true, "appstoreurl": "https:\/\/apps.nextcloud.com\/api\/v1", "appsallowlist": [], "apps_paths": [ { "path": "\/var\/www\/nextcloud\/apps", "url": "\/apps", "writable": true } ], "enable_previews": true, "preview_concurrency_all": 4, "preview_concurrency_new": 2, "preview_max_x": 4096, "preview_max_y": 4096, "preview_max_filesize_image": 50, "preview_max_memory": 256, "preview_libreoffice_path": "\/usr\/bin\/libreoffice", "preview_office_cl_parameters": " --headless --nologo --nofirststartwizard --invisible --norestore -convert-to pdf -outdir ", "preview_ffmpeg_path": "\/usr\/bin\/ffmpeg", "preview_ffprobe_path": "\/usr\/bin\/ffprobe", "enabledPreviewProviders": [ "OC\\Preview\\PNG", "OC\\Preview\\JPEG", "OC\\Preview\\GIF", "OC\\Preview\\BMP", "OC\\Preview\\XBitmap", "OC\\Preview\\Krita", "OC\\Preview\\WebP", "OC\\Preview\\MarkDown", "OC\\Preview\\TXT", "OC\\Preview\\OpenDocument" ], "metadata_max_filesize": 256, "max_file_conversion_filesize": 100, "ldapIgnoreNamingRules": false, "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory", "ldapUserCleanupInterval": 51, "comments.managerFactory": "\\OC\\Comments\\ManagerFactory", "systemtags.managerFactory": "\\OC\\SystemTag\\ManagerFactory", "maintenance": false, "maintenance_window_start": 3, "ldap_log_file": "", "openssl": [], "memcache.local": "\\OC\\Memcache\\Redis", "memcache.distributed": "\\OC\\Memcache\\Memcached", "memcache_customprefix": "", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": 0, "timeout": 0 }, "memcached_servers": [ [ "localhost", 11211 ] ], "memcached_options": { "14": 50, "15": 50, "19": 50, "20": 50, "8": 50, "-1001": true, "16": true, "18": true }, "cache_path": "", "cache_chunk_gc_ttl": 86400, "cache_app_config": true, "sharing.managerFactory": "\\OC\\Share20\\ProviderFactory", "sharing.enable_mail_link_password_expiration": false, "sharing.mail_link_password_expiration_interval": 3600, "sharing.maxAutocompleteResults": 25, "sharing.minSearchStringLength": 0, "sharing.enable_share_accept": false, "sharing.force_share_accept": false, "sharing.allow_custom_share_folder": true, "share_folder": "\/", "sharing.enable_share_mail": true, "sharing.allow_disabled_password_enforcement_groups": false, "transferIncomingShares": false, "sharing.federation.allowSelfSignedCertificates": false, "hashing_default_password": false, "hashingThreads": 1, "hashingMemoryCost": 65536, "hashingTimeCost": 4, "hashingCost": 10, "dbdriveroptions": { "1009": "\/file\/path\/to\/ca_cert.pem", "1007": "\/file\/path\/to\/mysql-client-key.pem", "1008": "\/file\/path\/to\/mysql-client-cert.pem", "1014": false, "1002": "SET wait_timeout = 28800" }, "sqlite.journal_mode": "DELETE", "mysql.utf8mb4": false, "supportedDatabases": [ "sqlite", "mysql", "pgsql", "oci" ], "tempdirectory": "\/var\/lib\/iemcloud\/tmp", "updatedirectory": "\/var\/www\/nextcloud-updates", "forbidden_filename_basenames": [], "forbidden_filename_characters": [], "forbidden_filename_extensions": [ ".part", ".filepart" ], "theme": "", "enforce_theme": "", "theming.standalone_window.enabled": true, "cipher": "AES-256-CTR", "encryption.use_legacy_base64_encoding": false, "minimum.supported.desktop.version": "3.1.50", "maximum.supported.desktop.version": "99.99.99", "localstorage.allowsymlinks": false, "localstorage.umask": 18, "localstorage.unlink_on_truncate": false, "quota_include_external_storage": false, "external_storage.auth_availability_delay": 1800, "files_external_allow_create_new_local": true, "filesystem_check_changes": 0, "part_file_in_storage": true, "\/\/mount_file": "\/var\/www\/nextcloud\/data\/mount.json", "filesystem_cache_readonly": false, "forwarded_for_headers": [ "HTTP_X_FORWARDED", "HTTP_FORWARDED_FOR" ], "max_filesize_animated_gifs_public_sharing": 10, "filelocking.ttl": 3600, "memcache.locking": "\\OC\\Memcache\\Redis", "filelocking.debug": false, "upgrade.disable-web": false, "upgrade.cli-upgrade-link": "", "user_ini_additional_lines": "", "documentation_url.server_logs": "", "debug": false, "data-fingerprint": "", "lookup_server": "https:\/\/lookup.nextcloud.com", "gs.enabled": false, "gs.federation": "internal", "simpleSignUpLink.shown": false, "login_form_autocomplete": true, "login_form_timeout": 300, "no_unsupported_browser_warning": false, "files_no_background_scan": false, "query_log_file": "", "query_log_file_requestid": "", "query_log_file_parameters": "", "query_log_file_backtrace": "", "redis_log_file": "", "diagnostics.logging": true, "diagnostics.logging.threshold": 0, "profile.enabled": true, "account_manager.default_property_scope": [], "bulkupload.enabled": true, "reference_opengraph": true, "unified_search.enabled": false, "enable_non-accessible_features": true, "binary_search_paths": [ "\/usr\/local\/sbin", "\/usr\/local\/bin", "\/usr\/sbin", "\/usr\/bin", "\/sbin", "\/bin", "\/opt\/bin" ], "files.chunked_upload.max_size": 104857600, "files.chunked_upload.max_parallel_count": 5, "files.trash.delete": true, "enable_lazy_objects": true, "default_certificates_bundle_path": "\/var\/www\/nextcloud\/resources\/config\/ca-bundle.crt", "openmetrics_skipped_classes": [ "OC\\OpenMetrics\\Exporters\\FilesByType", "OCA\\Files_Sharing\\OpenMetrics\\SharesCount" ], "openmetrics_allowed_clients": [ "192.168.0.0\/16", "fe80::\/10", "10.0.0.1" ], "filelocking.enabled": "true", "appstore.experimental.enabled": false, "forcessl": true, "singleuser": false, "name": "iemCloud", "title": "iemCloud" } }List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
luckily this fails before modifying any (database) data. so rolling back the contents of my
/var/www/nextcloud/directory restores my working 34.0.4.1 instance...