python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
MongoDB restoring seemingly stuck/ not progressing
After a mongodump I am trying to restore using mongorestore.
It works locally in seconds. However, when I kubectl exec -it into the pod of the primary mongodb node and run the same command it gets stu...
veste
Votes: 0
Answers: 1
after unzipping mongo dump, can't write it locally to database via mogorestore
I downloaded from a remote server a database dump in bz2 format
Then I extracted it with the command: bzip -d mongodump_name
I'm trying to deploy this database locally: mongorestore -db <path_to_fo...
Roman Nozhenko
Votes: 0
Answers: 0
Mongodump from MongoDB 4 and Mongorestore to MongoDB 5
After reading this in the official Mongo Documentation: https://docs.mongodb.com/database-tools/mongorestore/#restore-to-matching-server-version
I‘m having doubts on how the best practice is in the fo...
Houbsi
Votes: 0
Answers: 1
Mongorestore not working (WiredTiger disk size error)
When I do mongorestore in MongoDB, I get the error "WiredTiger error - No space left on device" always with 54GB completed. But my disk is 400GB.
I already configured the storage.wiredTiger....
Danilo de Oliveira
Votes: 0
Answers: 0