4.18.05.01 - Edge for Private Cloud release notes

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:

  1. On all Edge nodes:

    1. Clean Yum repos:
      sudo yum clean all
    2. Download the latest Edge 4.18.05 bootstrap_4.18.05.sh file to /tmp/bootstrap_4.18.05.sh:
      curl https://software.apigee.com/bootstrap_4.18.05.sh -o /tmp/bootstrap_4.18.05.sh
    3. Install the Edge 4.18.05 apigee-service utility and dependencies:
      sudo bash /tmp/bootstrap_4.18.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.

    4. Update the apigee-setup utility:
      sudo /opt/apigee/apigee-service/bin/apigee-service apigee-setup update
    5. Use the source command to execute the apigee-service.sh script:
      source /etc/profile.d/apigee-service.sh
  2. Run the update script on each node:
    /opt/apigee/apigee-setup/bin/update.sh -c edge -f config_file

    Where config_file is the configuration file that you used to install Edge for the Private Cloud. The only requirement is that the configuration file must be accessible by the "apigee" user.

Bugs fixed

The following table lists the bugs fixed in this release:

Issue ID Description Build Number*
79684642 Invoke db_upgrade from setup apigee-postgresql-9.6.1-0.0.2007