mongodump --uri "mongodb+srv://:@.mongodb.net/sample_supplies"
mongoexport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --collection=sales --out=sales.json
mongoimport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --drop sales.json
mongodump --uri "mongodb+srv://:@.mongodb.net/sample_supplies"
mongoexport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --collection=sales --out=sales.json
mongoimport --uri="mongodb+srv://:@.mongodb.net/sample_supplies" --drop sales.json
For further actions, you may consider blocking this person and/or reporting abuse
Boris Gigovic -
ElaFella -
Stephan Lรผddemann -
Jonathan DS -
Top comments (0)