Skip to main content
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

  1. Creation: Data enters the system via Admin input or Form submission.
  2. Active: Data is encrypted and stored in PostgreSQL.
  3. Modification: Updates are tracked in Audit Logs.
  4. Soft Delete: Data is marked deleted_at but remains recoverable for 14 days.
  5. 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.