You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Kong as a Heroku app
2
2
====================
3
-
Deploy [Kong 1.0 release candidate 3](https://discuss.konghq.com/t/kong-1-0-rc3-available-for-testing/) clusters to Heroku Common Runtime and Private Spaces using the [Kong buildpack, kong-1.0 branch](https://github.com/heroku/heroku-buildpack-kong/tree/kong-1.0).
3
+
Deploy [Kong 1.0.0](https://konghq.com) clusters to Heroku Common Runtime and Private Spaces using the [Kong buildpack, kong-1.0 branch](https://github.com/heroku/heroku-buildpack-kong/tree/kong-1.0).
4
4
5
5
⏫ **Upgrading from an earlier version?** See [Upgrade Guide](#user-content-upgrade-guide).
6
6
@@ -141,11 +141,13 @@ See these examples of [Using Terraform with Heroku](https://devcenter.heroku.com
141
141
142
142
#### The buildpack
143
143
144
-
[Buildpack v6.0.0](https://github.com/heroku/heroku-buildpack-kong/releases) supports rapid deployments using a
144
+
[Buildpack v6.0.0](https://github.com/heroku/heroku-buildpack-kong/releases) supports rapid deployments using a
145
145
pre-compiled Kong binary. A pre-existing, customized app may require changes continue functioning, if the app explicitly uses the `/app/.heroku` directory prefix.
146
146
147
147
[Buildpack v7.0.0-rc\*](https://github.com/heroku/heroku-buildpack-kong/releases) supports Kong 1.0 release candidates. The "rc" releases only support upgrading from Kong 0.14, not earlier versions or other release candidates.
148
148
149
+
[Buildpack v7.0.0](https://github.com/heroku/heroku-buildpack-kong/releases) supports Kong 1.0.
150
+
149
151
▶️ See [UPGRADING the buildpack](https://github.com/heroku/heroku-buildpack-kong/blob/master/UPGRADING.md).
150
152
151
153
#### Kong
@@ -161,7 +163,8 @@ Then, take into account these facts about how this Kong on Heroku app works:
161
163
1.[perform the upgrade](https://github.com/Kong/kong/blob/master/UPGRADE.md)
162
164
1. allow release process to run
163
165
1. finally restart to the original formation size `heroku ps:scale web=$PREVIOUS_SIZE`
164
-
* once Kong 1.0 is successfully deployed, execute: `heroku run "kong migrations finish"`
166
+
* once Kong 1.0 is successfully deployed, execute: `
167
+
heroku run "kong migrations finish --conf /app/config/kong.conf"`
165
168
166
169
🏥 Please [open an issue](https://github.com/heroku/heroku-kong/issues), if you encounter problems or have feedback about this process.
167
170
@@ -398,7 +401,7 @@ heroku info
398
401
399
402
1. Ensure [requirements](#user-content-requirements) are met
400
403
1. Create the Postgres user & databases:
401
-
404
+
402
405
```bash
403
406
createuser --pwprompt kong
404
407
# set the password "kong"
@@ -414,7 +417,7 @@ heroku info
414
417
bin/start
415
418
```
416
419
417
-
* Logs in`/usr/local/var/kong/logs/`
420
+
* Logs in`/usr/local/var/kong/logs/`
418
421
* Prefix is `/usr/local/var/kong`for commands like:
0 commit comments