UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

更新外部 Redis 凭据

在 Automation Suite 中使用 cluster_config.json 更新外部 Redis 凭据。

生成 cluster_config.json 文件

使用以下命令生成最新的cluster_config.json文件:

./bin/uipathctl manifest get-revision >> ./cluster_config.json
./bin/uipathctl manifest get-revision >> ./cluster_config.json
备注:

有关如何配置cluster_config.json参数的详细信息,请参阅高级安装体验

为 Redis 提供新凭据

使用新的password和/或hostname更新cluster_config.json文件中的以下部分:

"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }
}
"fabric": {
  "redis": {
    "hostname": "new_hostname",
    "password": "new_password",
    "port": 6380,
    "tls": true
  }
}

运行安装程序

要运行安装程序,请使用以下命令:

cd /opt/UiPathAutomationSuite/{version}/installer

./bin/uipathctl manifest apply ./cluster_config.json --versions versions/helm-charts.json
cd /opt/UiPathAutomationSuite/{version}/installer

./bin/uipathctl manifest apply ./cluster_config.json --versions versions/helm-charts.json
  • 生成 cluster_config.json 文件
  • 为 Redis 提供新凭据
  • 运行安装程序

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新