기존 mongodb에서 단일 컬렉션 복원 단일 컬렉션을 기존 데이터베이스에 복원할 수 없습니다.저는 mongo 버전 2.6.7로 Ubuntu 14.04를 실행하고 있습니다. 제 홈 디렉토리에 기반한 dump/mydbname/contents.bson이 있습니다. 내가 뛰면, mongorestore --collection contents --db mydbname 그러면 다음과 같은 것을 알 수 있습니다. connected to: 127.0.0.1 don't know what to do with file [dump] 경로를 추가하면, mongorestore --collection contents --db mydbname --dbpath dump/mydbname 그러면 나는. If you are running ..