Skip to content

Commit 40efef5

Browse files
committed
Update product_docs/docs/pgd/5.8/upgrades/upgrading_major_rolling.mdx
1 parent ba4c8f7 commit 40efef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/pgd/5.8/upgrades/upgrading_major_rolling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Using the [preliminary order](#prepare-the-upgrade), perform the following steps
154154

155155
* **Update the extensions**
156156
* The upgrade process checks for extension updates and generates a script named `updated_extensions.sql` in the current directory if needed.
157-
This contains `ALTER EXTENSION` commands for any extensions that need updating after the upgrade. As these are DDL commands, if you have to run the script before all nodes are upgraded, you should turn off DDL replication temporarily to avoid issues with mixed major versions. If you can defer running the script until all nodes are upgraded, you can run it on each node after the upgrade of that node is complete.
157+
This contains `ALTER EXTENSION` commands for any extensions that need updating after the upgrade. As these are DDL commands, if you have to run the script before all nodes are upgraded, you should [turn off DDL replication temporarily](https://www.enterprisedb.com/docs/pgd/latest/reference/pgd-settings/#bdrddl_replication) to avoid issues with mixed major versions. If you can defer running the script until all nodes are upgraded, you can run it on each node after the upgrade of that node is complete.
158158

159159
* **Validate the new Postgres version**
160160
* Verify that your PostgreSQL instance is now upgraded:

0 commit comments

Comments
 (0)