forked from postgres/postgres
-
Notifications
You must be signed in to change notification settings - Fork 10
Create replication.md quick walkthrough for pg_tde #319
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
Open
Andriciuc
wants to merge
35
commits into
TDE_REL_17_STABLE
Choose a base branch
from
DOCS-create-replication.md
base: TDE_REL_17_STABLE
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
started to populate replication with information and added to ToC
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (84.76%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## TDE_REL_17_STABLE #319 +/- ##
==================================================
Coverage 84.76% 84.76%
==================================================
Files 21 21
Lines 2566 2566
Branches 393 393
==================================================
Hits 2175 2175
Misses 311 311
Partials 80 80
🚀 New features to boost your workflow:
|
Updated text a bit, need to further lint it more PG-802 linked
Replaced master with principal
…na/postgres into DOCS-create-replication.md
dutow
requested changes
May 23, 2025
Initial commit was messy, reworded for basic users and cleared up any confusing parts like heap_tde which was incorrect
dutow
reviewed
Jun 6, 2025
removed considerations and added a paragraph directing the user to install and config, also added a link for tde_heap docs
dutow
reviewed
Jun 11, 2025
Updated the following: - Reworded the second paragraph and removed the install.md reference. I also added (which includes...) to ensure that experienced users don't just ignore the setup link and have a proper quick view of the prerequisites as well as helping new users to reinforce what they need to have configured already. - Removed CREATE EXTENSION from step 1 Configure the Primary, it is redundant. I also updated the principal key function step with a fixed link - Updated primary replication role paragraph - Removed initial standby setup as we already cover this - Updated step 3 Start and Validate replication with an intro text and added a tip to remind the user they can verify if the encrypt is
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.
started to populate replication with information and added to ToC