update workaround

Post Reply
admin
Site Admin
Posts: 4
Joined: Mon Jan 23, 2023 7:43 pm

update workaround

Post 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.
admin
Site Admin
Posts: 4
Joined: Mon Jan 23, 2023 7:43 pm

nextcloud update workaround

Post 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
Post Reply