This operation is not allowed because SDDC Manager Backup Operation operation(s) are working on related resources.
SDDC Manager Deployment lock to perform Backup & Restore Operation
This issue occurs when a restore operation in SDDC Manager fails to release a deployment lock that was previously acquired by a backup operation.
As a result, any new deployment-related operations are blocked due to the lingering lock entry.
To work around this issue, remove the deployment lock.
Important: Always take a snapshot of the SDDC Manager appliance before performing any database-level modifications.
# su -
# psql -h localhost -U postgres -d platform -c "select * from lock;"
# psql -h localhost -U postgres -d platform -c "delete from lock where resource_type='deployment';"
Following these steps, domain-related operations in SDDC Manager should proceed without issue.
Note: If the issue persists for Remediate or Update Password operations, it is likely due to failed password tasks in the database.
Refer to the following KB article for instructions on clearing failed password operations: Error: Password Manager operations working on related resources - SDDC Manager for steps to solve this.