Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from Metaswitch/fix_upgrade
Browse files Browse the repository at this point in the history
Reviewer MIRW: Fix upgrade instructions for chef deployments
  • Loading branch information
mirw committed Mar 4, 2015
2 parents 0ec762b + 25b9bf6 commit a1c4e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Upgrading_a_Clearwater_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you installed your system using the [Manual Install Instructions](Manual_Inst
If you installed your deployment with [chef](Creating_a_deployment_with_Chef):

* Follow the instructions to [update the Chef server](https://github.com/Metaswitch/chef#updating-the-chef-server)
* Run `sudo chef-client` on each node.
* Run `sudo chef-client` followed by `sudo clearwater-upgrade` on each node.

## Seamless Upgrade

Expand Down Expand Up @@ -63,4 +63,4 @@ run `sudo clearwater-upgrade` on each node in the order described above.
If you installed your deployment with [chef](Creating_a_deployment_with_Chef):

* Follow the instructions to [update the Chef server](https://github.com/Metaswitch/chef#updating-the-chef-server)
* Run `sudo chef-client` on each node in the order described above.
* Run `sudo chef-client` followed by `sudo clearwater-upgrade` on each node in the order described above.

0 comments on commit a1c4e8d

Please sign in to comment.