몽고DB 복원 시 발생하는 에러
에러: don't know how to do with file
해결
DB 복원
mongorestore -d <db_name> db/
혹은 폴더 전체 복원
cd ..
mongorestore dump/
'에러 > mongodb' 카테고리의 다른 글
[MongoDB] password에 @ 가 포함되어 있을 시 (0) | 2021.03.18 |
---|---|
[MongoDB] getaddrinfo eai_again mongo 에러 (0) | 2021.03.18 |
[MongoDB] command listcollections requires authentication 에러 (0) | 2021.03.18 |
[MongoDB] Username and password must be escaped according to RFC 3986, use urllib.parse.quote_plus() 에러 (0) | 2021.01.08 |
MongoDB 실행 에러 (0) | 2020.12.15 |
댓글