havietduc91 / experience

0 stars 0 forks source link

Experience MongoDB #9

Open havietduc91 opened 10 years ago

havietduc91 commented 10 years ago

Tổng hợp các kinh nghiệm và các lỗi thường gặp khi sử dụng mongoDB

havietduc91 commented 10 years ago
havietduc91 commented 9 years ago

Fix:

havietduc91 commented 9 years ago
havietduc91 commented 7 years ago

http://stackoverflow.com/questions/13278814/mongodb-cross-database-query

To run a command against another database on the same MongoDB server, in the mongo shell you can use:

db.getSiblingDB('dbname').collection.command() eg:

db.getSiblingDB('test').foo.find()

havietduc91 commented 7 years ago

http://stackoverflow.com/questions/36321899/mongorestore-to-a-different-database

mongorestore -d db2 dumpdir/db1

mongorestore -d edx_backup dump/edx/

havietduc91 commented 7 years ago

Run mongo shell script

mongo script.js

http://stackoverflow.com/questions/22248730/run-javascript-script-js-file-in-mongodb-including-another-file-inside-js