4.18.05.01 - Edge for Private Cloud 版本说明

您正在查看 Apigee Edge 文档。
转到 Apigee X 文档
info

2018 年 9 月 10 日,我们发布了新版 Apigee Edge for Private Cloud。

更新过程

如需更新安装,请在 Edge 节点上执行以下过程:

  1. 在所有 Edge 节点上:

    1. 清理 Yum 代码库:
      sudo yum clean all
    2. 将最新的 Edge 4.18.05 bootstrap_4.18.05.sh 文件下载到 /tmp/bootstrap_4.18.05.sh:
      curl https://software.apigee.com/bootstrap_4.18.05.sh -o /tmp/bootstrap_4.18.05.sh
    3. 安装 Edge 4.18.05 apigee-service 实用程序和依赖项:
      sudo bash /tmp/bootstrap_4.18.05.sh apigeeuser=uName apigeepassword=pWord

      其中,uName:pWord 是您从 Apigee 收到的用户名和密码。 如果您省略 pWord,系统会提示您输入密码。

    4. 更新 apigee-setup 实用程序:
      sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
    5. 使用 source 命令执行 apigee-service.sh 脚本:
      source /etc/profile.d/apigee-service.sh
  2. 在每个节点上运行 update 脚本:
    /opt/apigee/apigee-setup/bin/update.sh -c edge -f config_file

    其中,config_file 是您用于安装 Edge for the Private Cloud 的配置文件。唯一的要求是,“apigee”用户必须能够访问该配置文件 。

已修复 Bug

下表列出了此版本中修复的 Bug:

问题 ID 说明 版本号*
79684642 从设置调用 db_upgrade apigee-postgresql-9.6.1-0.0.2007