Commit fc3a21c5 by Kevin Falcone

Merge pull request #2930 from edx/jibsheet/no-input-ora-migrations

Don't stop and get asked questions while migrating
parents 6d8f3007 cb9ecdd8
...@@ -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