From 66b5219ddcd0e289e9bc7e3999350beed546088d Mon Sep 17 00:00:00 2001 From: yuanruji Date: Mon, 21 Oct 2024 18:45:54 +0800 Subject: [PATCH] 666 --- .../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 43f6665eea..a7f580cc11 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 @@ -342,6 +342,7 @@ def tendbha_cluster_upgrade_subflow( "time_zone": cluster_cls.time_zone, "cluster_type": cluster_cls.cluster_type, "created_by": created_by, + "cluster_ids": cluster_ids, "package": pkg.name, "master_ip": old_master_ip, "old_slave_ip": old_slave_ip,