Skip to content

Commit

Permalink
docs(upgrade) 0.5.x upgrade precisions
Browse files Browse the repository at this point in the history
- one must upgrade to 0.5 before 0.6
- python C* driver must be 2.7.2

Address Kong#957
  • Loading branch information
thibaultcha committed Feb 8, 2016
1 parent 43d5b96 commit 6f398bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ $ kong reload [-c configuration_file]

## Upgrade to `0.6.x`

**Note**: if you are using Kong 0.4.x or earlier, you must first upgrade to Kong 0.5.x.

The configuration file changed in this release. Make sure to check out the new default one and update it to your needs. In particular, make sure that:

```yaml
Expand Down Expand Up @@ -127,7 +129,7 @@ $ git clone https://github.com/Mashape/kong.git
$ cd kong/scripts
# Install the Python script dependencies:
$ pip install cassandra-driver pyyaml
$ pip install cassandra-driver==2.7.2 pyyaml
# The script will use the first Cassandra contact point in your Kong configuration file
# (the first of the 'contact_points' property) so make sure it is valid and has the format 'host:port'.
Expand Down

0 comments on commit 6f398bd

Please sign in to comment.