4.16.01.05 - Edge for Private Cloud 版本说明

您正在查看 Apigee Edge 文档。
前往 Apigee X 文档
信息

2016 年 8 月 4 日(星期四),我们发布了新版 Apigee Edge 私有云。

更新过程

此版本包括对 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 说明 版本号
PRC-1103

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

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

apigee-openldap-2.4-0.0.921

已知问题

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

问题 ID 说明
APIRT-2978

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

如果边缘路由器无法启动 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”命令,并看到以下形式的错误:

错误:必须是关系的所有者

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

POSTGRES_USER=apigee

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