Support intro
Sorry to hear you’re facing problems.
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).
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can.
The Basics
- Nextcloud Server version (e.g., 29.x.x):
27.1.4.1
- Operating system and version (e.g., Ubuntu 24.04):
7.9.2009
- Web server and version (e.g, Apache 2.4.25):
Apache/2.4.6
- Reverse proxy and version _(e.g. nginx 1.27.2)
none
- PHP version (e.g, 8.3):
8.2.13
- Is this the first time you’ve seen this error? (Yes / No):
yes
- When did this problem seem to first start?
after upgrade
- Installation method (e.g. AIO, NCP, Bare Metal/Archive, etc.)
replace me
- Are you using Cloudflare, mod_security, or similar? (Yes / No)
no
Summary of the issue you are facing:
Hello Longer time ago I wanted to do the upgrade from 27.1.4.1 to 27.11 and to go higher to catch up with the latest version. I know I’m running the old one but suddenly the upgrade is not working properly.
If I update over the web updater I end up with 27.11 accroding to the occ status but in the admin page I still have the 27.1.4.
I tried to upgrade then manually to 28 but there were tons of issues I had to solve afterwards and was not even working properly like polyfill- iconv
, opis/closure and some others. I decided to go back to orinigal 27.1.4.1
I had the original nextcloud stored as well as I had the db dump before the upgrade. I let it running as I had no time to fix it, but now finally I have time and want to ask you please for help how to proceed properly to be able to go to the latest 30. I think the issue somehow is in the 27 version for me.
Steps to replicate it (hint: details matter!):
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.
PASTE HERE
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***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.0.4",
"nxcloud.test.local"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "27.1.4.1",
"overwrite.cli.url": "http:\/\/192.168.0.4\/nextcloud",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "tls",
"maintenance": false,
"theme": "",
"log_type": "file",
"logfile": "\/var\/log\/nextcloud.log",
"loglevel": 0,
"logtimezone": "Europe\/Bratislava",
"updater.release.channel": "stable",
"enable_previews": true,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\HEIC",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Krita",
"OC\\Preview\\PDF",
"OC\\Preview\\Movie",
"OC\\Preview\\MP4",
"OC\\Preview\\MKV",
"OC\\Preview\\AVI",
"OC\\Preview\\Image",
"OC\\Preview\\TIFF"
],
"memories.exiftool_no_local": true,
"memories.vod.path": "\/var\/www\/html\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"preview_max_x": 8192,
"preview_max_y": 8192,
"preview_max_memory": 4096,
"preview_max_filesize_image": 300,
"memories.db.triggers.fcu": true,
"memories.vod.ffmpeg": "\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/bin\/ffprobe"
}
}
Apps
The output of occ app:list
(if possible).
Enabled:
- activity: 2.19.0
- admin_audit: 1.17.0
- circles: 27.0.1
- cloud_federation_api: 1.10.0
- comments: 1.17.0
- contactsinteraction: 1.8.0
- dashboard: 7.7.0
- dav: 1.27.0
- facerecognition: 0.9.40
- federatedfilesharing: 1.17.0
- federation: 1.17.0
- files: 1.22.0
- files_automatedtagging: 1.17.0
- files_pdfviewer: 2.8.0
- files_reminders: 1.0.0
- files_rightclick: 1.6.0
- files_sharing: 1.19.0
- files_trashbin: 1.17.0
- files_versions: 1.20.0
- firstrunwizard: 2.16.0
- logreader: 2.12.0
- lookup_server_connector: 1.15.0
- maps: 1.2.0
- memories: 7.4.1
- metadata: 0.21.0
- nextcloud_announcements: 1.16.0
- notifications: 2.15.0
- oauth2: 1.15.1
- password_policy: 1.17.0
- phonetrack: 0.8.1
- photos: 2.3.0
- previewgenerator: 5.5.0
- privacy: 1.11.0
- provisioning_api: 1.17.0
- recognize: 5.0.3
- recommendations: 1.6.0
- related_resources: 1.2.0
- serverinfo: 1.17.0
- settings: 1.9.0
- sharebymail: 1.17.0
- spreed: 17.1.10
- support: 1.10.0
- survey_client: 1.15.0
- systemtags: 1.17.0
- text: 3.8.0
- theming: 2.2.0
- twofactor_backupcodes: 1.16.0
- updatenotification: 1.17.0
- user_status: 1.7.0
- viewer: 2.1.0
- weather_status: 1.7.0
- workflowengine: 2.9.0
Disabled: - bruteforcesettings: 2.7.0 (installed 2.4.0)
- encryption: 2.15.0 (installed 2.5.0)
- files_external: 1.19.0
- suspicious_login: 5.0.0
- twofactor_totp: 9.0.0
- user_ldap: 1.17.0
Thank you very much for any help