发布于 2015-09-14 15:07:49 | 149 次阅读 | 评论: 0 | 来源: 网络整理

clone

The clone command clone a database from a remote MongoDB instance to the current host. clone copies the database on the remote instance with the same name as the current database. The command takes the following form:

{ clone: "db1.example.net:27017" }

Replace db1.example.net:27017 above with the resolvable hostname for the MongoDB instance you wish to copy from. Note the following behaviors:

  • clone can run against a slave or a non-primary member of a replica set.
  • clone does not snapshot the database. If any clients update the database you’re copying at any point during the clone operation, the resulting database may be inconsistent.
  • You must run clone on the destination server.
  • The destination server is not locked for the duration of the clone operation. This means that clone will occasionally yield to allow other operations to complete.

See copydb for similar functionality.

警告

This command obtains an intermittent write-lock on the destination server, that can block other operations until it completes.

最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务