-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Security
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently there is an assert:
assert(mechanism == "SCRAM-SHA-1" || mechanism == "MONGODB-CR");
I am using PLAIN authentication mechanism and I want to copy a database in the same mongo instance.
I get the error:
assert failed
doassert@src/mongo/shell/assert.js:15:14 assert@src/mongo/shell/assert.js:31:5 DB.prototype.copyDatabase@src/mongo/shell/db.js:380:5 @(shell):1:1 2016-03-15T16:10:48.641+0000 E QUERY [thread1] Error: assert failed : doassert@src/mongo/shell/assert.js:15:14 assert@src/mongo/shell/assert.js:31:5 DB.prototype.copyDatabase@src/mongo/shell/db.js:380:5 @(shell):1:1
- is related to
-
SERVER-13118 Make copydb capable of using all authentication mechanisms
-
- Closed
-