Skip to content

Runbook — TwentyDown

TwentyDown

critical

ops

Phase 30.3 / KAN-293

Twenty CRM stores prospect / customer relationship data used by sales. When down, prospect intake forms can’t write — but the core product is unaffected.

Terminal window
docker ps --filter name=twenty --format 'table {{.Names}}\t{{.Status}}'
curl -fsS https://crm.innoqualis.com/healthz || echo "twenty healthcheck failed"
docker logs --tail 100 innoqualis-twenty
docker compose -f path/to/twenty/compose.yml restart twenty

2026-05-29 — ops (stub)