Manual according to : Upgrade manually — Nextcloud latest Administration Manual latest documentation
Only difference: I did NOT stop the crontab job.
START of UPDATE LOG:
www-data@hjbatst:~/html/oc$ php ./occ upgrade
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Setting log level to debug
Turned on maintenance mode
Updating database schema
Updated database
Disabled incompatible app: assistant
Disabled incompatible app: contacts
Disabled incompatible app: epubviewer
Disabled incompatible app: external
Disabled incompatible app: files_zip
Disabled incompatible app: gpoddersync
Disabled incompatible app: gpxpod
Disabled incompatible app: integration_openai
Disabled incompatible app: integration_openstreetmap
Disabled incompatible app: intros
Disabled incompatible app: maps
Disabled incompatible app: metadata
Disabled incompatible app: notes
Disabled incompatible app: notify_push
Disabled incompatible app: phonetrack
Disabled incompatible app: richdocumentscode_arm64
Disabled incompatible app: root_cache_cleaner
Disabled incompatible app: side_menu
Disabled incompatible app: spreed
Disabled incompatible app: stt_helper
Disabled incompatible app: tables
Disabled incompatible app: thesearchpage
Disabled incompatible app: welcome
Starting code integrity check…
Finished code integrity check
Update successful
Turned off maintenance mode
Resetting log level
END OF UPDATE LOG
RESULT OF occ config:list system
{
“system”: {
“instanceid”: “REMOVED SENSITIVE VALUE”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“hjbatst.spdns.de”,
“192.168.178.29”
],
“trusted_proxies”: “REMOVED SENSITIVE VALUE”,
“datadirectory”: “REMOVED SENSITIVE VALUE”,
“overwrite.cli.url”: “https://hjbatst.spdns.de/oc/”,
“overwriteprotocol”: “https”,
“default_phone_region”: “DE”,
“dbtype”: “mysql”,
“version”: “29.0.9.2”,
“dbname”: “REMOVED SENSITIVE VALUE”,
“dbhost”: “REMOVED SENSITIVE VALUE”,
“dbtableprefix”: “oc_”,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“profiler”: false,
“skeletondirectory”: “/var/www/html/oc/nextcloud/core/skeleton”,
“logtimezone”: “Europe/Berlin”,
“logfile”: “/opt/oc_data/nextcloud.log”,
“log_rotate_size”: 104857600,
“logdateformat”: “F d, Y H:i:s”,
“log_type”: “file”,
“logfilemode”: 416,
“installed”: true,
“default_language”: “de”,
“default_locale”: “de_DE”,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_smtpmode”: “smtp”,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“mail_smtphost”: “REMOVED SENSITIVE VALUE”,
“mail_smtpauthtype”: “LOGIN”,
“opcache.enable”: 1,
“opcache.interned_strings_buffer”: 20,
“opcache.max_accelerated_files”: 10000,
“opcache.memory_consumption”: 128,
“opcache.save_comments”: 1,
“opcache.revalidate_freq”: 1,
“htaccess.RewriteBase”: “/oc”,
“appstore.experimental.enabled”: true,
“updater.release.channel”: “stable”,
“filelocking.enabled”: true,
“memcache.distributed”: “\OC\Memcache\Redis”,
“memcache.locking”: “\OC\Memcache\Redis”,
“redis”: {
“host”: “REMOVED SENSITIVE VALUE”,
“port”: 6379,
“timeout”: 0.5
},
“auth.bruteforce.protection.enabled”: true,
“loglevel”: 0,
“theme”: “”,
“maintenance”: false,
“maintenance_window_start”: 5,
“app_install_overwrite”: [
“galleryplus”,
“calendar”,
“files_automatedtagging”,
“files_accesscontrol”,
“nextnote”,
“dashboard”,
“ojsxc”,
“drawio”,
“ocr”,
“whiteboard”,
“twofactor_email”,
“files_mindmap”,
“music”,
“quicknotes”,
“files_retention”,
“sharelisting”,
“unsplash”,
“health”,
“bplog”,
“deck”,
“appointments”,
“apporder”,
“dicomviewer”,
“files_fulltextsearch_tesseract”,
“radio”,
“polls”,
“flow_notifications”,
“recognize”,
“forms”,
“tasks”,
“workflow_script”,
“workflow_ocr”,
“fulltextsearch”,
“ownpad”,
“co2clock”,
“podcast”,
“integration_libretranslate”,
“files_readmemd”,
“dropit”
],
“data-fingerprint”: “03deaa10aa26ce52c7eb213da5094144”,
“has_rebuilt_cache”: true,
“mail_sendmailmode”: “smtp”,
“allow_local_remote_servers”: true,
“mysql.utf8mb4”: true,
“mail_smtpauth”: 1,
“mail_smtpname”: “REMOVED SENSITIVE VALUE”,
“mail_smtpport”: “587”,
“mail_smtppassword”: “REMOVED SENSITIVE VALUE”,
“memories.exiftool”: “/var/www/html/oc/apps/memories/exiftool-bin/exiftool-aarch64-glibc”,
“memories.vod.path”: “/var/www/html/oc/apps/memories/exiftool-bin/go-vod-aarch64”,
“memories.vod.ffmpeg”: “/usr/bin/ffmpeg”,
“memories.vod.ffprobe”: “/usr/bin/ffprobe”,
“activity_expire_days”: 90
}
}