Files
roboco/docs/backend
98a96bcd21 chore(backup): env-gated off-disk mirror + restore drill doc (#645)
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>
2026-07-22 20:29:50 +02:00
..

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 & patterns
    • coordination-events.md - 5 coordination-event notification producers: reassignment, collision-sequencing, unblock, dependency-revival, stale-claim-reaped
  • /ops/ - Operational runbooks
    • codeql-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.