In-place upgrading of DC/OS is not currently supported using DC/OS Vagrant. Existing clusters must be destroyed before a new one can be created.
For version compatibility, see Supported DC/OS Versions.
Upgrade to a new version of DC/OS Vagrant:
- Change into the repo directory (e.g.
cd ~/workspace/dcos-vagrant
) - Fetch the new code (e.g.
git fetch
) - Check out the new desired version (e.g.
git checkout v0.7.0
orgit checkout master
)
Upgrade to a new version of DC/OS:
- Download a new release from DC/OS Releases
- Move the new
dcos_generate_config.sh
into the dcos-vagrant repo directory - Update the DC/OS config (e.g.
export DCOS_CONFIG_PATH=etc/config-1.7.yaml
)