Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.29 KB

upgrading.mdx

File metadata and controls

34 lines (24 loc) · 1.29 KB
layout page_title description
docs
Upgrade Vagrant
This page details the general process to upgrade Vagrant for the 1.x.x series. If you need to upgrade from Vagrant 1.0.x, read the specific page dedicated to that.

Upgrade Vagrant

This page details how to upgrade Vagrant in the 1.x.x series.

~> If you need to upgrade from Vagrant 1.0.x, read the specific page dedicated to that.

Vagrant upgrades during the 1.x.x release series are straightforward:

  1. Download the new package
  2. Install it over the existing package

The installers will properly overwrite and remove old files. It is recommended that no other Vagrant processes are running during the upgrade process.

Vagrantfile compatibility with 3.0

Note that Vagrantfile stability for the new Vagrantfile syntax is not guaranteed until Vagrant 3.0. While Vagrantfiles made for 1.0.x will continue to work, newer Vagrantfiles may have backwards incompatible changes until 3.0.

Issue reports

If you encounter any problems at upgrade time, report them as an issue in Github. Upgrades are meant to be a smooth process and we consider it a bug if it was not.