!342 集群管理组件支持增量升级

Merge pull request !342 from coolany/master
This commit is contained in:
opengauss-bot
2022-12-10 03:03:44 +00:00
committed by Gitee
7 changed files with 917 additions and 5 deletions

View File

@ -128,7 +128,9 @@ class OMCommand():
"Local_Check_SshAgent": os.path.normpath(Current_Path
+ "/../../local/CheckSshAgent.py"),
"Local_Upgrade_Utility": os.path.normpath(
Current_Path + "/../../local/UpgradeUtility.py")
Current_Path + "/../../local/UpgradeUtility.py"),
"Local_Upgrade_CM": os.path.normpath(
Current_Path + "/../../local/upgrade_cm_utility.py")
}
return "python3 '%s'" % LocalScript[script]