Skip to main content
Skip table of contents

API Management Migration Notes 7.2.0 -> 7.3.0

If starting with a clean installation, there is nothing to do. If updating an installation of API Management, follow the steps listed on Updating API Management and pay attention to the following changes:

  • The version of the used underlying MySQL database has changed from 5.7.24 to 5.7.25.

  • The Docker settings file .env has changed:

Old

New

To Do

BRIDGE_URL=bridge.host.com:port

BRIDGE_URL=bridge.host.com
BRIDGE_Port=port

Remove the port from variable BRIDGE_URL, add the new variable BRIDGE_Port and provide the port there.

KEYCLOAK_ADMIN_USERNAME

Newly added. You only need to set these for a clean install, otherwise leave blank or comment out.

KEYCLOAK_ADMIN_PASSWORD

  • The structure in which the certificates must be present in the API Management installation has changed.
    You need to create this folder structure in your instance of API Management and move your certificates there. See the Installing API Management, Step 3 for instructions.

  • The docker image for Elasticsearch has changed.
    There is nothing to do for your. Refer to the Elasticsearch pages for more information on the new version.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.