mongo-tools 3.2.11-1ubuntu1 source package in Ubuntu

Changelog

mongo-tools (3.2.11-1ubuntu1) bionic; urgency=medium

  * Import re-vendorised 10gen/openssl for openssl1.1 support.

 -- Dimitri John Ledkov <email address hidden>  Mon, 12 Feb 2018 18:51:54 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mongo-tools_3.2.11.orig.tar.gz 1.5 MiB a96a92264fa48d498749df638a40975870d3a2d6335ddf4aab23e14d49934acf
mongo-tools_3.2.11-1ubuntu1.debian.tar.xz 56.5 KiB f082abe6e0937bc817a194f45a4356b40b23c39a29d5b904a285898a11b42b36
mongo-tools_3.2.11-1ubuntu1.dsc 2.0 KiB 617370572d3128f37e762ba18217b8c7d29ebf0b94e96921540d3b74a3d4016b

View changes file

Binary packages built by this source

mongo-tools: collection of tools for administering MongoDB servers

 mongodb-tools is a collection of tools for administering MongoDB instances.
 The package includes the following tools:
 .
  * 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
  * mongooplog: replay oplog entries between MongoDB servers
  * mongotop: monitor read/write activity on a mongo server

mongo-tools-dbgsym: debug symbols for mongo-tools