Update mongo.md

pull/9/head
qwertyforce 2023-03-06 11:27:01 +03:00 committed by GitHub
parent 46fec9d425
commit fcfd622e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
mongodump -u username -p password -d Scenery -o /home/db <br>
mongodump --host localhost --port 27017 -d Scenery -o /home/db <br>
mongorestore -d Scenery /home/db