You're viewing Apigee Edge documentation.
  Go to the
     Apigee X documentation. info
On August 14th, 2019, 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 the Yum repos:
          sudo yum clean all 
- Download the latest Edge 4.19.01 bootstrap_4.19.01.shfile to/tmp/bootstrap_4.19.01.sh:curl https://software.apigee.com/bootstrap_4.19.01.sh -o /tmp/bootstrap_4.19.01.sh 
- Install the Edge 4.19.01 apigee-serviceutility and dependencies:sudo bash /tmp/bootstrap_4.19.01.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-setuputility:sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update 
- Use the sourcecommand to execute theapigee-service.shscript:source /etc/profile.d/apigee-service.sh 
 
- Clean the Yum repos:
          
- Update all Message Processor, Router, and Management Server nodes. On each node, execute the
      following command:
      /opt/apigee/apigee-setup/bin/update.sh -c edge -f configFile Where configFile specifies the configuration file that you used to install Edge. 
Deprecations and retirements
None.
Bugs fixed
The following table lists the bugs fixed in this release:
| Issue ID | Description | 
|---|---|
| 137173422 | API calls to updated deployments with SharedFlow After updating a deployment with a SharedFlow, API calls to the following URL were failing: /org/organization_name/sharedflows/sharedflow_ID/deployments | 
| 137238775 | Slow Deployment API response time with overrideanddelayCalls to the Deployment API with override=trueand a value set fordelaywere taking too long
          to return. | 
| 137238775 | TLS failures with trial.modeset totrueTLS certificates were failing when the Router configuration included the conf_router_is.free.trial.mode=truesetting. |