是否有任何人知道修复 mongodb 的 API 是通过 ruby-mongodb-driver 损坏数据库的情况。
翻阅文档 似乎没有
任何人都可以确认。
或者任何人都可以建议我修复 mongod 数据库的更好方法。
目前我知道
./mongod --repair options
./mongo
> use [database]
> db.repairDatabase()
我还看到了一个shell选项
./mongo --help
options:
--shell run the shell after executing files
如何编写脚本(.js)来修复给定的数据库