

VVV is intended as a developer environment, and you should be able to throw away the VM and rebuild it without losing anything.

The steps in the previous sections will suffice for 99% of cases.

Vagrant up -provision # download the new VM image and reinstall everything with a provision # restore the database backup Thoroughly Updating VVV Vagrant destroy # destroy or delete the VM image (not your files!) Vagrant plugin update -local # update vagrant plugins Vagrant halt # turn off the VM if it's running
