UiPath Documentation
automation-suite
2022.10
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

Automation Suite 安装指南

应用补丁

Automation Suite 补丁是对现有版本的更新,用于修复错误或安全漏洞。 例如,补丁 2022.10.14+patch1 解决了影响版本 2022.10.14 的问题。

重要提示:

我们建议升级到包含相同修复程序的累积更新 (CU),而不是应用补丁。 补丁中提供的所有修复程序也将在补丁的发行说明中提到的 CU 中提供。

要将补丁应用于现有的 Automation Suite 版本,请执行以下步骤:

  1. 使用最新的映像更新注册表。
    1. 补丁工件下载链接下载以下补丁工件。选择适用于您的补丁和注册表配置类型的工件集。

      • sf.tar.gz

      • 任何可选的 Document Understanding 或计算机视觉捆绑包(如有需要)。

    2. 对于离线操作,请执行以下步骤:

      1. 确保sf.tar.gz/uipath/tmp文件夹中可用。 运行以下命令:
        ./configureUiPathAS.sh registry upload --offline-bundle "/uipath/tmp/sf.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --offline-bundle "/uipath/tmp/sf.tar.gz" --offline-tmp-folder "/uipath/tmp"
      2. 加载可选捆绑包:

        1. To load the optional Document Understanding bundle, run the following command:

          ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp"
        2. 要加载可选的计算机视觉捆绑包,请运行以下命令:
          ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/cv-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp" ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/cv-ondemand.tar.gz" --offline-tmp-folder "/uipath/tmp" 
  2. 下载 versions.json。有关说明,请参阅补丁工件下载链接
  3. 通过运行以下命令应用补丁:
    ./install-uipath.sh --patch /tmp/versions.json --install-type <INSTALL_TYPE> -i ./cluster_config.json -o ./output.json -s --accept-license-agreement./install-uipath.sh --patch /tmp/versions.json --install-type <INSTALL_TYPE> -i ./cluster_config.json -o ./output.json -s --accept-license-agreement
    INSTALL_TYPE替换为适用的值: offlineonline
  4. 通过执行以下步骤,检查修补程序操作是否成功:
    1. 运行以下命令以列出所有服务的版本:

      kubectl -n argocd get application -o widekubectl -n argocd get application -o wide
    2. 验证已修补的服务的版本是否已更新。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新