Unable to Edit SDDC Manager Backup Target Due to Error "disabled due to deployment lock check back in a few minutes"
book
Article ID: 430770
calendar_today
Updated On:
Products
VMware SDDC Manager / VCF Installer
Issue/Introduction
When attempting to update the SDDC Manager backup location, the Edit button is grayed out with the pop-up error: "disabled due to deployment lock check back in a few minutes"
Environment
VMware SDDC Manager
Cause
The SDDC Manager is holding onto a deployment lock in the DB.
Resolution
Power off the SDDC Manager VM and take a snapshot
Power on the SDDC Manager VM
Delete the DB lock entry:
psql -h localhost -U postgres -d platform -c "delete from lock where resource_type='deployment';"