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)
Why Mongodump work locally but not remotely?
I have set bindIp: 0.0.0.0 in /etc/mongod.conf and the mongodb server is installed in a virtual machine. When I ssh inside the virtual machine if I run the following command
sudo mongodump --uri="...
Aissa Laribi
Votes: 0
Answers: 0
mongodump error: x509: cannot validate certificate for <server-IP> because it doesn't contain any IP SANs
I am trying to setup mongodump along with TLS/SSL encryption. I have been following various articles for this: Self-signed SSL connection using PyMongo, https://mydbops.wordpress.com/2020/05/02/securi...
Kalit Inani
Votes: 0
Answers: 2
How to parse the collections in `mongodump` archive output using Python?
Context
I have a MongoDB that is backed up every day using the following command
mongodump --gzip --numParallelCollections=1 --oplog --archive=/tmp/dump.gz --readPreference=primary
I want to parse th...
MassyB
Votes: 0
Answers: 1
Mongodump archive record count
I'm working on a document backup solution that needs to be bulletproof. Im running my backup each week, and Im able to do a dryrun before the actual dump to determine how many documents I am going t...
R. Smith
Votes: 0
Answers: 1