K8SPS-678 Documented the support of page tracking for incremental backups - #241
Open
nastena1606 wants to merge 1 commit into
Open
K8SPS-678 Documented the support of page tracking for incremental backups#241nastena1606 wants to merge 1 commit into
nastena1606 wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The updated doc introduces broken internal links (missing ReleaseNotes file and incorrect PITR anchor) that should be fixed before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the incremental backups documentation to clarify backup chains/restore behavior and to document page tracking support for faster incremental backups.
Changes:
- Reworked the “Backup chain”, “How an incremental backup runs”, and “Restore” sections for clearer guidance and updated wording.
- Documented
.incrpath layout used to discover and apply incremental chains during restore. - Added a new “Speed up incremental backups with page tracking” section, including configuration examples.
File summaries
| File | Description |
|---|---|
| docs/backups-incremental.md | Refines incremental backup/restore documentation and adds page tracking configuration guidance. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| ## Speed up incremental backups with page tracking | ||
|
|
||
| Incremental destinations use an `.incr` segment in the path so the Operator can tell full and incremental artifacts apart. A typical pattern resembles `prefix/<cluster>-<timestamp>-full.incr/<cluster>-<timestamp>-incr`; exact layout follows your `prefix` and storage settings. | ||
| !!! admonition "Version added: [1.3.0](ReleaseNotes/Kubernetes-Operator-for-PS-RN1.3.0.md)" |
nastena1606
force-pushed
the
K8SPS-678-Doc-page-tracking-support-for-incremental-backups
branch
from
September 1, 2026 08:36
f581e64 to
88a5d33
Compare
nastena1606
marked this pull request as ready for review
September 1, 2026 08:36
nastena1606
requested review from
DhruthiKV,
egegunes,
eleo007,
gkech,
hors,
jvpasinatto,
mayankshah1607,
nmarukovich,
pooknull and
valmiranogueira
as code owners
September 1, 2026 08:36
egegunes
approved these changes
Sep 2, 2026
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.
No description provided.