You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Friday, March 16, 2018, we released a new version of Apigee Edge for Private Cloud.
Update procedure
To update your installation, perform the following procedure on the Edge nodes:
-
On all Edge nodes:
- Clean Yum repos:
> sudo yum clean all
- Update the Edge 4.17.09
bootstrap_4.17.09.sh
file in/tmp/bootstrap_4.17.09.sh
:
> curl https://software.apigee.com/bootstrap_4.17.09.sh -o /tmp/bootstrap_4.17.09.sh
- Install the Edge 4.17.09
apigee-service
utility and dependencies:
> sudo bash /tmp/bootstrap_4.17.09.sh apigeeuser=uName apigeepassword=pWord
where uName:pWord are the username and password you received from Apigee. If you omit pWord, you will be prompted to enter it. - Update the
apigee-setup
utility:
> sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
- Source the
apigee-service.sh
file:
> source /etc/profile.d/apigee-service.sh
- Clean Yum repos:
-
Update all Edge Management Server nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
where configFile specifies the config file you used to install Edge. -
Update all Edge UI nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile
-
Update all Router Message Processor nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile
Bugs fixed
The following bugs are fixed in this release.
Issue ID | Description | Build number |
---|---|---|
68329105 |
Portal setup action fails to create a user when connecting to |
apigee-drupal-devportal-4.17.09-0.0.244.noarch.rpm |
68858244 |
Edge UI with TLS terminated on an ELB, constructs an OAuth logout redirect URL using the HTTP protocol instead of HTTPS. |
edge-ui-4.17.09-0.0.20024.noarch.rpm |
69001358 |
Edge SSO can now connect to the Management Server over HTTPS when the Management Server uses a self-signed cert. |
apigee-sso-4.17.09-0.0.10088.noarch.rpm |
69377379 |
Message Processor now closing SSL sockets correctly The Message Processor now closes SSL sockets correctly to reduce the number of CLOSE_WAIT connections. |
edge-gateway-4.17.09-0.0.1524.noarch.rpm |
69711616 |
Updated Jackson Databind to version 2.7.9.1 in the third-party JARs. |
edge-gateway-4.17.09-0.0.1524.noarch.rpm |
70719754 |
Edge Router and Message Processor can throw Out Of Memory errors after upgrade to 4.17.09 |
edge-gateway-4.17.09-0.0.1524.noarch.rpm
|