This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: openedx-unsupported/devstack
Releases · openedx-unsupported/devstack
Alpha #5
Alpha #4
This release includes configuration for Docker Sync macOS users. Our tests have shown a significant improvement in performance when using Docker Sync (with rsync) compared to using host volumes. The complete results are available at https://openedx.atlassian.net/wiki/display/ENG/Docker+Sync.
The README for this repository contains the details of setting up Docker Sync. This is only necessary for macOS users.
Alpha #3
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