2013-09-03 18:08:28 +00:00
|
|
|
---
|
2013-09-06 16:08:09 +00:00
|
|
|
page_title: "Upgrading Vagrant"
|
2013-09-03 18:08:28 +00:00
|
|
|
sidebar_current: "installation-upgrading"
|
|
|
|
---
|
|
|
|
|
|
|
|
# Upgrading Vagrant
|
|
|
|
|
|
|
|
If you're upgrading from Vagrant 1.0.x, please read the
|
|
|
|
[specific page dedicated to that](/v2/installation/upgrading-from-1-0.html).
|
|
|
|
This page covers upgrading Vagrant in general during the 1.x series.
|
|
|
|
|
|
|
|
Upgrades of Vagrant during the 1.x release series are straightforward:
|
|
|
|
download the new package, install it over the existing package. The installers
|
|
|
|
will properly remove old files, and Linux package managers should do the
|
|
|
|
same thing.
|
|
|
|
|
|
|
|
Note that Vagrantfile stability for the new Vagrantfile syntax is not
|
|
|
|
promised until 2.0 final. So while Vagrantfiles made for 1.0.x will
|
|
|
|
[continue to work](/v2/installation/backwards-compatibility.html),
|
|
|
|
newer Vagrantfiles may have backwards incompatible changes until 2.0 final.
|
2014-01-20 07:35:47 +00:00
|
|
|
|
|
|
|
<div class="alert alert-info alert-block">
|
|
|
|
<strong>Run into troubles upgrading?</strong> Please
|
|
|
|
<a href="https://github.com/mitchellh/vagrant/issues">report an issue</a>
|
|
|
|
if you run into problems upgrading. Upgrades are meant to be a smooth
|
|
|
|
process and we consider it a bug if it wasn't.
|
|
|
|
</div>
|