Commit cb9ecdd8 by Kevin Falcone

Don't stop and get asked questions while migrating

parent d5acd29a
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
- name: migrate - name: migrate
shell: > shell: >
{{ edxapp_venv_dir }}/bin/python manage.py lms migrate --settings=aws {{ edxapp_venv_dir }}/bin/python manage.py lms migrate --settings=aws --noinput
chdir={{ edxapp_code_dir }} chdir={{ edxapp_code_dir }}
environment: environment:
DB_MIGRATION_USER: "{{ edxapp_mysql_user }}" 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