mongodb - Mongoexport exported files? -


i'm new mongodb. used command mongoexport follows:

mongoexport -d databasename -c collectionname 

operation completed within few minutes, (around 300k documents exported) see no files anywhere. i've checked current folder (as thought it's runnnig mongodump) seems empty well.

did need specify folder? exported files located?

as specify in documentation

if not specify file name, mongoexport writes data standard output (e.g. stdout).

you need specify file write export using --out option.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -