Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
None
Description
https://docs.mongodb.com/manual/reference/command/clone/#dbcmd.clone
On the example,
use marketing
db.runCommand( "db1.example.net:27017")
The second line should read:
db.runCommand(
{clone: "db1.example.net:27017"})