Commit 76008be8 by Clinton Blackburn

Updated LMS provisioning to be idempotent

Any errors that occur when loading the edxapp or edxapp_csmh databases will be ignored. This will allow users to run provisioning scripts more than once.
parent 2f48bd67
set -e
set -o pipefail set -o pipefail
set -x set -x
...@@ -6,6 +5,7 @@ set -x ...@@ -6,6 +5,7 @@ set -x
./load-db.sh edxapp ./load-db.sh edxapp
./load-db.sh edxapp_csmh ./load-db.sh edxapp_csmh
set -e
# Bring LMS online # Bring LMS online
docker-compose $DOCKER_COMPOSE_FILES up -d lms docker-compose $DOCKER_COMPOSE_FILES up -d lms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment