Skip to content

Instantly share code, notes, and snippets.

@bbengfort
Created May 21, 2014 22:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbengfort/20227ced664644342204 to your computer and use it in GitHub Desktop.
Save bbengfort/20227ced664644342204 to your computer and use it in GitHub Desktop.
mongo export
mongoexport --db cps --collection products --journal | gzip -9 > fixtures/products.json.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment