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
Post a Comment