updating nextcloud notes

updating nextcloud notes

Every time I run updates on nextcloud the updater is stuck after download but before install. I run this command to update from the command line after the update fails:

sudo -u www-data php /usr/share/nginx/nextcloud/updater/updater.phar -vv

Affer the updates are complete run these commands to fix any index or db issues:

sudo -u www-data php occ db:add-missing-indices
sudo -u www-data php occ db:add-missing-columns
sudo -u www-data php occ db:convert-filecache-bigint
sudo -u www-data php occ maintenance:mode --off