Page 1 of 1

NexCloud: [UPGRADE] Step 5 is currently in process. Please reload this page later.

Posted: 2023 May 03, 23:00
by Mihai
This error occurs after attempting a platform upgrade.
Solution:
We access the root folder where the NextCloud platform is installed. In our case /var/www/html/nextcloud/data

Code: Select all

[root @ CentOS7]$ cd /var/www/html/nextcloud/data
[root @ CentOS7]$ ls -asl | egrep "updater-"
    4 drwxr-x---.  4 apache apache     4096 Mar 12 10:48 updater-oco6svrb297j
[root @ CentOS7]$ cd updater-oco6svrb297j
[root @ CentOS7]$ rm -rf .step
After deleting the file, the upgrade is resumed from step no. 1 which will lead to the last upgrade step.