From 14a5d9413cb1fb36ac310cf189b0ffa7eab19fcd Mon Sep 17 00:00:00 2001 From: liuzhanfeng2 Date: Tue, 8 Apr 2025 14:35:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0guc=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/gs_guc/cluster_guc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/gs_guc/cluster_guc.conf b/src/bin/gs_guc/cluster_guc.conf index dee2e5922b..e480e990f1 100755 --- a/src/bin/gs_guc/cluster_guc.conf +++ b/src/bin/gs_guc/cluster_guc.conf @@ -903,6 +903,7 @@ ddb_log_backup_file_count|int|1,100|NULL|NULL| ddb_max_log_file_size|string|0,0|NULL|NULL| ddb_log_suppress_enable|int|0,1|NULL|NULL| ddb_election_timeout|int|1,600|NULL|NULL| +upgrade_from|int|0,4294967295|NULL|For upgrading, specify which version we are upgrading from.| [cmagent] log_dir|string|0,0|NULL|NULL| log_file_size|int|0,2047|MB|NULL| -- Gitee