Create a dump of a given database

mongodump

  • Utility to export the contents of a MongoDB instance.
    More information: <https://docs.mongodb.com/database-tools/mongodump/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

mongodump --db {{database_name}}

click the source code to copy install mongodump on any operating system with command-not-found.com