Commit Graph

13 Commits

Author SHA1 Message Date
Merry Mou
0c695aa1e8 SERVER-13647 give restore privileges to root 2015-08-21 16:06:42 -04:00
mike o'brien
609a1492d2 TOOLS-327 fix tests relying on --w to use --writeConcern 2014-11-21 20:52:32 -05:00
Adam Midvidy
e5f1fc0362 SERVER-15992 dumprestore_auth{2,3} js rely on W=0
Closes #865

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-11-06 12:22:31 -05:00
Benety Goh
b95adf31a0 SERVER-15547 removed tests that rely on tools --dbpath option 2014-10-07 19:49:27 -04:00
Benety Goh
85901e7c76 SERVER-5520 do not check exit code on tool invocation 2014-09-29 14:06:14 -04:00
Spencer T Brody
7dbc49a56d SERVER-14212 When restoring users and roles for a single db with --drop, don't drop users/roles from other databases 2014-07-18 14:54:20 -04:00
Jonathan
ff814c1da7 SERVER-14232 Add additional js tests for Backup and Restore roles with Auth
Signed-off-by: Benety Goh <benety@mongodb.com>
2014-06-12 11:33:06 -04:00
Randolph Tan
0dabee8227 SERVER-13741 Migrate remaining tests to use write commands 2014-05-15 14:04:11 -04:00
David Storch
7238072660 Revert "SERVER-13741 Migrate remaining tests to use write commands"
This reverts commit 87dc3ae516.
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516 SERVER-13741 Migrate remaining tests to use write commands 2014-05-06 16:32:44 -04:00
Dan Pasette
a56fff30fb SERVER-12409 db.coll.remove() shell helper requires a query predicate 2014-02-05 18:07:02 -05:00
Spencer T Brody
7b694b4b38 SERVER-12369 Assert that user data properly setup in dumprestore_auth3.js test 2014-01-30 14:13:27 -05:00
Spencer T Brody
dac6264fb0 SERVER-12369 SERVER-11461 Update mongodump and mongorestore to properly handle users and roles in 2.6
There are some known caveats:
(1) It's not safe to run mongorestore while user-management commands are
executing on a live system (SERVER-12539).

(2) To restore 2.4 users to a 2.6 system that has never had any users added, you
must manually insert the version document indicating v1 users into
admin.system.version, which must be done by a highly privileged user, before
beginning the restore (SERVER-12541).
2014-01-29 18:50:17 -05:00