These instructions will walk you through the process of upgrading an R1 avalon install that was made using vagrant to R2.
- Backup existing vagrant machine by creating a snapshot using VirtualBox's interface
- Stop the virtual machine:
vagrant halt
Move the R1 directory aside:
cd .. mv avalon-installer-flat avalon-installer-flat-r1
- Download and extract the Avalon install script (as a zip or tar.gz)
- In a terminal window,
cd
to theavalon-installer-flat
directory you just extracted Copy over the configuration from the R1 vagrant machine:
cp -r ../avalon-installer-flat-r1/.vagrant . cp ../avalon-installer-flat-r1/avalon-install.yml .
- Start the virtual machine:
vagrant up
Be patient. This will upgrade the various components of avalon and will migrate all of your content to R2 schemas.
If you run into problems you can stop the virtual machine and restore your snapshot to get right back where you were.