Skip to content

Commit 132df59

Browse files
committed
Adjust for not latest
1 parent 40efef5 commit 132df59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/pgd/5.8/ddl/ddl-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ function.
8080

8181
PGD does not support DDL replication between different major Postgres versions in a cluster. Most of the time, this is not an issue because clusters will be running the same major version of Postgres. This is not the case though when performing a rolling upgrade of a cluster from one major version to another. In this case, DDL replication is not supported until all nodes have been upgraded to the same major version and should not be used.
8282

83-
Special care should be taken in the upgrade process when updating extensions as the scripts may trigger DDL replication. In this case, if the scripts must be run before upgrading is complete, `bdr.ddl_replication` setting should be set to `off` while running the script. See the [Rolling upgrade guide](/pgd/latest/upgrade/rolling-upgrade) for more information on how to perform a rolling upgrade of a PGD cluster.
83+
Special care should be taken in the upgrade process when updating extensions as the scripts may trigger DDL replication. In this case, if the scripts must be run before upgrading is complete, `bdr.ddl_replication` setting should be set to `off` while running the script. See the [Rolling upgrade guide](/pgd/5.8/upgrade/rolling-upgrade) for more information on how to perform a rolling upgrade of a PGD cluster.
8484

0 commit comments

Comments
 (0)