Commit a79c8fe
Add future enhancement for filesystem-level backup restore procedure
Document alternative restore approaches for environments that
cannot use CSI Volume Snapshots (e.g., local storage).
Current limitation:
- Staged deployment restore requires CSI snapshots
- Filesystem backup (Restic/Kopia) needs pods mounting PVCs
- This conflicts with infrastructure-only stage
Proposed approaches:
1. Helper pods during restore - mount PVCs temporarily
2. Modified restore order - start services before data restore
3. External backup integration - tar/rsync instead of OADP
Trade-offs documented for each approach.
Why this enhancement:
- Not all environments have CSI snapshot support
- Local storage (common in dev/test) lacks CSI support
- Provides flexibility for different deployment scenarios
Implementation would include:
- Detailed procedures for each approach
- Helper pod manifests
- Playbook tasks for external backup
- Decision tree based on storage capabilities
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 209806c commit a79c8fe
1 file changed
Lines changed: 46 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
0 commit comments