4 Commits
Author SHA1 Message Date
kbeandClaude Sonnet 5 511c95063d fix: replace undefined log() calls with echo in dump_db.sh
dump_users_and_grants() called log(), which dump_db.sh never defines
(only die()/warn() exist) - every real run printed "log: command not
found" on stderr while still completing successfully. Use echo, matching
the rest of the script's style.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-25 21:37:56 +02:00
kbe b8564703bc Use root account for database 2026-07-25 21:26:10 +02:00
kbe 88696d6e30 Update chmod 2026-07-25 21:25:05 +02:00
kbe d6f30c506e chore: initial import of backup scripts and design docs
Existing borg-backup.sh/dump_db.sh, old/ reference scripts, and the
brainstormed design spec for restore tooling + runbook.
2026-07-25 18:51:38 +02:00