automation-suite
2023.4
false
- 概述
- 要求
- 安装
- 安装后
- 集群管理
- 监控和警示
- 迁移和升级
- 特定于产品的配置
- 最佳实践和维护
- 故障排除
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Linux 版 Automation Suite 安装指南
Last updated 2024年9月5日
手动:离线升级
重要提示:
确保所有节点上的
/opt/UiPathAutomationSuite
文件夹中都有 10GiB 的可用空间。 如果空间不足,您可以增加此文件夹的容量,也可以删除除cluster_config.json
之外的所有以前的安装程序文件。 您始终可以再次下载以前的安装程序。
要验证可用空间,请运行以下命令:
df -h /opt/UiPathAutomationSuite
。
要准备升级,请执行以下步骤:
重要提示:如果在升级期间或之后发生任何错误或问题,只要您之前配置了备份,就可以回滚到以前的版本。有关说明,请参阅出错时回滚。
为了最大程度地缩短所需的停机时间,请执行以下步骤,在升级之前将
docker-registry
和 containerd
与容器映像结合使用,以用于新版产品。
重要提示:
- 确保在升级前 10 个小时内不要结合使用容器和/或其他基础架构映像。
- 如果升级 Document Understanding 和 Computer Vision,则必须下载与升级后的 Automation Suite 版本匹配的基本映像(使用与 ML 包版本对应的基本映像),并在升级前将其与 Docker 注册表结合使用,以避免中断正在运行 DU 技能。要下载 Document Understanding 和 Computer Vision 安装包,请参阅下载安装包。
将集群置于维护模式将关闭入口控制器和所有 UiPath 服务,并阻止进入 Automation Suite 集群的所有传入流量。
重要提示:此操作将导致停机,并且在整个升级过程中,您的业务自动化将暂停。
此步骤将升级与集群一起运行的结构和服务组件。 您只能在主服务器节点上执行此步骤。
执行升级后,您可以执行以下附加步骤:
-
要验证 Automation Suite 是否运行正常,请运行:
kubectl get applications -n argocd
kubectl get applications -n argocd -
从低于 2023.4.0 的 Automation Suite 版本升级时,请验证 Apps 是否正在运行,然后删除 MongoDB:
./configureUiPathAS.sh mongodb uninstall --force
./configureUiPathAS.sh mongodb uninstall --force -
如果您在使用
./configureUiPathAS.sh mongodb uninstall --force
命令删除 MongoDB 时遇到错误,请尝试运行以下命令:kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": false }}}}' ./configureUiPathAS.sh mongodb uninstall --force kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": true }}}}'
kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": false }}}}' ./configureUiPathAS.sh mongodb uninstall --force kubectl patch application "fabric-installer" -n argocd --type=merge -p '{"spec" : {"syncPolicy" : {"automated" : {"selfHeal": true }}}}' - 如果在执行升级后遇到映像漏洞或存储消耗问题,请从旧的安装程序中删除映像。有关详细信息,请参阅故障排除部分。
-
After upgrading to Automation Suite 2023.4.8 or newer, you can clean up the previous version images after the upgrade from the in-cluster Docker registry. For instructions, see How to delete images from the old installer after upgrade.
重要提示:
请确保 Automation Suite 已启动并正在运行,并且您的自动化按预期继续运行,然后再继续执行后续步骤。
在开始升级集群之前,升级脚本会自动创建集群的备份,然后暂时将其禁用。 升级完成后,您可能需要手动启用备份。
要启用备份,请按照备份和还原集群文档中所述的说明进行操作。