Skip to content

Commit

Permalink
GitBook: [#105] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 authored and gitbook-bot committed Jul 29, 2022
1 parent f776cbf commit 6c7d86d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/operations/upgrading-to-a-new-release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,19 @@ cp $CHI_IN_A_BOX/site-config.example/inventory/hosts \
$SITE_CONFIG/inventory/hosts
# edit the groups at the top to put your controller node back
vim $SITE_CONFIG/inventory/hosts
```

### Get new containers, and deploy services

```
cd $CHI_IN_A_BOX
# Recreate the virtualenv, now that we've updated inventory/hosts
./cc-ansible bootstrap-servers
# pull new containers
./cc-ansible pull
# deploy the updated containers
./cc-ansible deploy
```

0 comments on commit 6c7d86d

Please sign in to comment.