4.16.01.05 - Edge for Private Cloud 版本说明

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

2016 年 8 月 4 日(周四),我们发布了新版本的 Apigee Edge for Private Cloud。

更新过程

此版本包含对 OpenLDAP RPM 的更新。如需更新安装,请在所有 OpenLDAP 节点上执行以下 过程:

  1. 更新 Edge apigee-service 实用程序和 依赖项:

    > sudo bash /tmp/bootstrap.sh apigeeuser=uName apigeepassword=pWord JAVA_FIX=I

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

  2. apigee-service.sh 文件添加来源:
    > source /etc/profile.d/apigee-service.sh

  3. 清理 Yum 代码库:
    > sudo yum clean all

  4. 更新 apigee-setup
    >/opt/apigee/apigee-service/bin/apigee-service apigee-setup update

  5. 更新 OpenLDAP:
    >/opt/apigee/apigee-setup/bin/update.sh -c ldap -f configFile

    其中,configFile 指定了您用于安装 Edge 的配置文件。

已修复 Bug

此版本修复了以下 Bug。

问题 ID 说明 build 号
PRC-1103

初始系统管理员账号未与正确的 LDAP 密码 政策

此问题导致系统管理员应用了具有密码过期的默认政策,从而在 30 天后锁定系统管理员用户。

apigee-openldap-2.4-0.0.921

已知问题

此版本存在以下已知问题。

问题 ID 说明
APIRT-2978

路由器无法启动 Nginx 或路由器无法启动

如果 Edge 路由器无法启动 Nginx 或根本无法启动,如 /opt/apigee/var/log/edge-router/logs/system.log 文件所示,请删除 /opt/nginx/conf.d 目录中的所有文件,然后 重启路由器:

> rm -f /opt/nginx/conf.d/*
> /opt/apigee/apigee-service/bin/apigee-service edge-router restart
PRC-1118

运行“apigee-service apigee-postgresql pg-data-purge” 命令时出错

如果您运行“apigee-service apigee-postgresql pg-data-purge”命令,并 看到以下形式的错误:

ERROR: must be owner of relation

请修改 /opt/apigee/apigee-postgresql-4.16.05-0.0.894/lib/actions/pg-data-purge ,并将以下属性设置为“apigee”:

POSTGRES_USER=apigee

DOC-1687 由于存在已知的软件包依赖项冲突,在运行 Qpid 守护程序的 Apigee Edge 主机上,Satellite Server 6 中使用的 Katello 代理将无法正确安装。