Page 1 of 1

update workaround

Posted: Fri Feb 06, 2026 5:21 pm
by admin
If the verification fails, the .step file contains something like “{“state”:“start”,“step”:5}”. Deletion of the file allows only to start the update process from the first step.
Now I changed the .step file content to “{“state”:“end”,“step”:5}”, which enables the update process to just continue with the next step after the verification.

nextcloud update workaround

Posted: Fri Feb 06, 2026 5:27 pm
by admin
update from ssh

Code: Select all

sudo -u www-data php occ maintenance:mode --on

sudo -u www-data php updater/updater.phar

sudo -u www-data php occ upgrade

sudo -u www-data php occ maintenance:mode --off