You're viewing Apigee Edge documentation.
  Go to the
     Apigee X documentation. info
On September 10th, 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.shfile 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-serviceutility 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-setuputility:sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update 
- Execute the contents of the apigee-service.shfile by using thesourcecommand:source /etc/profile.d/apigee-service.sh 
 
- Clean Yum repos:
- On each of your qpid nodes, run the updateutility:/opt/apigee/apigee-setup/bin/update.sh -c qpid -f config_file 
- On each of your Postgres nodes, run the updateutility:/opt/apigee/apigee-setup/bin/update.sh -c ps -f config_file 
- On each of your BAAS usergrid nodes, run the updateutility:/opt/apigee/apigee-setup/bin/update.sh -c b -f config_file 
Bugs fixed
The following table lists the bugs fixed in this release:
| Issue ID | Description | Build Number* | 
|---|---|---|
| 67727814 | Postgres upgrade failed on 4.17.09 | apigee-postgresql-9.4.11-0.0.1135 | 
| 72173268 | Upgrade apigee-qpidd on CentOS 7.3 from 17.09 to 18.01 was failing | apigee-qpidd-4.17.09-0.0.856 | 
| 72651279 | Upgrade BaaS UI to use reCAPTCHA v2 | apigee-tomcat-7.0.82-0.0.897 |