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.
update workaround
nextcloud update workaround
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