failed to delete test domain

Solution:

  1. Fixed PostgreSQL memory: ALTER SYSTEM SET max_locks_per_transaction = 256; + restart

Root Cause: PostgreSQL max_locks_per_transaction was too low (128) for apisCP operations.

Solution:

  1. Force deleted domains: DeleteDomain --force example.com (bypassed EditDomain lock)

  2. Cleaned rogue domains: DeleteDomain --force apiscp-int-*

  3. Restarted apisCP: systemctl restart apnscp