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 7f5c8c7eb5f55b46c185cb31afe8683743bf3778..b60c528750532de88ea899dab738d127b62f36d1 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版本。 # # 升级