YunoHost-Apps / nextcloud_ynh

Nextcloud package for YunoHost
https://nextcloud.com/
GNU Affero General Public License v3.0
149 stars 64 forks source link

Cannot update due to back up fail #601

Closed TheTrveAnthony closed 1 year ago

TheTrveAnthony commented 1 year ago

Hi,

Describe the bug

When I try to upgrade nextcloud via the cli interface, it fails to back it up and cancels the whole process

Context

Steps to reproduce

enter yunohost app upgrade nextcloud

Expected behavior

Nextcloud updates

Logs

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

According to the 4th line from the end, there is already a backup, so I guess I simply need to delete it, but I don't know where it is or how to get its path, does anybody know where it is (Supposing this is what causes the problem)

Thanks

Bugsbane commented 1 year ago

You can list what backups exist, either through the webadmin or by CLI (yunohost backup list). From there you can choose the backup to delete, once again through the webadmin or by CLI (yunohost backup delete NAME_FROM_THE _PREVIOUS_LIST ).

Try that and then see if the upgrade works.

TheTrveAnthony commented 1 year ago

Sorry for the delayed answer,

That did the trick, thanks a lot !