Comments on: MongoDB Backup: How and When To Use PSMDB hotbackup and mongodb_consistent_backup https://www.percona.com/blog/mongodb-backup-how-and-when-to-use-psmdb-hotbackup-and-mongodb_consistent_backup/ Tue, 06 Aug 2019 20:00:20 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: VENKAT BHARADWAJ https://www.percona.com/blog/mongodb-backup-how-and-when-to-use-psmdb-hotbackup-and-mongodb_consistent_backup/#comment-10970923 Wed, 26 Jun 2019 07:30:36 +0000 https://www.percona.com/blog/?p=54183#comment-10970923 Thanks Vinodh for the very detailed explanation.

]]>
By: Vinodh Krishnaswamy https://www.percona.com/blog/mongodb-backup-how-and-when-to-use-psmdb-hotbackup-and-mongodb_consistent_backup/#comment-10970115 Tue, 25 Dec 2018 11:30:48 +0000 https://www.percona.com/blog/?p=54183#comment-10970115 Hi Venkat,
mongodb-consistent-backup uses “mongodump” internally. So it supports the authentication methods supported by MongoDB. From the doc:

https://github.com/Percona-Lab/mongodb_consistent_backup:
> * Support for MongoDB Authentication and SSL database connections

The options available for SSL in the tool are as follows:

–ssl.enabled Use SSL secured database connections to MongoDB hosts (default: false)
–ssl.insecure Do not validate the SSL certificate and hostname of the server (default: false)
–ssl.ca_file SSL.CA_FILE Path to SSL Certificate Authority file in PEM format
–ssl.crl_file SSL.CRL_FILE Path to SSL Certificate Revocation List file in PEM or DER format
–ssl.client_cert_file SSL.CLIENT_CERT_FILE Path to Client SSL Certificate file in PEM format (for optional client ssl auth)

]]>
By: VENKAT BHARADWAJ https://www.percona.com/blog/mongodb-backup-how-and-when-to-use-psmdb-hotbackup-and-mongodb_consistent_backup/#comment-10970079 Wed, 19 Dec 2018 12:53:47 +0000 https://www.percona.com/blog/?p=54183#comment-10970079 What is the various auth mechanism supported by the tool. I have configured my mongodb in MONGODB-X509, can I use the tool with this configuration of auth?

]]>