When attempting to upgrade from one version of C2 to another, you may receive this error on the installer:
Pausing CloudBolt C2 upgrade because a lock file indicates active jobs. Will try again for another 60 seconds. Press Ctrl-c to abort
This means either that C2 is currently executing a job in the background, or that the lock file has not been properly removed post job execution.
To resolve this issue, start by verifying that C2 is not running any jobs.
As an administrative user, log into C2. Click on "Admin", then "Job List". Verify that there are no active running jobs.
If there are no active running jobs, execute the following on the C2 instance's command line:
rm -f /opt/cloudbolt/runjobs.lock
Then attempt to re-run the installer:
./upgrade_cloudbolt.sh
C2 will continue with the upgrade.
0 Comments