tracksolid_timescale_grafan.../backup
David Kiania c585e67482
Some checks failed
Static Analysis / static (push) Waiting to run
Tests / test (push) Waiting to run
Static Analysis / static (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
feat(backup): run pg_dump multiple times per day via BACKUP_TIMES_UTC
Replace the single BACKUP_HOUR/BACKUP_MINUTE slot with a comma-separated
list of UTC times. Scheduler walks all slots and sleeps until the soonest
future one, so four daily backups become a one-line env change:

    BACKUP_TIMES_UTC=02:30,08:30,14:30,20:30  (default)

Legacy BACKUP_HOUR/BACKUP_MINUTE still honored as a single slot for
backwards compatibility with existing .env files.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-24 11:00:02 +03:00
..
backup_db.sh feat: nightly pg_dump sidecar uploads to rustfs fleet-db bucket 2026-04-21 12:53:23 +03:00
Dockerfile feat: nightly pg_dump sidecar uploads to rustfs fleet-db bucket 2026-04-21 12:53:23 +03:00
entrypoint.sh feat(backup): run pg_dump multiple times per day via BACKUP_TIMES_UTC 2026-04-24 11:00:02 +03:00