This repository was archived by the owner on Feb 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ heroku run bash --app $APP_NAME
2323# (Note: some commands require the config file and others the prefix)
2424# (Note: the `$KONG_CONF` variable is already defined)
2525~ $ kong migrations list -c $KONG_CONF
26- ~ $ kong health -p /app/.heroku
26+ ~ $ kong health -p /app/kong-runtime
2727```
2828
2929### Proxy & protect the Admin API
Original file line number Diff line number Diff line change @@ -127,6 +127,17 @@ heroku config:unset KONG_HEROKU_ADMIN_KEY
127127
128128### Upgrade guide
129129
130+ 🚨 ** Potentially breaking changes.** Please attempt upgrades on a staging system before upgrading production.
131+
132+ #### The buildpack
133+
134+ [ Buildpack v6.0.0] ( https://github.com/heroku/heroku-buildpack-kong/releases ) supports rapid deployments using a
135+ pre-compiled Kong binary. Your pre-existing app may require changes continue functioning.
136+
137+ ▶️ See [ UPGRADING the buildpack] ( https://github.com/heroku/heroku-buildpack-kong/blob/master/UPGRADING.md ) .
138+
139+ #### Kong
140+
130141First, see [ Kong's official upgrade path] ( https://github.com/Kong/kong/blob/master/UPGRADE.md ) .
131142
132143Then, take into account these facts about how this Kong on Heroku app works:
Original file line number Diff line number Diff line change 2323# GENERAL
2424#------------------------------------------------------------------------------
2525
26- prefix = /app/.heroku/ # Working directory. Equivalent to Nginx's
26+ prefix = /app/kong-runtime/ # Working directory. Equivalent to Nginx's
2727 # prefix path, containing temporary files
2828 # and logs.
2929 # Each Kong process must have a separate
You can’t perform that action at this time.
0 commit comments