summaryrefslogtreecommitdiff
path: root/databases/mongodb-tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb-tools: Update to 100.5.2Ronald Klop2022-02-042-4/+4
| | | | | | Changelog: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.5.2-changelog PR: 261718
* databases/mongodb-tools: Update to 100.5.1Ronald Klop2021-10-292-4/+4
| | | | | | Changes: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.5.1-changelog PR: 259515
* databases/mongodb-tools: Update to 100.5.0Ronald Klop2021-09-222-4/+4
| | | | | | https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.5.0-changelog PR: 258449
* databases/mongodb-tools: Update to 100.4.1Ronald Klop2021-07-252-4/+4
| | | | | | | Changelog: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.4.1-changelog PR: 257395 Approved by: lwhsu (mentor, implicit)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/mongodb-tools: Update to 100.3.1Rainer Hurling2021-03-202-12/+12
| | | | | | | Changelog: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.3.1-changelog PR: 254405 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer)
* databases/mongodb-tools: update to 100.3.0Neel Chauhan2021-02-082-4/+4
| | | | | | | Changes: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#100.3.0-changelog PR: 253326 Submitted by: Ronald Klop <ronald-lists AT klop DOT ws> (maintainer)
* databases/mongodb-tools: update to 100.2.1Mikael Urankar2020-12-012-4/+4
| | | | | | | Changes: https://docs.mongodb.com/database-tools/release-notes/database-tools-changelog/#changelog PR: 251379 Submitted by: Ronald Klop (maintainer)
* New port: databases/mongodb-toolsKurt Jaeger2020-09-264-0/+93
According to https://docs.mongodb.com/database-tools/#versioning the versioning of mongodb-tools changed. One version of mongodb-tools for all future mongodb versions. - removed mongoreplay: it does not exist (anymore) - enabled all tools: I don't know the history why these were not enabled - builds and runs on aarch64 - Add WWW to official documentation -------- Useful utilities for managing a MongoDB instance written in Go. - 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 WWW: https://github.com/mongodb/mongo-tools WWW: https://docs.mongodb.com/database-tools/ PR: 249426 Submitted by: Ronald Klop <ronald-lists@klop.ws>