Skip to content

Telemetry Tracker v1.6.5

Choose a tag to compare

@unjica unjica released this 09 Jul 18:10
· 644 commits to develop since this release

Highlights

  • Retention dry-runpnpm --filter api retention -- --dry-run counts rows that would be pruned without deleting; cron logs include dryRun in 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 deploy

New 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.