Skip to content

Commit

Permalink
Fix dumping script
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed May 5, 2016
1 parent eac770f commit 74a6c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/db-dump-cache
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ if [ "$1" = "" ] || [ "$2" = "" ] ; then
exit 1
fi

mongodump --db $1 --out $2 -c core.embedzacaches -c core.unshortcaches -c core.expandurls
mongodump --db $1 --out $2 -c core.embedzacaches
mongodump --db $1 --out $2 -c core.unshortcaches
mongodump --db $1 --out $2 -c core.expandurls

0 comments on commit 74a6c01

Please sign in to comment.