Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Alpha #3

Pre-release
Pre-release
Compare
Choose a tag to compare
@clintonb clintonb released this 08 Mar 18:42
· 968 commits to master since this release

Major Changes

  • MongoDB upgraded to 3.0
  • Programs Service removed
  • E-Commerce site/tenant setup during provisioning

MongoDB Upgrade Steps
While there are methods of dumping data from Mongo 2.6 and importing it into Mongo 3.0, our limited use of this version of devstack makes the conversion unnecessarily complicated. The steps below will permanently remove the Mongo data volume, create a new one, and re-provision Mongo.

# Destroy all containers
make devstack.reset

# Remove the Mongo data volume
docker volume rm devstack_mongo_data

# Re-create the demo course
make devstack.provision