0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

111 Commits

Author SHA1 Message Date
Eliot Horowitz
27fd0a7a9f more ProgressMeter to public place 2009-10-05 15:09:18 -04:00
Mike Dirolf
c000bcaafd allow restoring a single collection to a different collection name 2009-09-29 17:11:31 -04:00
Mike Dirolf
c5985d6892 mongofiles: --local option to specify different filename on local filesystem than on GridFS 2009-09-24 16:31:18 -04:00
Mike Dirolf
a4d00f78d3 make restore directory a positional argument 2009-09-24 12:05:32 -04:00
Mike Dirolf
ee9b2ea7ea allow mongorestore to restore a single .bson file 2009-09-24 12:05:31 -04:00
Mike Dirolf
f6852db36b minor: whitespace 2009-09-24 12:05:31 -04:00
Eliot Horowitz
46000ef2d4 nice progress meters for dump/restore SERVER-307 2009-09-24 11:17:03 -04:00
Eliot Horowitz
01e1564c03 casing 2009-09-24 11:02:00 -04:00
Eliot Horowitz
a74cdf759d lowercase 2009-09-24 11:00:16 -04:00
Eliot Horowitz
524956f52a replace posix file write ops with ostream 2009-09-23 10:30:40 -04:00
Mike Dirolf
76c4935a58 mongorestore: can specify db to restore to (only when restoring a directory containing a single databases files) 2009-09-15 17:03:03 -04:00
Mike Dirolf
adeafb1d49 restore: use default arg instead of positional for dump directory. check for valid directory before drilling down 2009-09-15 17:03:03 -04:00
Eliot Horowitz
265af2d1f9 restore can import 64-bit data files with 32-bit mongorestore SERVER-141 2009-09-15 13:48:26 -04:00
Eliot Horowitz
8d07d50c48 fix embedded fields in export SERVER-293 2009-09-13 06:58:00 -04:00
Mike Dirolf
c03fe0d5c5 mongodump: move default argument to options declaration so it shows up in help text 2009-09-11 14:33:10 -04:00
Mike Dirolf
bf5faae277 minor: whitespace 2009-09-11 14:15:28 -04:00
Mike Dirolf
eae40d3e62 minor: mongofiles more clear docs 2009-09-11 14:14:31 -04:00
Eliot Horowitz
fdc8d61ba3 print hex of id also 2009-09-11 13:23:22 -04:00
Mike Dirolf
64a1af2b42 mongoexport: copy fields argument before parsing 2009-09-10 11:01:37 -04:00
Mike Dirolf
4cc0e11834 tools: support for -vvvv, use same options style as mongod and mongo 2009-09-01 16:52:50 -04:00
Mike Dirolf
71f76d998c add hidden_options to Tool.cpp - better help message for mongofiles 2009-09-01 16:27:08 -04:00
Mike Dirolf
0bbc36fae3 minor: more whitespace 2009-09-01 15:53:31 -04:00
Mike Dirolf
fd2a19c1bc tools: make output nicer on program options errors 2009-09-01 15:51:17 -04:00
Mike Dirolf
2df6ddd566 minor: whitespace 2009-09-01 15:43:23 -04:00
Eliot Horowitz
e88425081d make read buffer bigger SERVER-265 2009-08-26 12:22:48 -04:00
Eliot Horowitz
38bb9b15c2 when doing a dump from a replica pair, do it from the slave SERVER-169 2009-08-12 16:55:18 -04:00
Eliot Horowitz
016d49ffd2 auth support for tools SERVER-147 2009-08-12 16:31:22 -04:00
Eliot Horowitz
a5b2286039 don't need execinfo in bridge at all MINOR 2009-08-12 15:50:35 -04:00
Mike Dirolf
172cec88a6 check for NOEXECINFO for mongobridge as well 2009-08-12 15:34:39 -04:00
Eliot Horowitz
886e5b605d almost made sniff compile on WIN32 MINOR 2009-08-11 17:17:23 -04:00
Eliot Horowitz
c13927d6d3 another sniff win attempt MINOR 2009-08-11 17:14:15 -04:00
Eliot Horowitz
2dc836fbb8 try to fix win32 compile MINOR 2009-08-11 17:09:01 -04:00
Eliot Horowitz
be7ff8eadd use DBClientPaired when given , servers 2009-08-11 13:35:59 -04:00
Eliot Horowitz
043f15bbd7 use $snapshot for dump/export tools SERVER-226 2009-08-11 10:50:02 -04:00
Mike Dirolf
04d1d87a5f towards mongosniff on windows with winpcap 2009-08-07 17:02:47 -04:00
Eliot Horowitz
d7551c2925 possibly fix / 0 - verbose 2009-07-13 14:10:16 -04:00
Eliot Horowitz
3806a9dfff verbose MINOR 2009-07-13 14:09:43 -04:00
Eliot Horowitz
b3303c0708 / 0 safety 2009-07-13 13:48:08 -04:00
Eliot Horowitz
8371ce3872 nicer error message 2009-07-13 13:44:03 -04:00
Eliot Horowitz
86c5028dca fix 64-bit mongorestore 2009-07-13 11:24:43 -04:00
Eliot Horowitz
9d928c0e7a catch exceptions in Tool::main so tools don't abort SERVER-137 2009-07-10 10:59:30 -04:00
Eliot Horowitz
bd018f61d5 long instead of int for file size 2009-07-09 16:56:34 -04:00
Eliot Horowitz
77a1a11579 freebsd warning MINOR 2009-07-02 09:27:03 -04:00
Eliot Horowitz
1c099e789f make -c work for mongodump 2009-06-28 23:26:34 -04:00
Mike Dirolf
6f2a2dda8c mongoimport: default to stdin 2009-06-25 16:45:48 -04:00
Mike Dirolf
39c11c8283 importjson: show help text for bad arguments 2009-06-25 16:40:39 -04:00
Mike Dirolf
97fe2a9177 minor: help text 2009-06-25 16:17:42 -04:00
Mike Dirolf
c8c17ed3eb print help if you don't give a namespace 2009-06-25 16:15:15 -04:00
Mike Dirolf
efe8911ecc minor: whitespace 2009-06-25 16:11:38 -04:00
Mike Dirolf
dc0681edad sniffer check args length to avoid segfault w/ bad args - print error from underlying pcap calls 2009-06-25 11:56:39 -04:00