mongodump

Utility to export the contents of a MongoDB instance. More information: <https://docs.mongodb.com/database-tools/mongodump/>.

Debian Debian
RUN apt-get update && \ apt-get install -y mongo-tools
Ubuntu
RUN apt-get update && \ apt-get install -y mongo-tools
Alpine
RUN apk add mongodb-tools
Arch Arch Linux
RUN pacman -S --noconfirm mongodb-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mongo-tools
Fedora
RUN dnf install -y mongo-tools
Raspbian
RUN apt-get update && \ apt-get install -y mongo-tools
click the source code to copy install mongodump on any operating system with command-not-found.com