- Reference >
- JavaScript Methods >
- db.cloneDatabase()
db.cloneDatabase()¶
-
db.cloneDatabase("hostname")¶ Parameters: - hostname (string) – Specifies the hostname to copy the current instance.
Use this function to copy a database from a remote to the current database. The command assumes that the remote database has the same name as the current database. For example, to clone a database named
importdbon a host namedhostname, doNew databases are implicitly created, so the current host does not need to have a database named
importdbfor this command to succeed.This function provides a wrapper around the MongoDB database command “
clone.” Thecopydbdatabase command provides related functionality.