mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
The pg_dump sidecar wrote its dumps to the same disk it protects — one disk failure lost both. Setting ROBOCO_BACKUP_MIRROR_DIR in .env to a path on a different disk (external/remote mount) arms a mirror step after every successful dump: tmp+rename copy, mirror pruned to the same BACKUP_KEEP, unwritable mirror logs-and-skips without blocking the primary. Unset, the script never attempts a copy — no fake off-disk copies on the same disk. Docs gain the mirror setup and a quarterly restore drill (throwaway pgvector container, pg_restore, row-count sanity check). Co-authored-by: Renn F <rennf93@users.noreply.github.com>
Backend Documentation
Documentation for the Backend Cell team.
Access
- READ: Backend Cell (developers, QA, PM, documenter)
- WRITE: be-doc only
Contents
/api/- API documentation/qa/- QA-related docs/services/- Internal service architecture & patternscoordination-events.md- 5 coordination-event notification producers: reassignment, collision-sequencing, unblock, dependency-revival, stale-claim-reaped
/ops/- Operational runbookscodeql-workflows.md- Split CodeQL workflow triggers and branch-protection notes
Contributing
Backend team members should request documentation updates through the Cell PM. Only the Backend Documenter (be-doc) can write to this directory.