Skip to content

Commit c8fc821

Browse files
committed
update based on dependency status change
1 parent e044d9b commit c8fc821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release-notes/release-notes-v17.7.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ This release of Percona Distribution for PostgreSQL is based on Percona Server f
88

99
### `pg_tde` is now a standalone package
1010

11-
Starting with this release, `pg_tde` is no longer shipped with Percona Server for PostgreSQL. If you use Transparent Data Encryption (TDE), install the `pg_tde` package manually.
11+
Starting with this release, `pg_tde` is no longer shipped with Percona Server for PostgreSQL. However, pg_tde is installed automatically as a hard dependency. This ensures that minor updates do not break clusters that use Transparent Data Encryption (TDE).
1212

1313
For more information on installing `pg_tde`, see [Install pg_tde :octicons-link-external-16:](https://docs.percona.com/pg-tde/install.html).
1414

1515
Clusters that already have `pg_tde` in `shared_preload_libraries` will continue to operate normally after a minor upgrade.
1616

1717
No user action is required.
1818

19-
!!! warning
20-
Minor upgrades do not automatically install `pg_tde`. If your clusters use `pg_tde` and the package is missing, PostgreSQL will fail to start.
19+
!!! note
20+
Although `pg_tde` is installed automatically, when upgrading to PostgreSQL 18 it will not install it as a dependency. If your cluster uses TDE, you must install `pg_tde` manually before starting PostgreSQL 18.
2121

2222
### Percona Telemetry Extension for PostgreSQL Deprecated
2323

0 commit comments

Comments
 (0)