您目前查看的是 Apigee Edge 說明文件。
前往 Apigee X 說明文件。 info
我們在 2018 年 3 月 16 日 (星期五) 發布了新版 Apigee Edge for Private Cloud。
更新程序
如要更新安裝項目,請在 Edge 節點上執行下列程序:
-
在所有 Edge 節點上:
- 清除 Yum 存放區:
> sudo yum clean all
- 更新
/tmp/bootstrap_4.17.09.sh中的 Edge 4.17.09bootstrap_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公用程式和依附元件: 其中 uName:pWord 是您從 Apigee 取得的使用者名稱和密碼。如果省略 pWord,系統會提示您輸入。> sudo bash /tmp/bootstrap_4.17.09.sh apigeeuser=uName apigeepassword=pWord
- 更新
apigee-setup公用程式:
> sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
- 取得
apigee-service.sh檔案:
> source /etc/profile.d/apigee-service.sh
- 清除 Yum 存放區:
-
更新所有 Edge Management Server 節點:
其中 configFile 指定您用來安裝 Edge 的設定檔。>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
-
更新所有 Edge UI 節點:
>/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile
-
更新所有 Router Message Processor 節點:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
修正錯誤
這個版本修正了下列錯誤。
| 問題 ID | 說明 | 版本號碼 |
|---|---|---|
| 68329105 |
連接至 |
apigee-drupal-devportal-4.17.09-0.0.244.noarch.rpm |
| 68858244 |
Edge UI 在 ELB 上終止 TLS,並使用 HTTP 通訊協定而非 HTTPS,建構 OAuth 登出重新導向網址。 |
edge-ui-4.17.09-0.0.20024.noarch.rpm |
| 69001358 |
如果管理伺服器使用自行簽署的憑證,Edge SSO 現在可以透過 HTTPS 連線至管理伺服器。 |
apigee-sso-4.17.09-0.0.10088.noarch.rpm |
| 69377379 |
訊息處理工具現在會正確關閉 SSL Socket 訊息處理器現在會正確關閉 SSL Socket,減少 CLOSE_WAIT 連線數量。 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm |
| 69711616 |
已將第三方 JAR 中的 Jackson Databind 更新至 2.7.9.1 版。 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm |
| 70719754 |
升級至 4.17.09 後,Edge 路由器和訊息處理工具可能會擲回記憶體不足錯誤 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm
|