Files
nuzlocke-tracker/.beans/nuzlocke-tracker-48ds--database-backup-strategy.md
Julian Tabel 6a86c56e3b Add deployment strategy child task beans
Split the deployment strategy epic into 11 individual task beans
with blocking dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 16:32:04 +01:00

548 B

title, status, type, created_at, updated_at, parent
title status type created_at updated_at parent
Database backup strategy todo task 2026-02-09T15:30:55Z 2026-02-09T15:30:55Z nuzlocke-tracker-ahza

Set up a simple scheduled backup for the production PostgreSQL database.

  • Create a backup script using pg_dump that runs inside or against the PostgreSQL container
  • Set up a cron job on Unraid to run the backup on a schedule (e.g., daily)
  • Store backups in a designated location on Unraid with rotation (keep last N backups)
  • Document the restore procedure