From d9e409b9a57f7bd327de27111eb960e8d11382a0 Mon Sep 17 00:00:00 2001 From: li-jun056 <1255728208@qq.com> Date: Sat, 19 Sep 2020 10:24:04 +0800 Subject: [PATCH 1/2] dts --- content/en/docs/Quickstart/configuring-opengauss-parameters.md | 2 +- content/en/docs/Toolreference/gs_ctl.md | 1 + .../\345\256\271\345\231\250\345\256\211\350\243\205.md" | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename "content/zh/docs/installation/openGauss\345\256\271\345\231\250\347\211\210\346\234\254\345\256\211\350\243\205\346\214\207\345\215\227.md" => "content/zh/docs/installation/\345\256\271\345\231\250\345\256\211\350\243\205.md" (100%) diff --git a/content/en/docs/Quickstart/configuring-opengauss-parameters.md b/content/en/docs/Quickstart/configuring-opengauss-parameters.md index ddf730ea6..77a6f8880 100644 --- a/content/en/docs/Quickstart/configuring-opengauss-parameters.md +++ b/content/en/docs/Quickstart/configuring-opengauss-parameters.md @@ -15,7 +15,7 @@ ## Setting a Client Authentication Policy -The current default values for parameters in the openGauss configuration file \(**pg\_hba.conf**\) are all in single-instance configuration mode. You can set application parameters by using **gs\_guc**. For more configurations, see the product documentation. +The current default values for parameters in the openGauss configuration file \(**pg\_hba.conf**\) are all in single-instance configuration mode. You can set application parameters by using **gs\_guc**. For more configurations, see the Developerguide. ### Syntax diff --git a/content/en/docs/Toolreference/gs_ctl.md b/content/en/docs/Toolreference/gs_ctl.md index 19d5b35f4..966e985bc 100644 --- a/content/en/docs/Toolreference/gs_ctl.md +++ b/content/en/docs/Toolreference/gs_ctl.md @@ -74,6 +74,7 @@ The **gs\_ctl** tool can use the following types of parameters:

switchover

When the primary/standby server relationship is normal, switches the standby server is to primary for maintenance purposes. Data will not be lost during the switchover.

+

You must run the switchover command on the standy node to be switched to the primary node.

After the switchover is successful, you need to run the gs_om -t refreshconf command to record information about the current primary and standby servers.

After the switchover command is executed, if a timeout message is returned, the execution status of the background process may be uncertain.

diff --git "a/content/zh/docs/installation/openGauss\345\256\271\345\231\250\347\211\210\346\234\254\345\256\211\350\243\205\346\214\207\345\215\227.md" "b/content/zh/docs/installation/\345\256\271\345\231\250\345\256\211\350\243\205.md" similarity index 100% rename from "content/zh/docs/installation/openGauss\345\256\271\345\231\250\347\211\210\346\234\254\345\256\211\350\243\205\346\214\207\345\215\227.md" rename to "content/zh/docs/installation/\345\256\271\345\231\250\345\256\211\350\243\205.md" -- Gitee From bb3dafe74355dbe37bdadf1f00a4305a04a1be43 Mon Sep 17 00:00:00 2001 From: li-jun056 <1255728208@qq.com> Date: Sat, 19 Sep 2020 10:30:16 +0800 Subject: [PATCH 2/2] dts --- content/zh/menu/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/menu/index.md b/content/zh/menu/index.md index 06922afec..f6dccc665 100644 --- a/content/zh/menu/index.md +++ b/content/zh/menu/index.md @@ -139,7 +139,7 @@ headless: true - [初始化数据库]({{< relref "./docs/Installation/初始化数据库.md" >}}) - [(可选)设置备机可读]({{< relref "./docs/Installation/(可选)设置备机可读.md" >}}) - [安装验证]({{< relref "./docs/Installation/安装验证.md" >}}) - [容器安装opennGuss]({{< relref "./docs/Installation/openGauss容器版本安装指南.md" >}}) + - [容器安装]({{< relref "./docs/Installation/openGauss容器安装.md" >}}) - [卸载openGauss]({{< relref "./docs/Installation/卸载openGauss.md" >}}) - [管理员指南]({{< relref "./docs/Administratorguide/Administratorguide.md" >}}) -- Gitee