From 2e7d2e9497e789d5b516e7512db3d3afe9430be8 Mon Sep 17 00:00:00 2001 From: jqn123 <3457222599@qq.com> Date: Wed, 25 Aug 2021 11:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E6=A0=87=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/zh/docs/Toolreference/gs_ctl.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/zh/docs/Toolreference/gs_ctl.md b/content/zh/docs/Toolreference/gs_ctl.md index 90206e121..fe575ca54 100644 --- a/content/zh/docs/Toolreference/gs_ctl.md +++ b/content/zh/docs/Toolreference/gs_ctl.md @@ -333,7 +333,7 @@ gs\_ctl参数可分为如下几类:
警告 ● 增量重建适用于主备双主等因日志 造成的不一致场景。
● 增量重建不适用于一主一备并且没有开启最大高可用的场景,此种场景下需要使用全量重建或者开启最大高可用后再进行增量重建。
● 备机数据文件损坏、数据目录丢失 等故障通过增量重建的方式无法修复,此时可通过全量重建的方式重 新修复备机。
-● auto(不指定):先增量,增量失败后进行会自动进行一次全量重建。
+ @@ -401,4 +401,3 @@ gs\_ctl参数可分为如下几类: - -- Gitee