Export all collection documents in
#mongodb #export #mongoexport #mongodump #collection #database
MongoDB
to a JSON
file:mongoexport --db YOUR_DATABASE --collection YOUR_COLLECTION_NAME --out YOUR_OUTPUT_FILE_NAME.json
NOTE:
do not use this command for full database backup! Use mongodump
instead#mongodb #export #mongoexport #mongodump #collection #database