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

Commit dd795c1

Browse files
committed
Migrate to Kong 1.0
1 parent ddfbe6e commit dd795c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Kong as a Heroku app
22
====================
3-
Deploy [Kong 0.14 Community Edition](https://konghq.com/kong-community-edition/) clusters to Heroku Common Runtime and Private Spaces using the [Kong buildpack](https://github.com/heroku/heroku-buildpack-kong).
3+
Deploy [Kong 1.0 release candidate 2](https://discuss.konghq.com/t/kong-1-0rc2-available-for-testing/2142) 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).
44

55
**Upgrading from an earlier version?** See [Upgrade Guide](#user-content-upgrade-guide).
66

@@ -159,6 +159,7 @@ Then, take into account these facts about how this Kong on Heroku app works:
159159
1. [perform the upgrade](https://github.com/Kong/kong/blob/master/UPGRADE.md)
160160
1. allow release process to run
161161
1. finally restart to the original formation size `heroku ps:scale web=$PREVIOUS_SIZE`
162+
* once Kong 1.0 is successfully deployed, execute: `heroku run "kong migrations finish"`
162163

163164
🏥 Please [open an issue](https://github.com/heroku/heroku-kong/issues), if you encounter problems or have feedback about this process.
164165

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"repository": "https://github.com/heroku/heroku-kong.git",
1414
"success_url": "https://github.com/heroku/heroku-kong/blob/master/README.md#user-content-usage",
1515
"buildpacks": [{
16-
"url": "https://github.com/heroku/heroku-buildpack-kong.git"
16+
"url": "https://github.com/heroku/heroku-buildpack-kong.git#kong-1.0"
1717
}],
1818
"addons": [
1919
"heroku-postgresql"

0 commit comments

Comments
 (0)