| Port details on branch 2026Q2 |
- mongodb-tools MongoDB Database Tools
- 100.15.0_3 databases
=0 100.15.0_3Version of this port present on the latest quarterly branch. - Maintainer: ronald@FreeBSD.org
 - Port Added: 2026-04-10 17:07:00
- Last Update: 2026-06-03 18:00:48
- Commit Hash: 3d69120
- License: APACHE20
- WWW:
- https://www.mongodb.com/docs/database-tools/
- Description:
- The MongoDB Database Tools are a collection of command-line utilities
for working with a MongoDB deployment.
The Database Tools include the following binaries:
- bsondump - display BSON files in a human-readable format
- mongoimport - Convert data from JSON, TSV or CSV and insert them
into a collection
- mongoexport - Write an existing collection to CSV or JSON format
- mongodump/mongorestore - Dump MongoDB backups to disk in .BSON
format, or restore them to a live database
- mongostat - Monitor live MongoDB servers, replica sets, or sharded
clusters
- mongofiles - Read, write, delete, or update files in GridFS
- mongotop - Monitor read/write activity on a mongo server
See also: https://github.com/mongodb/mongo-tools
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- mongodb-tools>0:databases/mongodb-tools
- To install the port:
- cd /usr/ports/databases/mongodb-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mongodb-tools
- pkg install mongodb-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mongodb-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1773302736
SHA256 (mongodb-mongo-tools-100.15.0_GH0.tar.gz) = 1081272537a9d90c0618e286d2c5774480f18da38a668ed269c0fd9ae2dd7e8e
SIZE (mongodb-mongo-tools-100.15.0_GH0.tar.gz) = 7598453
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go125 : lang/go125
- Library dependencies:
-
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mongodb-tools-100.15.0_3:
DOCS=on: Build and/or install documentation
====> Options available for the multi SECURITY: you have to choose at least one of them
SASL=on: SASL authentication support
SSL=on: SSL protocol support
====> Options available for the multi TOOLS: you have to choose at least one of them
BSONDUMP=on: BSON files into human-readable formats
MONGODUMP=on: BSON data from the contents of a MongoDB instance
MONGOEXPORT=on: JSON or CSV export of MongoDB instance data
MONGOFILES=on: Interface to GridFS in a MongoDB instance
MONGOIMPORT=on: Importing JSON, CSV, or TSV into a MongoDB instance
MONGORESTORE=on: BSON data to a MongoDB instance
MONGOSTAT=on: Status of a running mongod or mongos instance
MONGOTOP=on: Track the amount of data I/O time
===> Use 'make config' to modify these settings
- Options name:
- databases_mongodb-tools
- USES:
- compiler:c++14-lang go localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|