Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MongoDB
- nestjs
- class
- 공룡게임
- TypeScript
- typeORM
- 정렬
- Bull
- dfs
- OCR
- Python
- jest
- flask
- nodejs
- MySQL
- Sequelize
- Express
- Nest.js
- cookie
- Dinosaur
- JavaScript
- GIT
- Queue
- react
- AWS
- 게임
- 자료구조
- game
- mongoose
Archives
- Today
- Total
목록dump (1)
포시코딩
[Docker] MongoDB dump & restore
우선 mongodump 명령어를 사용할 수 있어야 한다. 나같은 경우도 docker를 통해서 mongodb를 사용하다보니 맥에서 해당 명령어가 없다고 나왔기에 설치를 진행했다. brew tap mongodb/brew brew install mongodb-database-tools dump mkdir backup mongodump --uri "mongodb://{username}:{password}@{ip or server address}:27017/{db_name}?authSource=admin" --out backup `backup` 이라는 폴더를 만든 후 거기에 해당 db dump를 넣게 되는데 bson 확장자 형태로 주르륵 들어간다. 여기서 내가 헤맸던 부분은 mongodb uri에 대해 쿼리스트링..
카테고리 없음
2023. 8. 31. 12:22