ここに表示されているのは Apigee Edge のドキュメントです。
Go to the
Apigee X のドキュメントに移動します。 info
2018 年 9 月 10 日に、Apigee Edge for Private Cloud の新しいバージョンをリリースしました。
更新手順
インストールを更新するには、Edge ノードで次の手順を行います。
- すべての Edge ノードで:
- Yum リポジトリをクリーンアップします。
sudo yum clean all
- 「"/tmp/bootstrap_4.17.09.sh"」にある Edge 4.17.09
bootstrap_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ユーティリティと依存関係をインストールします。sudo bash /tmp/bootstrap_4.17.09.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 リポジトリをクリーンアップします。
- 各 qpid ノードで、
updateユーティリティを実行します。/opt/apigee/apigee-setup/bin/update.sh -c qpid -f config_file
- 各 Postgres ノードで、
updateユーティリティを実行します。/opt/apigee/apigee-setup/bin/update.sh -c ps -f config_file
- 各 BAAS usergrid ノードで、
updateユーティリティを実行します。/opt/apigee/apigee-setup/bin/update.sh -c b -f config_file
修正済みのバグ
次の表に、このリリースで修正されたバグを示します。
| 問題 ID | 説明 | ビルド番号* |
|---|---|---|
| 67727814 | 4.17.09 で Postgres のアップグレードに失敗した | apigee-postgresql-9.4.11-0.0.1135 |
| 72173268 | CentOS 7.3 で 17.09 から 18.01 への apigee-qpidd のアップグレードに失敗した | apigee-qpidd-4.17.09-0.0.856 |
| 72651279 | reCAPTCHA v2 を使用するように BaaS UI をアップグレードする | apigee-tomcat-7.0.82-0.0.897 |