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):
- 31.0.1(upgrading to 32.0.8)
- Operating system and version (e.g., Ubuntu 24.04):
Ubuntu 24.04 LTS, all updates applied
- Web server and version (e.g, Apache 2.4.25):
Apache2.4.58
- Reverse proxy and version _(e.g. nginx 1.27.2)
None (using CloudFlare for Internet access but problem happens using command line on server)
- PHP version (e.g, 8.3):
8.3.6
- Is this the first time you’ve seen this error? (Yes / No):
No, facing the same for each upgrade
- When did this problem seem to first start?
every time I try to upgrade
- Installation method *(e.g. AlO, NCP, Bare Metal/Archive, etc.)*manual installation
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
CloudFlare tunnel
Summary of the issue you are facing:
Using both web updater or command line updater, process freeze or fail on step 4, downloading upgrade zip file.
I try to download the file manualy using wget (also from server) and I was able to obtain file (takes some hours).
Would it be possible to have an upgrade option that allow to manually download the zuip file in a location that can be identified by upgrade process? Upgreader would then use the file without trying download.
Steps to replicate it (hint: details matter!):
-
run sudo -E -u www-data php /var/www/nextcloud/updater/updater.phar
-
Choose yes to perform upgrade
-
Step 1 to 3 proceed
-
Step 4 either freeze forever (require to kill process after many many hours) or exit with:
”[✘] Downloading failed
Curl error:Update failed. To resume or retry just execute the updater again.”
Log entries
Nextcloud
updater.log located in your data directory:
2026-04-10T03:34:09+0000 fj5OTnOJXg [info] will try to download archive from: https://github.com/nextcloud-releases/server/releases/download/v32.0.8/nextcloud-32.0.8.zip, https://download.nextcloud.
com/server/releases/nextcloud-32.0.8.zip
2026-04-10T03:34:09+0000 fj5OTnOJXg [info] storage location already exists
2026-04-10T03:34:09+0000 fj5OTnOJXg [info] previous download found; resuming from 20.7MiB
2026-04-10T03:35:39+0000 fj5OTnOJXg [error] executeStep request failed with other exception
2026-04-10T03:35:39+0000 fj5OTnOJXg [error] Exception: Exception
Message: Curl error:
Code:0
Trace:
#0 phar:///var/www/nextcloud/updater/updater.phar/lib/Updater.php(545): NC\Updater\Updater->downloadArchive()
#1 phar:///var/www/nextcloud/updater/updater.phar/lib/UpdateCommand.php(373): NC\Updater\Updater->downloadUpdate()
#2 phar:///var/www/nextcloud/updater/updater.phar/lib/UpdateCommand.php(232): NC\Updater\UpdateCommand->executeStep()
#3 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Command/Command.php(298): NC\Updater\UpdateCommand->execute()
#4 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()
#5 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#6 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#7 phar:///var/www/nextcloud/updater/updater.phar/updater.php(17): Symfony\Component\Console\Application->run()
#8 /var/www/nextcloud/updater/updater.phar(14): require('...')
#9 {main}
File:phar:///var/www/nextcloud/updater/updater.phar/lib/Updater.php
Line:641
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.
NA (using command line on server)
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
NA (using command line on server)
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": [
"nextcloud.osmart-sh.com",
"team",
"localhost"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "31.0.14.1",
"overwrite.cli.url": "https:\/\/nextcloud.osmart-sh.com",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"htaccess.RewriteBase": "\/",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"maintenance_window_start": 1,
"maintenance": false,
"default_phone_region": "CN",
"allow_local_remote_servers": true,
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"theme": "",
"loglevel": 2
}
}
Apps
The output of occ app:list (if possible).
Tips for increasing the likelihood of a response
- Use the
preformatted textformatting option in the editor for all log entries and configuration output. - If screenshots are useful, feel free to include them.
- If possible, also include key error output in text form so it can be searched for.
- Try to edit log output only minimally (if at all) so that it can be ran through analyzers / formatters by those trying to help you.