Deploy NanoClaw with backup and restore drills.
Commands are templates. Replace IDs, secrets and endpoints with your environment values.
Execute each command, capture output, then note issues and fixes.
Run:
docker build -t nanoclaw:prod .\ndocker compose -f deploy/prod.yml up -d
docker build -t nanoclaw:prod .docker compose -f deploy/prod.yml up -dRun:
curl -f http://localhost:8080/health\nnanoclaw status
curl -f http://localhost:8080/healthnanoclaw statusRun:
nanoclaw backup create --output ./backup-$(date +%F).tar.gz
nanoclaw backup create --output ./backup-$(date +%F).tar.gzRun:
nanoclaw backup restore --input ./backup-YYYY-MM-DD.tar.gz --dry-run
nanoclaw backup restore --input ./backup-YYYY-MM-DD.tar.gz --dry-runTurn the commands on this page into your team runbook.