docs(backup): document MOKOSH_BACKUP_API_URL for teammates (BUNYIP-356) #358
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/BUNYIP-356-mokosh-backup-url-runbook"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Account backup (BUNYIP-356) only activates when
MOKOSH_BACKUP_API_URLis set; that was documented only in.env.example. This makes it discoverable where a teammate onboarding dev-sso actually looks, and fixes a misleading example value.docs/dev-sso-three-repo-runbook.md: opt-in note in the spin-up section - setMOKOSH_BACKUP_API_URL=https://<user>-mokosh-api.a8n.run(same mokosh host asMOKOSH_WEBHOOK_URL) and re-up bunyip-api; unset keeps Mokosh "unavailable" per box; restore is gated on mokosh-server PMS-648.compose.dev-sso.yml: passMOKOSH_BACKUP_API_URLthrough to bunyip-api (defaults empty), so setting it in.envis sufficient..env.example: correct the example - it is the external mokosh Traefik host (mirroringMOKOSH_WEBHOOK_URL), not an internal docker service name; the two stacks talk over Traefik.No code change; docs + one compose env passthrough.
🤖 Generated with Claude Code