"This operation is not allowed because SDDC manager back up operations are working"
deployment lock: /usr/pgsql/13/bin/psql -h localhost -U postgres -d platform -c "select * from lock;" resource_type as deployment. VCF 5.x
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.
Important: Always take a snapshot of the SDDC Manager appliance before performing any database-level modifications.
resource_type as deployment:/usr/pgsql/13/bin/psql -h localhost -U postgres -d platform -c "select * from lock;"
/usr/pgsql/13/bin/psql -h localhost -U postgres -d platform -c "delete from lock where resource_type='deployment';"