...
- Stop the virtual machine:
vagrant halt
Move the R1 directory aside:
Code Block 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:
Code Block 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.
Info |
---|
If you run into problems you can stop the virtual machine and restore your snapshot to get right back where you were. |