您正在查看 Apigee Edge 說明文件。
查看 Apigee X 說明文件。
我們在 2019 年 8 月 14 日推出了新版本的 Apigee Edge 私有雲。
更新程序
如要安裝安裝,請在 Edge 節點上執行以下程序:
-
在所有邊緣節點上:
- 清理 Yum 存放區:
sudo yum clean all
- 將最新的 Edge 4.19.01
bootstrap_4.19.01.sh
檔案下載至/tmp/bootstrap_4.19.01.sh
:curl https://software.apigee.com/bootstrap_4.19.01.sh -o /tmp/bootstrap_4.19.01.sh
- 安裝 Edge 4.19.01
apigee-service
公用程式和依附元件:sudo bash /tmp/bootstrap_4.19.01.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 存放區:
- 更新所有訊息處理器、路由器和管理伺服器節點。在每個節點中執行下列指令:
/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
其中 configFile 指定您用於安裝 Edge 的設定檔。
淘汰與退休
無。
錯誤修正
下表列出這個版本的錯誤:
問題 ID | 說明 |
---|---|
137173422 | 使用 SharedFlow 更新 API 的更新呼叫 使用 SharedFlow 更新部署作業後,API 呼叫下列網址卻失敗: /org/organization_name/sharedflows/sharedflow_ID/deployments |
137238775 | 使用 override 和 delay 的 Deployment API 回應時間緩慢呼叫 override=true 至 Deployment API 時,呼叫 delay 設定值的時間過長。 |
137238775 | trial.mode 的傳輸層安全標準 (TLS) 設為「true 」路由器設定含有 conf_router_is.free.trial.mode=true 設定時,傳輸層安全標準 (TLS) 憑證失敗。 |