Commit 6b0ecb32 by John Jarvis

changing modulestore to {{ item }}

parent d125e07f
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
- name: Dump mongo data using the cloned dbs for the modulestore - name: Dump mongo data using the cloned dbs for the modulestore
shell: > shell: >
mongodump -d prod-edx-clone -u {{ CLONE_MODULESTORE_USER }} -p {{ CLONE_MODULESTORE_PASS }} -h {{ CLONE_MODULESTORE_HOST }} --port {{ CLONE_MODULESTORE_PORT }} -o /mnt/modulestore-dump -c modulestore mongodump -d prod-edx-clone -u {{ CLONE_MODULESTORE_USER }} -p {{ CLONE_MODULESTORE_PASS }} -h {{ CLONE_MODULESTORE_HOST }} --port {{ CLONE_MODULESTORE_PORT }} -o /mnt/modulestore-dump -c {{ item }}
with_items: with_items:
- modulestore - modulestore
- fs.chunks - fs.chunks
......
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