Skip to content

Commit

Permalink
fix(redis): 单实例迁移时版本升级获取配置文件模板失败 #8795
Browse files Browse the repository at this point in the history
  • Loading branch information
OMG-By authored and iSecloud committed Dec 24, 2024
1 parent 06d486f commit 9eb1a55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def get_redis_install_sub_pipelines(self, act_kwargs, master_ip, slave_ip, spec_
port = src_master_info["port"]
act_kwargs.exec_ip = master_ip
act_kwargs.cluster["immute_domain"] = src_master_info["immute_domain"]
act_kwargs.cluster["origin_db_version"] = src_master_info["origin_db_version"]
install_master_redis_params = {
"meta_role": InstanceRole.REDIS_MASTER.value,
"start_port": port,
Expand Down

0 comments on commit 9eb1a55

Please sign in to comment.