Upgrade without backup

Hello,

I’m running nextcloud 24.0.6, and trying to upgrade to 24.0.9. Is there a way to disable backup for the upgrade (my disk does not have enough space to store the backup) ?
Thank you

Are you sure it fails because you haven’t enough disk space? How much disk space do you have left?

You can run the updater from the command line with the --no-backup option.

sudo -u www-data php /path/to/nextcloud/updater/updater.phar --no-backup

But only do this if there is really no other way and if you have a proper backup of your server / setup.

1 Like

thank you :slight_smile: !

1 Like