8000 Update Configure WAL topic by Andriciuc · Pull Request #422 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

Update Configure WAL topic #422

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

Merged
merged 5 commits into from
Jun 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update wal-encryption.md
updated note based on Jan's feedback
  • Loading branch information
Andriciuc authored Jun 13, 2025
commit 44cb7268d34825d653ec6e2267fae9299cea5b0d
2 changes: 1 addition & 1 deletion contrib/pg_tde/documentation/docs/wal-encryption.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configure WAL Encryption (tech preview)

!!! warning
The WAL encryption feature is currently in beta and may be unstable. **Do not use it in production environments**.
The WAL encryption feature is currently in beta and is not effective unless explicitly enabled. It is not yet production ready. **Do not enable this feature in production environments**.

Before enabling WAL encryption, follow the steps below to create a principal key and configure it for WAL:

Expand Down
0