Telemetry Tracker v1.6.5
Highlights
- Retention dry-run —
pnpm --filter api retention -- --dry-runcounts rows that would be pruned without deleting; cron logs includedryRunin JSON output - Railway ops runbook — step-by-step retention cron setup, Postgres backup/restore (PITR, snapshots,
pg_dump)
Upgrade (self-hosted)
From v1.6.4, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
- None — no database changes in this release.
Environment variables
No new required variables.
Breaking changes
- None.
Full changelog
See CHANGELOG.md.