Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 554 Bytes

server-upgrade.md

File metadata and controls

19 lines (14 loc) · 554 Bytes

Upgrade instructions

It is really simple.

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

  cd firewall-orchestrator
  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/firewall-orchestrator
  cd firewall-orchestrator
  ansible-playbook site.yml -K -e "installation_mode=upgrade"