Commit Graph

53 Commits

Author SHA1 Message Date
Brandon Diamond
8c5163ca57 SERVER-3265: added up-to timestamp option for restore 2011-12-01 14:19:21 -05:00
Brandon Diamond
b2cfdbc61b SERVER-2475: Added friendly descriptions to --help 2011-10-11 13:01:05 -04:00
Brandon Diamond
27927dc47b Fixing small issue in earlier commit. 2011-10-11 10:04:02 -04:00
Brandon Diamond
31bb33c120 SERVER-3937: Only call GLE if w > 1 2011-10-11 09:52:02 -04:00
Brandon Diamond
6fee908ce6 SERVER-3937: Added write concern support to mongoimport 2011-10-07 18:11:09 -04:00
Spencer T Brody
b961557045 Make mongorestore ignore 'v' option when restoring indexes: SERVER-3687 2011-08-29 16:14:48 -04:00
Spencer T Brody
3c55e8ccba Make mongorestore be able to properly restore system.users with --drop. SERVER-2863 2011-07-29 18:37:54 -04:00
dwight
b0f0f07ef3 tweak msg 2011-06-16 22:38:05 -04:00
dwight
4f969e112a trap segfaults and such and try to log them on windows
we also try to write a note to the windows event viewer
2011-04-18 18:44:38 -04:00
Eliot Horowitz
b828d21630 ran astyle SERVER-2304 2011-01-04 00:40:41 -05:00
Eliot Horowitz
2205f04719 fix restore 2010-12-09 22:59:28 -05:00
Richard Kreuter
2d44cc0420 Fixup ns when inserting index & check for errors. SERVER-2186. 2010-12-09 15:16:29 -05:00
Mathias Stearn
efa0e8ab41 Use oplog to make mongodump/restore point in time SERVER-2025 2010-11-29 14:47:44 -05:00
Mathias Stearn
cb6be477b3 fix for finding hidden files SERVER-2000 2010-11-05 19:51:10 -04:00
Mathias Stearn
b9cb6ea977 skip hidden files and directories in mongodump SERVER-2000 2010-11-05 16:05:47 -04:00
Mathias Stearn
ef1c263192 Do indexes after data in mongorestore SERVER-1975 2010-11-05 15:14:55 -04:00
Kristina Chodorow
0bb165f589 check imports are going to a master SERVER-1878 2010-10-08 11:23:23 -04:00
Mathias Stearn
724228684e Add --indexesLast option since it's not always faster SERVER-1377 2010-07-07 21:31:14 -04:00
Mathias Stearn
1329d93774 restore indexes last SERVER-1377 2010-07-07 21:31:14 -04:00
Eliot Horowitz
501fca1b02 don't restore system.profile SERVER-1294 2010-06-30 14:29:19 -04:00
Eliot Horowitz
0549d3cc2e some tool cleaning 2010-06-19 12:46:10 -04:00
Eliot Horowitz
cbb36406f0 some tool cleaning, bsondump tool 2010-06-09 11:31:30 -04:00
dwight
a3e03d7fe8 towards QueryOption_exhaust 2010-06-05 22:37:59 -04:00
Eliot Horowitz
2ccc219102 can filter in mongorestore 2010-05-26 15:24:06 -04:00
Dwight
bd28578ab8 stdafx->pch 2010-04-27 15:27:52 -04:00
Eliot Horowitz
550f84a6cf better debugging 2010-03-05 13:43:21 -05:00
Eliot Horowitz
deab7505e6 fix 2010-03-05 13:35:15 -05:00
Eliot Horowitz
8ec2fbf7ea --drop and --objchek for restore 2010-03-05 13:07:29 -05:00
Eliot Horowitz
a1309b7c34 changed Tool() cons arguments a bit 2010-02-21 10:42:38 -05:00
Mathias Stearn
0bf045c2e1 remove some manual free()s and mixed new/free() 2010-02-12 22:17:31 -05:00
Mathias Stearn
41f0e6d464 make tools wait until all modifications have completed before exiting 2010-02-09 17:51:15 -05:00
Eliot Horowitz
0ab8149a8e uassert/massert take error code SERVER-112 2009-12-28 16:43:43 -05:00
Eliot Horowitz
91e18dc16b tool cleaning 2009-10-27 11:44:22 -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
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
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
Mike Dirolf
bf5faae277 minor: whitespace 2009-09-11 14:15:28 -04:00
Eliot Horowitz
016d49ffd2 auth support for tools SERVER-147 2009-08-12 16:31:22 -04:00
Eliot Horowitz
d7551c2925 possibly fix / 0 - verbose 2009-07-13 14:10:16 -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
bd018f61d5 long instead of int for file size 2009-07-09 16:56:34 -04:00
Eliot Horowitz
dba174cb19 work around assert in mmap 2009-06-11 12:32:19 -04:00