--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
I stuck over here could you please help me on these things.
Thanks & Regards,
Amar
I stuck over here could you please help me on these things.
Thanks & Regards,
AmarBasicDBObject cmd = new BasicDBObject("copyDatabase", Lists.newArrayList("fromDbName", "toDbName"));
db.command(cmd);
BasicDBObject cmd = new BasicDBObject();
cmd.put("copydb", 1);
cmd.put("fromdb", "fromDbName");
cmd.put("todb", "toDbName");--
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.