parent
8fa6ebcb04
commit
4d3840e257
5 changed files with 18 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||||
|
#!/bin/bash -e |
||||||
|
|
||||||
|
rm -rf {{ appsmith_root_dir }}/backup/* |
@ -0,0 +1,3 @@ |
|||||||
|
#!/bin/bash -e |
||||||
|
|
||||||
|
mongodump --uri {{ appsmith_mongo_url }} --out {{ appsmith_root_dir }}/backup |
Loading…
Reference in new issue