From d8458eb8eaf7d14777f8cf863f2903d440b70a75 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Mon, 20 Jul 2026 12:25:00 +0300 Subject: [PATCH] PG-2507 - Remove minor update step 17 This PR removes the drop extension suggestion for pg_tde when upgrading from a minor version. --- docs/minor-upgrade.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/minor-upgrade.md b/docs/minor-upgrade.md index 9f1f4955b..dcb68362e 100644 --- a/docs/minor-upgrade.md +++ b/docs/minor-upgrade.md @@ -18,14 +18,6 @@ Though minor upgrades do not change the behavior, we recommend you to back up yo 2. Starting with version 17.2.1, `pg_tde` is part of the Percona Server for PostgreSQL package. If you installed `pg_tde` from its dedicated package, do the following to avoid conflicts during the upgrade: - * Drop the extension using the `DROP EXTENSION` with `CASCADE` command. - - :material-alert: Warning: The use of the `CASCADE` parameter deletes all tables that were created in the database with `pg_tde` enabled and also all dependencies upon the encrypted table (e.g. foreign keys in a non-encrypted table used in the encrypted one). - - ```sql - DROP EXTENSION pg_tde CASCADE - ``` - * Uninstall the `percona-postgresql-17-pg-tde` package for Debian/Ubuntu or the `percona-pg_tde_17` package for RHEL and derivatives. ## Procedure