Skip to content

Commit

Permalink
docs(upgrade) notice for clustering docs and Serf distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 28, 2016
1 parent b73f38c commit 63cf774
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,18 @@ cassandra:
- ...
```
Secondly, you will need to have [Serf](https://www.serfdom.io) installed on your system and available in your `$PATH`.
Secondly, if you installed Kong from source or maintain a development installation, you will need to have [Serf](https://www.serfdom.io) installed on your system and available in your `$PATH`. Serf is included with all the distribution packages and images available at [getkong.org/install](https://getkong.org/install/).

Finally, this should already be the case, but make sure that LuaJIT is in your `$PATH` too as the CLI interpreter switched from Lua 5.1 to LuaJIT.
The same way, this should already be the case but make sure that LuaJIT is in your `$PATH` too as the CLI interpreter switched from Lua 5.1 to LuaJIT. Distribution packages also include LuaJIT.

In order to start Kong with its new clustering and cache invalidation capabilities, you will need to restart your node(s) (and not reload):

```shell
$ kong restart [-c configuration_file]
```

Read more about the new clustering capabilities of Kong 0.6.0 and its configurations in the [Clustering documentation](https://getkong.org/docs/0.6.x/clustering/).

## Upgrade to `0.5.x`

Migrating to 0.5.x can be done **without downtime** by following those instructions. It is important that you be running Kong `0.4.2` and have the latest release of Python 2.7 on your system when executing those steps.
Expand Down

0 comments on commit 63cf774

Please sign in to comment.