您正在查看 Apigee Edge 文档。
前往 Apigee X 文档。 信息
2018 年 9 月 10 日,我们发布了新版 Apigee Edge for Private Cloud。
更新过程
如需更新安装,请在 Edge 节点上执行以下步骤:
- 在所有 Edge 节点上:
- 清理 Yum 代码库:
sudo yum clean all
- 更新“/tmp/bootstrap_4.17.09.sh”中的 Edge 4.17.09
bootstrap_4.17.09.sh文件:curl https://software.apigee.com/bootstrap_4.17.09.sh -o /tmp/bootstrap_4.17.09.sh
- 安装 Edge 4.17.09
apigee-service实用程序和依赖项:sudo bash /tmp/bootstrap_4.17.09.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 代码库:
- 在每个 Qpid 节点上,运行
update实用程序:/opt/apigee/apigee-setup/bin/update.sh -c qpid -f config_file
- 在每个 Postgres 节点上,运行
update实用程序:/opt/apigee/apigee-setup/bin/update.sh -c ps -f config_file
- 在每个 BAAS usergrid 节点上,运行
update实用程序:/opt/apigee/apigee-setup/bin/update.sh -c b -f config_file
已修复 Bug
下表列出了此版本中修复的 bug:
| 问题 ID | 说明 | 版本号* |
|---|---|---|
| 67727814 | Postgres 升级在 4.17.09 上失败 | apigee-postgresql-9.4.11-0.0.1135 |
| 72173268 | 在 CentOS 7.3 上将 apigee-qpidd 从 17.09 升级到 18.01 失败 | apigee-qpidd-4.17.09-0.0.856 |
| 72651279 | 升级 BaaS 界面以使用 reCAPTCHA v2 | apigee-tomcat-7.0.82-0.0.897 |