- Reference >
mongoShell Methods >- Database Methods >
- db.cloneDatabase()
db.cloneDatabase()¶
On this page
Definition¶
-
db.cloneDatabase("hostname")¶ Deprecated since version 4.0.
Important
Starting in version 4.2, MongoDB removes the
clonecommand. The deprecateddb.cloneDatabase(), which wraps theclonecommand, can only be run against MongoDB 4.0 or earlier versions. For behavior and examples, refer to the 4.0 or earlier version of the manual.For an alternative in version 4.2+, see Copy/Clone a Database.
Copies a remote database to the current database. The command assumes that the remote database has the same name as the current database.
Parameter Type Description hostnamestring The hostname of the database to copy.