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):
- 32.0.5.0
-
Operating system and version (e.g., Ubuntu 24.04):
- Linux (Debian-based host)
-
Web server and version (e.g, Apache 2.4.25):
- nginx (reverse proxy)
-
Reverse proxy and version _(e.g. nginx 1.27.2)
- nginx/1.26.3
-
PHP version (e.g, 8.3):
- PHP 8.3 (php:8.3-fpm)
-
Is this the first time you’ve seen this error? (Yes / No):
- Yes
-
When did this problem seem to first start?
- During upgrade to Nextcloud 32.0.5.0 using the Web Updater and commandline
-
Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
- Custom Docker installation (manual compose + php-fpm container)
-
Are you using CloudfIare, mod_security, or similar? (Yes / No)
- No
Summary of the issue you are facing:
The Nextcloud Web Updater fails during the backup creation step with:
Create backup failed
Could not copy "/cloud/apps/weather_status/img/met.no.icons/cloudy.svg"
to "/mnt/cloud-data/updater-ocXXXX/backups/nextcloud-32.0.5.0-XXXXXXXX//apps/weather_status/img/met.no.icons"
The destination path is a directory, not a file path.
This causes PHP copy() to fail.
This issue is not specific to the weather_status app.
It is simply the first app where the failure occurs.
If that app is removed or disabled, the updater fails later on other apps with similar directory structures.
Steps to replicate it (hint: details matter!):
- Run Nextcloud 32.0.5.0
- Use a Docker installation with:
-
/cloudmounted for application files -
/mnt/cloud-datamounted as data directory
-
- Ensure multiple apps are installed (default apps are sufficient)
- Run upgrade via Web Updater
- Backup step fails during copy of an app asset file
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.
Create backup failed
Could not copy "/cloud/apps/weather_status/img/met.no.icons/cloudy.svg"
to "/mnt/cloud-data/updater-ocXXXX/backups/nextcloud-32.0.5.0-XXXXXXXX//apps/weather_status/img/met.no.icons"
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.
No client-side error. Failure occurs server-side.
Web server / Reverse Proxy
The output of your Apache/nginx/system log in /var/log/____:
No relevant nginx errors.
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!):
Key points:
-
datadirectory =
/mnt/cloud-data -
Nextcloud root =
/cloud -
PHP-FPM running as
www-data(UID/GID 33) -
Permissions verified OK (read/write on both directories)
{
"system": {
"debug": false,
"auth.webauthn.enabled": false,
"bulkupload.enabled": true,
"auth.bruteforce.protection.enabled": true,
"maintenance_window_start": "0:00",
"default_language": "en",
"chunkSize": "5120MB",
"trashbin_retention_obligation": "30, 90",
"allow_local_remote_servers": true,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\MP4",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\PDF",
"OC\\Preview\\Image",
"OC\\Preview\\Epub",
"OC\\Preview\\Movie",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Photoshop",
"OC\\Preview\\Postscript",
"OC\\Preview\\StarOffice",
"OC\\Preview\\SVG",
"OC\\Preview\\TIFF",
"OC\\Preview\\Font",
"OC\\Preview\\Illustrator",
"OC\\Preview\\Font",
"OC\\Preview\\HEIC",
"OC\\Preview\\MSOffice2003",
"OC\\Preview\\MSOffice2007",
"OC\\Preview\\MSOfficeDoc",
"OC\\Preview\\Image"
],
"enable_previews": true,
"preview_max_x": 2048,
"preview_max_y": 2048,
"preview_max_scale_factor": 2,
"jpeg_quality": 60,
"customclient_desktop": "",
"customclient_android": "",
"customclient_ios": "",
"customclient_ios_appid": "",
"simpleSignUpLink.shown": false,
"default_phone_region": "FR",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [
"admin",
"Normal"
],
"twofactor_enforced_excluded_groups": [],
"allow_user_to_change_display_name": true,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_smtpauth": 1,
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"loglevel": 0,
"session_lifetime": 86400,
"remember_login_cookie_lifetime": 1296000,
"filelocking.enabled": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"mail_smtpsecure": "ssl",
"filesystem_check_changes": 1,
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"app_install_overwrite": {
"0": "dicomviewer",
"1": "dashboardcharts",
"2": "secsignid",
"3": "files_downloadactivity",
"5": "video_converter",
"7": "extract",
"9": "whiteboard",
"10": "maps"
},
"memories.exiftool_no_local": true,
"memories.vod.path": "\/cloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"memories.exiftool.tmp": "",
"allow_symlinks": true,
"data-fingerprint": "b8fadf45eda1f310d2f85877e56d9663",
"updater.release.channel": "stable",
"preview_max_memory": 16000,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "32.0.5.0",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "3306",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memories.db.triggers.fcu": true,
"defaultapp": "files",
"forbidden_filename_basenames": [
"con",
"prn",
"aux",
"nul",
"com0",
"com1",
"com2",
"com3",
"com4",
"com5",
"com6",
"com7",
"com8",
"com9",
"com\u00b9",
"com\u00b2",
"com\u00b3",
"lpt0",
"lpt1",
"lpt2",
"lpt3",
"lpt4",
"lpt5",
"lpt6",
"lpt7",
"lpt8",
"lpt9",
"lpt\u00b9",
"lpt\u00b2",
"lpt\u00b3"
],
"forbidden_filename_characters": [
"<",
">",
":",
"\"",
"|",
"?",
"*",
"\\",
"\/"
],
"forbidden_filename_extensions": [
" ",
".",
".filepart",
".part"
],
"memories.index.mode": "3",
"memories.index.path": "\/Photos",
"memories.exiftool": "\/cloud\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
"config_preset": 0,
"updater.secret": "***REMOVED SENSITIVE VALUE***"
}
}
Apps
The failure occurs when copying files from directories such as:
/cloud/apps/*/img/*/
Example:
/cloud/apps/weather_status/img/met.no.icons/
But the same issue appears with other apps once the first failing app is removed or disabled.
Enabled:
- activity: 5.0.0
- admin_audit: 1.22.0
- approve_links: 1.3.0
- bruteforcesettings: 5.0.0
- calendar: 6.2.0
- circles: 32.0.0
- cloud_federation_api: 1.16.0
- contacts: 8.3.2
- dav: 1.34.2
- deck: 1.16.3
- end_to_end_encryption: 1.18.1
- federatedfilesharing: 1.22.0
- files: 2.4.0
- files_accesscontrol: 3.0.2
- files_automatedtagging: 3.0.3
- files_external: 1.24.1
- files_pdfviewer: 5.0.0
- files_retention: 3.0.0
- files_sharing: 1.24.1
- files_trashbin: 1.22.0
- files_versions: 1.25.0
- groupfolders: 20.1.10
- impersonate: 3.0.1
- logcleaner: 1.3.1
- logreader: 5.0.0
- lookup_server_connector: 1.20.0
- memories: 7.8.2
- notes: 4.13.0
- notifications: 5.0.0
- notify_push: 1.3.0
- oauth2: 1.20.0
- password_policy: 4.0.0
- photos: 5.0.0
- previewgenerator: 5.12.1
- privacy: 4.0.0
- profile: 1.1.0
- provisioning_api: 1.22.0
- richdocuments: 9.0.2
- secrets: 2.1.6
- serverinfo: 4.0.0
- settings: 1.15.1
- spreed: 22.0.9
- suspicious_login: 10.0.0
- systemtags: 1.22.0
- tasks: 0.17.1
- text: 6.0.1
- theming: 2.7.0
- twofactor_backupcodes: 1.21.0
- twofactor_nextcloud_notification: 6.0.0
- twofactor_totp: 14.0.0
- updatenotification: 1.22.0
- user_oidc: 8.3.0
- viewer: 5.0.0
- weather_status: 1.12.0
- whiteboard: 1.5.6
- workflowengine: 2.14.0
Disabled:
- app_api: 32.0.0 (installed 4.0.3)
- comments: 1.22.0 (installed 1.18.0)
- contactsinteraction: 1.13.1 (installed 1.12.0)
- dashboard: 7.12.0 (installed 7.10.0)
- encryption: 2.20.0
- extract: 1.3.6 (installed 1.3.6)
- federation: 1.22.0 (installed 1.22.0)
- files_downloadlimit: 5.0.0-dev.0 (installed 3.0.0)
- files_reminders: 1.5.0 (installed 1.1.0)
- firstrunwizard: 5.0.0 (installed 2.17.0)
- maps: 1.6.0 (installed 1.6.0)
- nextcloud_announcements: 4.0.0 (installed 1.17.0)
- oidc_login: 3.3.0 (installed 3.3.0)
- recommendations: 5.0.0 (installed 4.0.0)
- related_resources: 3.0.0 (installed 1.3.0)
- sharebymail: 1.22.0 (installed 1.19.0)
- support: 4.0.0 (installed 1.11.0)
- survey_client: 4.0.0 (installed 1.16.0)
- user_ldap: 1.23.0
- user_status: 1.12.0 (installed 1.8.1)
- webhook_listeners: 1.3.0 (installed 1.2.0)
Additional debugging already performed
-
Source file exists and is readable
-
Destination directory exists and is writable
-
PHP process runs as UID 33 (www-data)
-
Manual PHP test:
Works:
copy("cloudy.svg", "/path/met.no.icons/cloudy.svg")
Fails:
copy("cloudy.svg", "/path/met.no.icons")
This matches exactly the updater failure.
Workaround
Disabling and deleting the failing app allows the updater to continue, but then it fails on another app later.
Upgrade continues but then fails on another app with similar structure.
Expected behaviour
Updater should copy files with correct destination path including filename, even when destination directory exists.
Conclusion
The updater backup routine appears to pass a directory path instead of a file path to PHP copy().
This causes failures when backing up files located inside nested directories in app assets.
The issue affects multiple apps and is not limited to a single one.