To repair a database, one has to run db.repairDatabase() from the shell but cannot specify a repair path (e.g. if you have run out of disk space). One can run mongod with --repair and a repair path but then that repairs the whole server.
The requirement is to enable at least one of those two options to repair just a database and specify a repairpath.
- duplicates
-
SERVER-9198 Add the repairPath option to the repairDatabase command
- Closed