-
Notifications
You must be signed in to change notification settings - Fork 9
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
base: TDE_REL_17_STABLE
Are you sure you want to change the base?
Conversation
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 (85.48%) 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 85.48% 85.48%
==================================================
Files 22 22
Lines 2536 2536
Branches 387 387
==================================================
Hits 2168 2168
Misses 294 294
Partials 74 74
🚀 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
Initial commit was messy, reworded for basic users and cleared up any confusing parts like heap_tde which was incorrect
updated with added -c fast option for pg_basebackup and implemented Zsolt's feedback
updated based on feedback
updated with feedback, removed global for configuring key providers, reordered the setup to ensure pg_tde is enabled and THEN create a key, small clarification updates
* You have enabled `pg_tde` and you have setup at least one active key on the **primary**. | ||
* You have configured a global key provider for the **primary**, see [Configure Key Management (KMS)](global-key-provider-configuration/index.md) for more information. | ||
* You have enabled `pg_tde`. | ||
* You have configured a key provider for the **primary**, see [Configure Key Management (KMS)](global-key-provider-configuration/index.md) for more information. |
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.
This assumption still conflicts with later steps - to create a key provider, you have to (1) add pg_tde to the shared preload libraries, and (2) create the extension
Both are later steps.
Same with the "you have enabled pg_tde" - the above 2 steps are the same.
started to populate replication with information and added to ToC