Skip to content

Conversation

@dutow
Copy link
Collaborator

@dutow dutow commented Dec 4, 2025

There were a few documentation merge conflicts, I resolved them in a separate commit

jeltz and others added 13 commits November 18, 2025 13:43
We want to pick up all bugixes between PostgreSQL 17.6 and 17.7. The
process to create this commit is documented below.

In PSP repo:

    git checkout REL_17_7

In pg_tde repo:

    git checkout -b fetmp17.7 main
    tools/copy_fetools.sh ../postgresql 17
    git add fetools/pg17
    git commit -m REL_17_7
    git checkout -b newbranch main
    git diff 662d656 fetmp17.7 -- fetools/pg17 | git apply -3
    git commit
We want to pick up all bugfixes between PostgreSQL 18.0 and 18.1. The
process to create this commit is documented below.

In PSP repo:

    git checkout REL_18_1

In pg_tde repo:

    git checkout -b fetmp18.1 main
    tools/copy_fetools.sh ../postgresql 18
    git add fetools/pg18
    git commit -m REL_18_1
    git checkout -b newbranch main
    git diff b5eecfc fetmp18.1 -- fetools/pg18 | git apply -3
    git commit
Removed outdated KMS information in functions.md since we have a dedicated chapter for that and added links to the described functions in the topic for easier flow.
This PR updates the tool names we use for pg_tde WAL encryption with the new pg_tde_* prefix and fixes minor missing link issues. Renamed tool file names and TOC names as well, and improved cli-tools.md intro paragraph.
This PR adds chapter changes that were on main from percona#449.
This PR adds limitations mentions that point to new tool names for WAL encryption and an FAQ mentioning how logical replication works on subs using encryption data.
This PR adds the 2.1 release notes and includes the update to tool names notes to users
This PR just updates a small date in the RN for 2.1
This PR updates the date for the 2.1.0 pdf
This PR implements and updates the feedback form for better traffic tracking stats
This PR updates the 2.1 release notes to include support for namespaces in Vault and OpenBao
Conflicts:
documentation/docs/how-to/backup-wal-enabled.md
documentation/docs/install.md
documentation/variables.yml
@codecov-commenter
Copy link

codecov-commenter commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.67%. Comparing base (432315b) to head (d0ca7a1).

❌ Your project status has failed because the head coverage (59.67%) 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           @@
##             main     #491   +/-   ##
=======================================
  Coverage   59.67%   59.67%           
=======================================
  Files          67       67           
  Lines       10473    10473           
  Branches     1805     1805           
=======================================
  Hits         6250     6250           
  Misses       3528     3528           
  Partials      695      695           
Components Coverage Δ
access 84.89% <ø> (ø)
catalog 87.93% <ø> (ø)
common 77.77% <ø> (ø)
encryption 71.56% <ø> (ø)
keyring 73.88% <ø> (ø)
src 94.20% <ø> (ø)
smgr 94.06% <ø> (ø)
transam ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Collaborator

@Andriciuc Andriciuc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just one comment to solve.

@dutow dutow merged commit 523a300 into percona:main Dec 4, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants