Skip to content

Upgrading to 0.7.0

Frank Rosner edited this page Jul 16, 2017 · 9 revisions

In Cluster Broccoli 0.7.0 the instance format has changed. To convert instances from older versions (0.5.0 and 0.6.0) you can use the the instances-0.6.0-to-0.7.0.sh upgrade script to upgrade the instance JSON files in your instance directory.

The script requires jq 1.5.

  1. nomad stop cluster-broccoli
  2. script/instances-0.6.0-to-0.7.0.sh /path/to/broccoli/instances
  3. nomad run cluster-broccoli.hcl
Clone this wiki locally