您正在查看 Apigee Edge 文档。
前往 Apigee X 文档。 信息
2019 年 8 月 14 日,我们发布了新版 Apigee Edge for Private Cloud。
更新过程
如需更新安装,请在 Edge 节点上执行以下步骤:
-
在所有边缘节点上:
- 清理 Yum 代码库:
sudo yum clean all
- 将最新的 Edge 4.19.01
bootstrap_4.19.01.sh文件下载到/tmp/bootstrap_4.19.01.sh:curl https://software.apigee.com/bootstrap_4.19.01.sh -o /tmp/bootstrap_4.19.01.sh
- 安装 Edge 4.19.01
apigee-service实用程序和依赖项:sudo bash /tmp/bootstrap_4.19.01.sh apigeeuser=uName apigeepassword=pWord
其中,uName:pWord 是您从 Apigee 收到的用户名和密码。 如果您省略 pWord,系统会提示您输入。
- 更新
apigee-setup实用程序:sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
- 使用
source命令执行apigee-service.sh脚本:source /etc/profile.d/apigee-service.sh
- 清理 Yum 代码库:
- 更新所有消息处理器、路由器和管理服务器节点。在每个节点上,执行以下命令:
/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
其中,configFile 指定了您用于安装 Edge 的配置文件。
弃用和停用
无。
已修复 Bug
下表列出了此版本中修复的 bug:
| 问题 ID | 说明 |
|---|---|
| 137173422 | 对包含 SharedFlow 的已更新部署的 API 调用 更新包含 SharedFlow 的部署后,对以下网址的 API 调用失败: /org/organization_name/sharedflows/sharedflow_ID/deployments |
| 137238775 | 使用 override 和 delay 的部署 API 响应时间过长使用 override=true 调用部署 API 并为 delay 设置值时,返回时间过长。 |
| 137238775 | 将 trial.mode 设置为 true 时的 TLS 失败当路由器配置包含 conf_router_is.free.trial.mode=true 设置时,TLS 证书会失败。 |