Document safe Postgres connection recovery and endpoint details - #972
Merged
Merged
Conversation
sdairs
added this pull request to stack #876
September 15, 2026 16:27
This was referenced Sep 15, 2026
sdairs
marked this pull request as ready for review
September 16, 2026 13:14
Carry existing lower-stack README corrections and ancestry forward. The merged tree matches the independently verified cumulative stack result.
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.
Provide a short connection handoff after Postgres get, replica creation and restore, with endpoint details, explicit sparse-field placeholders and per-service CA export. Password reset points back to get. Human-only guidance preserves all JSON shapes and never inserts a password into a command or URI.
README explains verified-TLS psql, password prompting, percent-encoding and restore recovery. It makes no replica or historical password-inheritance assumption and does not recommend unverified replica password-reset behavior. Connection values and TLS guidance follow the official Managed Postgres connection guide, with psql/URI behavior checked in PostgreSQL documentation.
Validation
Three command-tree tests and three focused wiremock tests passed, covering sparse get/replica/restore responses and exact unchanged JSON. Formatting passed; complete combined validation is recorded below.
Closes #836
Appended to native GitHub stack #876.
Combined local validation
Combined stack head
e20d63b3af4c8541a6f597d9494b530f2c56b666passed all required local checks: formatting, CLI clippy/tests, telemetry-disabled check and all-target clippy, API/analyzer all-target clippy/tests, all-feature workspace build, Python classifier/drift tests, and diff checks.Test totals: 1991 CLI, 672 API/analyzer, and 93 Python tests (2756 total). Ignored/live tests are excluded from these totals.
Snapshot API access was revalidated successfully on the exact heads of PRs #940 and #944 after the environment feature flag was enabled. Run links and coverage details are recorded in tracker #939.
Stack order, exact heads and explicit issue Development relationships were verified in the implementation tracker.