diff --git a/content/en/docs/Quickstart/configuring-opengauss-parameters.md b/content/en/docs/Quickstart/configuring-opengauss-parameters.md index ddf730ea6ed9b3325547d5457015f2af56f5adc5..77a6f888074d7dd9c1524000958a9b7f67a64e28 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 19d5b35f4af5bc7135f29cf7867899fa6162dc9f..966e985bcac07b12ebd6121d5b72507737f48e93 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"