Commit ac444a3c by Diana Huang

Merge pull request #2514 from edx/diana/update-ora2-playbook

Use Django 1.8 migration command when updating ORA2.
parents 7907c838 ab55cc3e
......@@ -34,7 +34,7 @@
- name: syncdb and migrate
shell: >
{{ edxapp_venv_dir }}/bin/python manage.py lms syncdb --migrate --noinput --settings=aws_migrate
{{ edxapp_venv_dir }}/bin/python manage.py lms migrate --settings=aws
chdir={{ edxapp_code_dir }}
environment:
DB_MIGRATION_USER: "{{ edxapp_mysql_user }}"
......
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