Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
Description
The current error message from db.upgradeCheck() indicates that the user should use db.upgradeCheckAllDbs() to check all databases, bt this helper is undocumented:
> db.upgradeCheck({ db : "test" } )
|
2014-03-11T13:19:16.004+1100 Error: When providing an argument to upgradeCheck, it must be of the form {collection: <collectionNameString>}. Otherwise, it will check every collection in the database. If you would like to check all databases, run db.upgradeCheckAllDbs() from the admin database. at src/mongo/shell/upgrade_check.js:132
|
Attachments
Issue Links
- is related to
-
SERVER-13129 db.upgradeCheck() no longer checks all collections by default, and ignores db parameter
-
- Closed
-