automation-suite
2023.10
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Linux 版 Automation Suite 安装指南

上次更新日期 2026年3月6日

从集群中检索最新应用的配置

建议您在尝试升级之前从集群中检索配置文件。 这可防止您在执行升级时覆盖配置。

要检索配置,请执行以下步骤之一。

备注:

如果从 2023.10.0 或更高版本升级,请确保使用基本(当前已安装)版本目录中的uipathctl命令。如果从 2023.10.0 之前的版本升级:

  • 确保使用系统当前安装的安装程序版本中的configureUiPathAS.sh脚本。 例如,如果您运行的是 2023.4 版本, 确保使用 2023.4 中的configureUiPathAS.sh脚本来检索文件。
  • cluster_config.json文件中手动添加"install_type": "offline"选项。有关更多详细信息,请参阅更新集群配置页面。
  • 如果从 2023.10.0 之前的版本升级,请使用以下选项:
    • 选项 A :如果您已有可用的cluster_config.json文件,请导航到当前安装的 Automation Suite 版本的安装程序文件夹并运行以下命令来获取该文件:
      cd /opt/UiPathAutomationSuite/<current_installed_AS>/installer
      
      ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.json
      cd /opt/UiPathAutomationSuite/<current_installed_AS>/installer
      
      ./configureUiPathAS.sh config get -i /path/to/old/cluster_config.json -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.json
      
    • 选项 B :如果您没有可用的cluster_config.json文件,请导航到最新的安装程序文件夹并运行以下命令,以生成该文件:
      cd /opt/UiPathAutomationSuite/<current_installed_AS>/installer
      
      ./configureUiPathAS.sh config get -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.json
      cd /opt/UiPathAutomationSuite/<current_installed_AS>/installer
      
      ./configureUiPathAS.sh config get -o /opt/UiPathAutomationSuite/latest/installer/cluster_config.json
      
  • 如果从 2023.10.0 或更高版本升级,请导航到最新的安装程序文件夹并运行以下命令,以生成配置文件:
    cd /opt/UiPathAutomationSuite/<current_installed_AS>/installer
    uipathctl manifest get-revision > ./cluster_config.json
    cd /opt/UiPathAutomationSuite/<current_installed_AS>/installer
    uipathctl manifest get-revision > ./cluster_config.json
    

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新