MongoDB Database Tools 馃崈
One <tool>-<arch>[.exe] binary per platform - bsondump, mongodump, mongoexport, mongofiles, mongoimport, mongorestore, mongostat, mongotop - for use with WeKan and FerretDB v1.
Platforms: amd64 arm64 armel armhf freebsd-amd64 freebsd-arm64 i386 loong64 mac-amd64 mac-arm64 ppc64le riscv64 s390x win-arm64 win32 win64
Built by Release All from wekan/mongo-tools-patches: upstream mongodb/mongo-tools of this version plus the patches in dist/, cross-compiled with CGO disabled. A release ACCUMULATES - a re-run replaces the binaries it rebuilds and leaves the rest, so every platform of a version collects on one release. Not every tool compiles for every platform; the build log says which were skipped and why.
Every binary has a <name>.sha256sum beside it. To check a download:
curl -fsSLO https://github.com/wekan/mongo-tools-patches/releases/download/100.17.0/mongodump-amd64
curl -fsSLO https://github.com/wekan/mongo-tools-patches/releases/download/100.17.0/mongodump-amd64.sha256sum
sha256sum -c mongodump-amd64.sha256sum
Cloned from (shallow, single branch, --depth 1):
| Upstream | Branch | Tag | Commit |
|---|---|---|---|
| mongodb/mongo-tools | 100.x | 100.17.0 | 0b142f65e139525881b6a343bc56d8d98e5a1f90 |
Released 2026-05-08
We are pleased to announce version 100.17.0 of the MongoDB Database Tools.
This release adds builds for RedHat Enterprise Linux 10.
The Database Tools are available on the
MongoDB Download Center. Installation
instructions and documentation can be found on
docs.mongodb.com/database-tools. Questions and inquiries
can be asked on the
MongoDB Developer Community Forum.
Please make sure to tag forum posts with database-tools. Bugs and feature requests can be reported
in the Database Tools Jira where a list of current issues
can be found.
Task
- [TOOLS-4195] - Add RHEL 10 builds