Skip to content

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
wants to merge 23 commits into
base: TDE_REL_17_STABLE
Choose a base branch
from

Conversation

Andriciuc
Copy link
Collaborator

started to populate replication with information and added to ToC

started to populate replication with information and added to ToC
@codecov-commenter
Copy link

codecov-commenter commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.48%. Comparing base (4575c03) to head (6e24fb9).

❌ 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           
Components Coverage Δ
access 84.20% <ø> (ø)
catalog 88.59% <ø> (ø)
common 91.80% <ø> (ø)
encryption 72.56% <ø> (ø)
keyring 72.42% <ø> (ø)
src 91.42% <ø> (ø)
smgr 97.41% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Updated text a bit, need to further lint it more

PG-802 linked
Initial commit was messy, reworded for basic users and cleared up any confusing parts like heap_tde which was incorrect
@nastena1606 nastena1606 temporarily deployed to DOCS-create-replication.md - pg-tde-docs PR #319 May 23, 2025 12:47 — with Render Destroyed
updated with added -c fast option for pg_basebackup and implemented Zsolt's 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.
Copy link
Collaborator

@dutow dutow Jun 6, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants