From d4cfc6b3c7c7596c48bcf4d56f17401749057a43 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Fri, 6 Sep 2024 09:57:24 +0200 Subject: [PATCH] Edited preparation steps --- .../docs/tde/15/upgrade_use_cases/postgres_to_extended.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product_docs/docs/tde/15/upgrade_use_cases/postgres_to_extended.mdx b/product_docs/docs/tde/15/upgrade_use_cases/postgres_to_extended.mdx index 6632034d549..7fcc0a73473 100644 --- a/product_docs/docs/tde/15/upgrade_use_cases/postgres_to_extended.mdx +++ b/product_docs/docs/tde/15/upgrade_use_cases/postgres_to_extended.mdx @@ -21,7 +21,7 @@ Create a new EDB Postgres Extended Server cluster with TDE enabled and use `pg_u - Connect to the encrypted database server and ensure the data was transfered. - [Clean up and delete the source server](#cleaning-up-after-upgrade) - Clean up the database and its statistics. - - Remove the source EDB Postgres Advanced Server cluster with the script provided by `pg_upgrade`. + - Remove the source PostgreSQL cluster with the script provided by `pg_upgrade`. ## Worked example @@ -29,9 +29,9 @@ This example upgrades a PostgreSQL 16 instance to EDB Postgres Extended Server 1 ### Preparing your upgrade -- Install EDB Postgres Extended Server from the [EDB repository](https://www.enterprisedb.com/repos-downloads). Ensure you install a version within the same major version than the source database cluster. Upgrades between different major versions is not supported with `pg_upgrade`. +- Install EDB Postgres Extended Server from the [EDB repository](https://www.enterprisedb.com/repos-downloads). Ensure the version you install has the same major version than the source server. `pg_upgrade` supports upgrades between minor and patch versions, but not between different major versions. -- Use [pg_dumpall](https://www.postgresql.org/docs/current/app-pg-dumpall.html), [pgBackRest](/supported-open-source/pgbackrest/), or [Barman](/supported-open-source/barman/) to create a backup of your unencrypted source server. +- Use [pg_dumpall](https://www.postgresql.org/docs/current/app-pg-dumpall.html), [pgBackRest](/supported-open-source/pgbackrest/), or [Barman](/supported-open-source/barman/) to create a backup of your unencrypted source server. ### Creating an encrypted server