반응형
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
- Maven
- centos7
- docker
- jenkins
- FCM
- submit
- rocky9
- javascript
- PM2
- mybatis
- Java
- Eclipse
- popup
- ajax
- Push
- spring3
- MSsql
- NextJS
- node.js
- pwa
- MariaDB
- yona
- nodejs
- Next.js
- SpringBoot
- git
- mysql
- config
- security
- jquery
Archives
- Today
- Total
목록2025/01/07 (1)
ふたりで
docker+mongodb+mongodump+mongorestore
#환경. - docker-desktop (windows) - mongodb # 먼저 백업데이터가 저장될 DB서버에서 아래와 같이 원격의 DB를 백업하자.mongodump --host xxx.xxx.xxx.xxx --port 27017 -d testDB --username testuser --password testuser123 --out /opt/backup/mongodump위 명령어를 실행하면 host에 명시한 ip의 DB에서 testuser계정으로 접속하여 testDB란 DB를 명령어를 실행하는 서버의 /opt/backup/mongodump경로에 testDB가 백업된다. # 백업한 DB를 복구시킬 때는 아래와 같이 restore 할 수 있다.백업한 데이터가 백업용 mongoDB서버에 백업 되면 te..
docker
2025. 1. 7. 13:38