Skip to content

Commit 7f0d7f9

Browse files
authored
Merge pull request #6579 from EnterpriseDB/content/docs/epas/docs-1123
EPAS - Adding a note to upgrade
2 parents 430e37e + 31f9964 commit 7f0d7f9

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-6
lines changed

product_docs/docs/epas/13/upgrading/04_upgrading_an_installation_with_pg_upgrade/03_upgrading_to_advanced_server.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ You must allow trust authentication for the previous Advanced Server installatio
6060

6161
After editing each file, save the file and exit the editor.
6262

63-
If the system is required to maintain `md5` authentication mode during the upgrade process, you can specify user passwords for the database superuser in a password file (`pgpass.conf` on Windows, `.pgpass` on Linux). For more information about configuring a password file, see the PostgreSQL Core Documentation, available at:
64-
65-
<https://www.postgresql.org/docs/current/static/libpq-pgpass.html>
63+
If the system is required to maintain `md5` authentication mode during the upgrade process, you can specify user passwords for the database superuser in a password file (`pgpass.conf` on Windows, `.pgpass` on Linux). For more information about configuring a password file, see the [PostgreSQL Core Documentation](https://www.postgresql.org/docs/current/static/libpq-pgpass.html).
6664

6765
**Step 4 - Stop All Component Services and Servers**
6866

@@ -198,6 +196,10 @@ If `pg_upgrade` alerts you to a missing component, you can use StackBuilder Plus
198196

199197
When `pg_upgrade` has confirmed that the clusters are compatible, you can perform a version upgrade.
200198

199+
!!!note
200+
If you are using any extensions that maintain a constant connection to the database, such as `edb_wait_states`, please disable them before attempting the actual `pg_upgrade`. No connections should be established to the database during the upgrade.
201+
!!!
202+
201203
**Step 7 - Run pg_upgrade**
202204

203205
After confirming that the clusters are compatible, you can invoke `pg_upgrade` to upgrade the old cluster to the new version of Advanced Server.

product_docs/docs/epas/14/upgrading/04_upgrading_an_installation_with_pg_upgrade/03_upgrading_to_advanced_server.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ You must allow trust authentication for the previous EDB Postgres Advanced Serve
5757

5858
After editing each file, save the file and exit the editor.
5959

60-
If the system is required to maintain `md5` authentication mode during the upgrade process, you can specify user passwords for the database superuser in a password file (`pgpass.conf` on Windows, `.pgpass` on Linux). For more information about configuring a password file, see the PostgreSQL Core Documentation, available at:
61-
62-
<https://www.postgresql.org/docs/current/static/libpq-pgpass.html>
60+
If the system is required to maintain `md5` authentication mode during the upgrade process, you can specify user passwords for the database superuser in a password file (`pgpass.conf` on Windows, `.pgpass` on Linux). For more information about configuring a password file, see the [PostgreSQL Core Documentation](https://www.postgresql.org/docs/current/static/libpq-pgpass.html).
6361

6462
**Step 4 - Stop all component services and servers**
6563

@@ -196,6 +194,10 @@ If `pg_upgrade` alerts you to a missing component, you can use StackBuilder Plus
196194

197195
When `pg_upgrade` has confirmed that the clusters are compatible, you can perform a version upgrade.
198196

197+
!!!note
198+
If you are using any extensions that maintain a constant connection to the database, such as `edb_wait_states`, please disable them before attempting the actual `pg_upgrade`. No connections should be established to the database during the upgrade.
199+
!!!
200+
199201
**Step 7 - Run pg_upgrade**
200202

201203
After confirming that the clusters are compatible, you can invoke `pg_upgrade` to upgrade the old cluster to the new version of EDB Postgres Advanced Server.

product_docs/docs/epas/15/upgrading/04_upgrading_an_installation_with_pg_upgrade/03_upgrading_to_advanced_server.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ If `pg_upgrade` alerts you to a missing component, you can use StackBuilder Plus
186186

187187
After `pg_upgrade` confirms that the clusters are compatible, you can perform a version upgrade.
188188

189+
!!!note
190+
If you are using any extensions that maintain a constant connection to the database, such as `edb_wait_states`, please disable them before attempting the actual `pg_upgrade`. No connections should be established to the database during the upgrade.
191+
!!!
192+
189193
## Step 7 - Run pg_upgrade
190194

191195
After confirming that the clusters are compatible, you can invoke `pg_upgrade` to upgrade the old cluster to the new version of EDB Postgres Advanced Server.

product_docs/docs/epas/16/upgrading/major_upgrade/03_upgrading_to_advanced_server.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ If `pg_upgrade` alerts you to a missing component, you can use StackBuilder Plus
186186

187187
After `pg_upgrade` confirms that the clusters are compatible, you can perform a version upgrade.
188188

189+
!!!note
190+
If you are using any extensions that maintain a constant connection to the database, such as `edb_wait_states`, please disable them before attempting the actual `pg_upgrade`. No connections should be established to the database during the upgrade.
191+
!!!
192+
189193
## Step 7 - Run pg_upgrade
190194

191195
After confirming that the clusters are compatible, you can invoke `pg_upgrade` to upgrade the old cluster to the new version of EDB Postgres Advanced Server.

product_docs/docs/epas/17/upgrading/major_upgrade/03_upgrading_to_advanced_server.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,10 @@ If `pg_upgrade` alerts you to a missing component, you can use StackBuilder Plus
180180

181181
After `pg_upgrade` confirms that the clusters are compatible, you can perform a version upgrade.
182182

183+
!!!note
184+
If you are using any extensions that maintain a constant connection to the database, such as `edb_wait_states`, please disable them before attempting the actual `pg_upgrade`. No connections should be established to the database during the upgrade.
185+
!!!
186+
183187
## Step 7 - Run pg_upgrade
184188

185189
After confirming that the clusters are compatible, you can invoke `pg_upgrade` to upgrade the old cluster to the new version of EDB Postgres Advanced Server.

0 commit comments

Comments
 (0)