You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Monday, July 31, 2017, 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.05 bootstrap_4.17.05.sh file
in /tmp/bootstrap_4.17.05.sh:
> curl https://software.apigee.com/bootstrap_4.17.05.sh -o /tmp/bootstrap_4.17.05.sh - Install the Edge 4.17.05 apigee-service utility and
dependencies:
> sudo bash /tmp/bootstrap_4.17.05.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 Cassandra nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c cs -f configFile
where configFile specifies the config file you used to install Edge. -
Update all Router nodes:
> yum update apigee-nginx
> /opt/nginx/scripts/apigee-nginx restart -
Update all Router and Message Processor nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile -
Update all Edge UI nodes:
>/opt/apigee/apigee-setup/bin/update.sh -c ui -f configFile
Bugs fixed
The following bugs are fixed in this release.
Issue ID | Description | Build number |
---|---|---|
APIRT-3832 |
Message Processor not populating the server name field in a TLS request when using proxy server for connection to backend service An Nginx startup error occurred if IPv6 was enabled on Nginx on a system that did not have IPv6 enabled. |
edge-gateway-4.17.05-0.0.1231 |
APIRT-4346 |
Edge Router now working on FIPS-enabled server The Edge Router can now be deployed to a server that supports FIPS (Federal Information Processing Standards). |
apigee-nginx-1.12.1-1.el6.x86_64 |
AXAPP-2473 |
Cannot enable analytics daily report if the user's email address includes a capital letter |
edge-gateway-4.17.05-0.0.1231 |
AXAPP-2495 |
Time fields when exporting a report to a CSV file in the Edge UI now uses a 24 hour format Time fields are exported in a 24 hour format to make it easier to identify AM/PM times. |
edge-ui-4.17.05-0.0.3888 |
DBS-1529 |
Cassandra backup script no longer stops/restarts Cassandra Previously, the Cassandra backup script stopped and then restarted the Cassandra server as part of the backup process. The script no longer performs this stop/restart and leaves the Cassandra server running during the backup process. |
apigee-cassandra-2.1.16-0.0.1078 |
DOS-4675 |
The apigee-registration-setup for the Edge Management Server now correctly adds any missing datastores to a pod The following command now correctly adds any missing datastores to a pod: where configFile specifies the config file you used to install Edge. |
edge-gateway-4.17.05-0.0.1231 |
DOS-5100 |
setup.sh correctly sets Postgres password based on value specified by PG_PWD When installing Edge, you use the PG_PWD property to specify the Postgres password. In previous releases, this property was not read by all Edge components, such as the Management Server. Now, all Edge components set the Postgres property based on PG_PWD. |
edge-gateway-4.17.05-0.0.1231 |
EDGEUI-1032 |
Link in email to set a password directs you to the login page
When a new user clicks the link in an email to set a password, the link now directs
them to the set password page and not the login page.
|
edge-ui-4.17.05-0.0.3888 |
EDGEUI-1120 |
Edge UI trace now working correctly in Internet Explorer |
edge-ui-4.17.05-0.0.3888 |