Source db: 2.2.2, no auth
destination db: 2.4.1, auth enabled
db.copyDatabase fails with
{ "ok" : 0, "errmsg" : "" }- duplicates
-
SERVER-8280 copydb command always requires credentials if the destination mongod is running with authentication, even if the source is running without it
- Closed