Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (19 loc) · 1.43 KB

UPGRADING.md

File metadata and controls

35 lines (19 loc) · 1.43 KB

Upgrading the Kong buildpack for Heroku

🚨 Potentially breaking change major version upgrade from Kong 0.14 to 1.0.

👓 See Kong's official upgrade path.

🚨 Potentially breaking change to support rapid deployments using a pre-compiled Kong binary.

Kong's filesystem prefix is changing in this buildpack:

/app/.heroku/app/kong-runtime

In your app's config/kong.conf.etlua file, change the prefix value to /app/kong-runtime/, & commit the change.

Search your app for .heroku to find any other instances of /app/.heroku that may need to be updated to /app/kong-runtime.

⭐️ A backward-compatibility patch is applied automatically, linking /app/.heroku to /app/kong-runtime. We still advise using the new prefix to avoid any strange behavior from invoking executables through a symbolic link.

🚨 Potentially breaking change to upgrade to Kong 0.14 from an earlier version.

We advise recreating your Kong app & its configuration using this newest version.

👓 See Kong's official upgrade path.