docs: scope backup/restore claims to the shipped per-service matrix#31
Merged
Conversation
Worker #104 extended the customer-backup ladder: Postgres/pgvector/MongoDB now have full backup + self-serve restore; Redis backups are taken (RDB, sha-verified, downloadable) but restore is not yet wired (needs pod-level access — tracked follow-up). Object storage / webhook / queue have no backup coverage. The "90-day backups with self-serve restore" Team copy (llms.txt, pages/pricing.md, docs/limits.md) was service-unqualified and overstated Redis (implied restore) — now scoped to the real matrix. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Worker #104 extended the customer-backup ladder to the full matrix:
The Team-tier copy "90-day backups with self-serve restore" was service-unqualified and implied Redis restore (and arguably storage/queue/webhook backups). This PR scopes the claim to the real matrix in the three places it appears:
llms.txt(Team tier bullet) — SoT for the agent contractpages/pricing.md(Team bullet list)docs/limits.md(Team status paragraph)Matching
instanode-web/public/llms.txtfallback edit ships in the sibling instanode-web PR (per the established convention).Verification
Full
rg -in 'backup|restore|durab|RPO|RTO|snapshot'enumeration across the repo — all other hits are user-workflow examples (pg_restore of their own dumps, NATS durable consumers) or idempotency route lists, not platform durability claims.🤖 Generated with Claude Code