Skip to content
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

PG-1244 Added a limitation about KMS configuration update #373

Merged
merged 4 commits into from
Dec 26, 2024
Merged
Changes from 2 commits
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
2 changes: 2 additions & 0 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Users can configure encryption differently for each database, encrypting specifi

* Keys in the local keyfile are stored unencrypted.
* System tables are currently not encrypted.
* When updating the Key Management Store (KMS) configuration, ensure that both PostgreSQL and the KMS are up and running. For example, if you update the URL for the KMS and PostgreSQL is offline during these changes, it will not be able to start. [Talk to our experts](https://www.percona.com/about/contact) to outline the best update path for you.
nastena1606 marked this conversation as resolved.
Show resolved Hide resolved


<i warning>:material-alert: Warning:</i> Note that introducing encryption/decryption affects performance. Our benchmark tests show less than 10% performance overhead for most situations. However, in some specific applications such as those using JSONB operations, performance degradation might be higher.

Expand Down
Loading