Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 506 Bytes

server-upgrade.md

File metadata and controls

19 lines (14 loc) · 506 Bytes

Upgrade instructions

It is really simple.

If you already have a local git repository from the original installation:

  cd billy
  git pull                                                          # to upgrade the repo from the original repo@github
  ansible-playbook site.yml -K -e "installation_mode=upgrade"

If you do not have a local repo:

  git clone https://github.com/cactusesecurity/billy
  cd billy
  ansible-playbook site.yml -K -e "installation_mode=upgrade"