From 8983fee228053c2a83ecd5b502e85cfc6b402a12 Mon Sep 17 00:00:00 2001 From: ZigSmith Date: Fri, 2 Apr 2021 11:55:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=B3=E4=BA=8EMOT?= =?UTF-8?q?=E8=A1=A8=E5=8D=87=E7=BA=A7=E7=9A=84=E7=BA=A6=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\215\207\347\272\247\346\214\207\345\257\274\344\271\246.md" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/content/zh/post/shine/openGauss\345\215\207\347\272\247\346\214\207\345\257\274\344\271\246.md" "b/content/zh/post/shine/openGauss\345\215\207\347\272\247\346\214\207\345\257\274\344\271\246.md" index 7f5c8c7e..b60c5287 100644 --- "a/content/zh/post/shine/openGauss\345\215\207\347\272\247\346\214\207\345\257\274\344\271\246.md" +++ "b/content/zh/post/shine/openGauss\345\215\207\347\272\247\346\214\207\345\257\274\344\271\246.md" @@ -113,6 +113,8 @@ openGauss升级版本要求如[表1](#table7961729)所示。 - 升级过程中如果系统表新增了字段,升级后通过**\\d**命令将查看不到这些新增的字段。此时通过**select**命令可以查到这些新增的字段。 - 升级需要guc参数enable\_stream\_replication=on,该参数为off时不允许升级。 - 灰度升级中,业务并发要小于200并发读加200并发写的情况。 +- 一主多备的集群,在升级到openGauss1.1.0之后的版本后,如果修改了配置文件中的listen_addresses为“*”,则需要修改对应的replconninfo1,……replconninfo*中的localport的值为原有的值再加5,例如,原有的值为16000,现在需要修改为16005,否则会导致重启集群失败。 +- 若在openGauss2.0.0之前的版本中使用了MOT表,则不支持升级到openGauss2.0.0版本。 # # 升级 -- Gitee