From 151ca490fdbdc8150d30aceba22b6cc470311251 Mon Sep 17 00:00:00 2001 From: Make Yuan Date: Thu, 16 Jan 2025 14:38:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(dbm-services):=20=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=90=8E=E9=9C=80=E8=A6=81=E5=AE=89=E8=A3=85?= =?UTF-8?q?dbatoolkit=20#9092?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../backend/flow/engine/bamboo/scene/mysql/mysql_ha_upgrade.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbm-ui/backend/flow/engine/bamboo/scene/mysql/mysql_ha_upgrade.py b/dbm-ui/backend/flow/engine/bamboo/scene/mysql/mysql_ha_upgrade.py index fe5fb2b318..d015ab58f1 100644 --- a/dbm-ui/backend/flow/engine/bamboo/scene/mysql/mysql_ha_upgrade.py +++ b/dbm-ui/backend/flow/engine/bamboo/scene/mysql/mysql_ha_upgrade.py @@ -547,6 +547,7 @@ def tendbha_cluster_upgrade_subflow( root_id=root_id, parent_global_data=copy.deepcopy(parent_global_data), collect_sysinfo=True, + is_init=True, is_install_backup=True, is_install_monitor=True, is_install_rotate_binlog=True,