DocsData Lifecycle
Data Lifecycle
Step-by-step operating guidance, expected outcomes, and checks that prevent common mistakes.
2 min read
Section 20: Data Lifecycle
20.1 Lifecycle Stages
- Creation: Data enters the system via Admin input or Form submission.
- Active: Data is encrypted and stored in PostgreSQL.
- Modification: Updates are tracked in Audit Logs.
- Soft Delete: Data is marked
deleted_atbut remains recoverable for 14 days. - Hard Delete: Data is permanently wiped from the database.
20.2 Retention Policy
- Active accounts: Indefinite retention.
- Cancelled accounts: Data preserved for 30 days, then soft-deleted.
- Legal Hold: Data retained until the hold is lifted.
Still blocked?
Check troubleshooting and the operational FAQ before escalating.