mongo-tools 3.6.3-0ubuntu1 source package in Ubuntu

Changelog

mongo-tools (3.6.3-0ubuntu1) bionic; urgency=medium

  * New upstream release (LP: #1761807).
  * d/copyright: update.

 -- Robie Basak <email address hidden>  Tue, 10 Apr 2018 14:54:56 +0100

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
mongo-tools_3.6.3.orig.tar.gz 4.5 MiB d97461a21227a3563e3e362dfda330becff48a901ecb3309241f607c7c8900af
mongo-tools_3.6.3-0ubuntu1.debian.tar.xz 20.5 KiB 26eec4635b00b61334945e1c74baf1302541148dc8e1c6fe291791dd8846e326
mongo-tools_3.6.3-0ubuntu1.dsc 2.4 KiB 2b53a7c518f5041f5a0d930875f9723cad70f62cf8cddc3e2cca4086daa1a2b6

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