Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 59770e1

Browse files
authored
🚨 Switch prefix from /app/.heroku to /app/kong-runtime (#23)
1 parent 8993ed9 commit 59770e1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

ADMIN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
130141
First, see [Kong's official upgrade path](https://github.com/Kong/kong/blob/master/UPGRADE.md).
131142

132143
Then, take into account these facts about how this Kong on Heroku app works:

config/kong.conf.etlua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

0 commit comments

Comments
 (0)