Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Revert to the pristine snapshot.
  2. Bring up the box and ssh into it.
  3. Download the upgrade.sh script and run it:

    Code Block
    export CONFIGURATION_TARGET=you/open-upgrade
    curl -OL https://raw.github.com/edx/configuration/$CONFIGURATION_TARGET/util/vagrant/upgrade.sh
    bash upgrade.sh -c devstack -t open-release/zebrawood.master       # Change devstack to fullstack when testing fullstack.
  4. This should upgrade the box from Yucca to Zebrawood. If it doesn't, fix the problem, push to the upgrade working branch, and try again.
  5. Once it works, merge the you/open-upgrade branch to open-release/zebrawood.master

Test clean installation

TODO: where are the instructions?Release Test Process

Test the native installation

...