Commit 967a889
fix(copy): scope backup/restore claims to the shipped per-service matrix (#217)
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. Anonymous/free have none (plans.yaml retention=0).
- PricingPage comparison "Backups" row: sub line names the covered
services + the Redis backup-only caveat.
- PricingGrid hobby_plus/team bullets + MarketingPage Team card:
"(Redis backup-only)" qualifier on the restore claim.
- MarketingPage STEP-02 mock terminal: "backup enabled" on an anonymous
24h-TTL provision overstated the free tier → "on paid tiers".
- public/llms.txt: mirror of the content-repo SoT edit (content PR #31),
per the established same-push convention.
Gate: tsc --noEmit && npm run build && vitest run — green
(82 files, 1214 passed / 3 skipped).
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 04e2c42 commit 967a889
4 files changed
Lines changed: 18 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| |||
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
190 | | - | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
469 | 474 | | |
470 | 475 | | |
471 | 476 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
208 | 213 | | |
209 | 214 | | |
210 | 215 | | |
| |||
0 commit comments