Comment 12 for bug 1852502

Revision history for this message
Erlon R. Cruz (sombrafam) wrote :

So, adding '--no-logs' would not be possible. Once you call mongodump with '--oplog' thats is what juju does[1], mongo only dumps the whole database, including all databases and tables. Can we revisit the need of using --oplog? It was not clear to me how this work and why juju needs it.

_________________
[1] mongodump -h 127.0.0.1 --port 37017 --ssl --sslAllowInvalidCertificates -u $agent -p $dbpass --authenticationDatabase admin --oplog