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:
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.