Overview
occasionally CloudBolt users may run into an issue where sync jobs are failing with an error that may look like common.dblock.LockNotAcquiredError
This is a very quick and easy fix following the steps below:
Procedure
SSH to your CloudBolt Instance
Open shell_plus
/opt/cloudbolt/manage.py shell_plus
Delete all dblocks causing the sync job failures
dblock.objects.all().delete()
Sync jobs should now be running successfully!
0 Comments