This tag is for MongoDB major version 3.4
Questions tagged [mongodb-3.4]
127 questions
4
votes
3 answers
how to set Mongod config set multiple bindIp addresses
I have the following config file:
net:
bindIp: 127.0.0.1
port: 27017
storage:
dbPath: c:\mongoDATA\db
journal:
enabled: true
##systemLog:
## destination: file
## path: C:\mongoDATA\log\mongodb.log
## logAppend: true
this works,…
DCR
- 171
- 1
- 2
- 8
1
vote
1 answer
How to run mongod from the commandline?
How do you manually run mongod from the commandline, so it outputs all logging directly in your terminal?
I'm trying to diagnose a crashing Mongo 3.4.11 database on Ubuntu 16. When I try and start it via sudo service mongodb start it says:
Job for…
Cerin
- 1,355
- 5
- 24
- 36
-1
votes
1 answer
Differential and log backup on MongoDB
Is it possible to take differential and log backup on mongodb like on microsoft SQL server?
Naga
- 1
- 1
-1
votes
1 answer
139 : Failed with error 'aborted', from rs4 to rs1
aborted in mongodb
in logs i found
2017-09-14T01:35:21.533+0900 W SHARDING [conn38309] Chunk move failed :: caused by :: ChunkRangeCleanupPending: can't accept new chunks because there are still 4 deletes from previous…
ashk
- 57
- 2
- 9