Core Concepts
Operational readiness
Signals for whether you can execute deletions with confidence.
Operational readiness
What it is
An aggregate of signals (systems, maps, worker, consent/keys/receipts)—not a weighted score and not a compliance certificate.
Why it exists
Connecting a database is not the same as being ready to delete production data safely.
States
| State | Meaning |
|---|---|
| ready | Signal looks good |
| attention | Review recommended |
| blocked | Fix before confident execution |
| unknown | Not enough signal yet |
Typical blockers
| Symptom | Fix direction |
|---|---|
| No systems | Connect and enable a System |
| Empty SQL map | Discover + map DELETE entities |
| Unhealthy connector | Credentials, TLS, network |
| Worker issues | Ensure worker is running |
| Never published | Publish consent |