-
Notifications
You must be signed in to change notification settings - Fork 0
P7-C REBUILD: portable persistence, backup & PostgreSQL DR #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
df2d07d
feat(p7-c1): portable persistence, cold backup and launchpad
jnhu76 e164fd3
feat(p7-c2): logical backup and verified clean restore
jnhu76 0df4ba7
feat(p7-c3): physical backup and PITR
jnhu76 0ebdf6e
docs(p7-c): close portable backup and recovery program
jnhu76 fbea2a5
fix(p7-c): collapse PITR into canonical compose and correct PG recovery
jnhu76 dc30669
fix(p7-c): wire launchpad bootstrap and harden first-install path
jnhu76 49b0456
docs(p7-c): align backup and recovery operator contract
jnhu76 567e0ad
docs(p7-c): pin corrective final head in closeout
jnhu76 a8767df
fix(p7-c): final corrective pass — correct PITR failure proof, capabi…
jnhu76 fab5b7f
fix(p7-c): review closeout — EXAM_DATA_ROOT examples, drop alpine hel…
jnhu76 d15702f
fix(p7-c): address review findings — temp-root registry, TMPDIR-aware…
jnhu76 5c4fc99
fix(p7-c): safe_temp_root registry must survive command substitution
jnhu76 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Qualify the “never reopens” guarantee.
The supported removal flow keeps Launchpad completed, but destructive database edits or history-replacing restores can change the freshness evidence. State that this guarantee applies to supported Admin-removal operations.
🤖 Prompt for AI Agents