To maintain historical continuity, key state must be backed up.
The AuditStore (in a real system) resides in Postgres.
pg_dump -U cortex cortexops > backup.sqlpsql -U cortex cortexops < backup.sqlEmbeddings stored in Qdrant power the RCA engine.
/qdrant/storage/snapshots/Temporal workflow histories are stored in Postgres. Backing up the Postgres instance covers both audits and active workflow state.