Maintenance
Use manual commands when you need a controlled verification pass.
shell
DRY_RUN=true bin/rails "logister:telemetry:retention"
bin/rails "logister:telemetry:archive[ingest_events,30]"
bin/rails "logister:telemetry:archive[trace_spans,30]"
CONFIRM=prune bin/rails "logister:telemetry:prune_hot[30]"Verify
Check the Data tab first.
- Use a low-risk project before changing retention on important projects.
- Open
Project > Settings > Dataand review Archive Center. - Use Overview for the overall state, Coverage for each retention scope, and Catalog for recent archive runs and object keys.
- Confirm the latest relevant run succeeded before enabling Require archive before deletion more broadly.
- If your team uses archive storage, confirm the matching
.jsonl.gzobject exists and can be opened.
Failures
Retention failures should be visible.
Failed archive runs should appear in Archive Center and can send retention failure notifications. If Require archive before deletion is enabled, treat a failure as a stop sign: fix the archive problem first, then run cleanup again.