Nextcloud upgrade fails from 31.0.8~ynh2

What app is this about, and its version: Nextcloud 31.0.8~ynh2 to 31.0.9~ynh2
What YunoHost version are you running: 12.1.28
What type of hardware are you using: VPS bought online

Describe your issue

Since weeks I’ve been trying.

It’s not possible to update the Nextcloud apps, so the upgrade fails.

Thanks for hints!

Share relevant logs or error messages

https://paste.yunohost.org/raw/jikovehago

The problem might be here;

2025-10-16 00:16:27,113: WARNING - In File.php line 35:
2025-10-16 00:16:27,113: DEBUG -
2025-10-16 00:16:27,113: WARNING - [OCP\Files\GenericFileException]

Hi @Schoebi

What is current status of your nextcloud ?
What happen when updating applications though the nextcloud web administration ?

Regards

1 Like

Thanks artlog!
Apart everything is fine.

When I try to to open the admin-App Site this appwars:

Current log: https://kroemler.com/nextcloud/s/2SqYArtPKtWdZM9
Watch out, its 38MB

@Schoebi

last log time is “time”:“2025-10-15T21:30:36+00:00”
this was yesterday, when did you do the screenshot ?

are there other nextcloud.log.* within /home/yunohost.app/nextcloud/data/ that are more recent ? ( sudo ls -la /home/yunohost.app/nextcloud/data/nextcloud.log* )

There are many GenericFileException and i think they just indicate that file requested is missing.

Can you check your /home/yunohost.app/nextcloud/data/ ?

and from the browser use F12 debug mode to see network requests and console error when the admin-App trigger the error ?

Can you provide the updater.log ? ( sudo cat /home/yunohost.app/nextcloud/data/ updater.log )

Regards

1 Like

Thanks a lot artlog for your support!

It took me some time to know how get all that logs together - and suddenly I solved it by:

occ maintenance:repair
occ files:scan-app-data -all

I didn’t check between the two, so I can’t say which one it was in my case.

Maybe
occ:files scan
is even better. Maybe.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.