Commit 752c0aab by John Jarvis

fixing the restore syntax

parent 8e800bd8
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
- name: Restore the mongo data for the forums - name: Restore the mongo data for the forums
shell: > shell: >
mongorestore --drop -d cs_comments_service -u cs_comments_service -p 'password' /mnt/forum-dump mongorestore --drop -d cs_comments_service /mnt/forum-dump/comments-prod-clone
- name: Dump mongo data using the cloned dbs for the modulestore - name: Dump mongo data using the cloned dbs for the modulestore
shell: > shell: >
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
- name: Restore the mongo data for the modulestore - name: Restore the mongo data for the modulestore
shell: > shell: >
mongorestore --drop -d edxapp -u edxapp -p 'password' /mnt/modulestore-dump mongorestore --drop -d edxapp /mnt/modulestore-dump/prod-edx-clone
- name: Remove dump files - name: Remove dump files
shell: > shell: >
......
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