Question : I have a mongo-database where existing entries never change but new entries are added every day. I have […]
Tag: mongorestore
Assertion failure _state.get() error in MongoDB during mongorestore
Question : I would like to say i am newbie in mongodb,today i have tried to restore dump file .I […]
How do I restore a database using MongoDB 5.0 CLI?
Question : I’ve just installed the MongoDB version 5.0 CLI tools on my workstation. But now when I go to […]
how to mongorestore mongoDB 4.2 to documentDB 4.0?
Question : I need to do mongorestore from my mongodb 4.2 to DocumenDb 4.0 compatible i got the command from […]
Failed to restored indexes using mongorestore – MongoDB
Question : Note: I already know about –noIndexRestore I have an org collection with the following document structure, { “_id” […]
MongoDB restore with replica set
Question : I have MongoDB setup like this: Primary | Server1 ———–+——— Secondary | Server2 ———–+——— Arbiter | Server3 ———–+——— […]
using mongorestore for a db present in my computer
Question : I just started using mongodb so my question might be a little basic. I have a folder with […]
Rename all databases when doing a mongorestore?
Question : I have a datadump but I need to change the name of every database while restoring them, if […]
Failed to import a mongodb database with duplicate fields
Question : I’m trying to import a mongodb database and I’ve been using the mongorestore command, the import starts without […]
MongoDB: Queries running twice slow on NEW server compared to OLD server
Question : I transferred current/old running DB into a new standalone server for MongoDB. To do this, I performed the […]