Skip to content

Instantly share code, notes, and snippets.

@idaWHALE
Created February 27, 2020 18:55
Show Gist options
  • Save idaWHALE/12039a6bb1ff528aa9cccfce53e1e37e to your computer and use it in GitHub Desktop.
Save idaWHALE/12039a6bb1ff528aa9cccfce53e1e37e to your computer and use it in GitHub Desktop.
mongodump --db=<old_db_name> --collection=<collection_name> --out=data/
mongorestore --db=<new_db_name> --collection=<collection_name> data/<db_name>/<collection_name>.bson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment