animeic 2 rokov pred
commit
9d7ac97d4c

+ 21 - 0
docker-compose.yaml

@@ -0,0 +1,21 @@
+version: '3.8'
+
+# 网络
+networks:
+  default:
+    external:
+      name: default-network # 与需要备份的mongo在同一个网络
+
+services:
+  # mgob
+  mgob:
+    image: stefanprodan/mgob:1.1
+    container_name: mongo-backup
+    restart: always
+    ports:
+      - 8090:8090
+    volumes:
+      - ./mgob/config:/config
+      - ./mgob/storage:/storage
+      - ./mgob/tmp:/tmp
+      - ./mgob/data:/data

+ 23 - 0
mgob/config/local-3dshow-test.yaml

@@ -0,0 +1,23 @@
+scheduler:
+  # run every day at 6:00 and 18:00 UTC
+  cron: "51 7,18 */1 * *"
+  # number of backups to keep locally
+  retention: 14
+  # backup operation timeout in minutes
+  timeout: 60
+target:
+  # mongod IP or host name
+  host: "3dshow-mongo"
+  # mongodb port
+  port: 27017
+  # mongodb database name, leave blank to backup all databases
+  database: "3dshow"
+  # leave blank if auth is not enabled
+  username: "root"
+  password: "3dshow"
+  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
+  params: "--authenticationDatabase admin"
+  # params: "--ssl --authenticationDatabase admin"
+
+  # mongodb://root:3dshow@124.71.139.24:37031/3dshow?authSource=admin
+  # mongodb://root:root@127.0.0.1:17017/wj-project?authSource=admin

+ 23 - 0
mgob/config/local-3dshow1-test.yaml

@@ -0,0 +1,23 @@
+scheduler:
+  # run every day at 6:00 and 18:00 UTC
+  cron: "50 7,18 */1 * *"
+  # number of backups to keep locally
+  retention: 14
+  # backup operation timeout in minutes
+  timeout: 60
+target:
+  # mongod IP or host name
+  host: "3dshow1-mongo"
+  # mongodb port
+  port: 27017
+  # mongodb database name, leave blank to backup all databases
+  database: "3dshow1"
+  # leave blank if auth is not enabled
+  username: "root"
+  password: "3dshow1"
+  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
+  params: "--authenticationDatabase admin"
+  # params: "--ssl --authenticationDatabase admin"
+
+  # mongodb://root:3dshow@124.71.139.24:37031/3dshow?authSource=admin
+  # mongodb://root:3dshow1@127.0.0.1:37032/3dshow1?authSource=admin

BIN
mgob/storage/local-3dshow/local-3dshow-1668756600.gz


+ 10 - 0
mgob/storage/local-3dshow/local-3dshow-1668756600.log

@@ -0,0 +1,10 @@
+2022-11-18T07:30:00.026+0000	writing 3dshow.supply to archive '/tmp/local-3dshow-1668756600.gz'
+2022-11-18T07:30:00.026+0000	writing 3dshow.address to archive '/tmp/local-3dshow-1668756600.gz'
+2022-11-18T07:30:00.026+0000	writing 3dshow.product to archive '/tmp/local-3dshow-1668756600.gz'
+2022-11-18T07:30:00.027+0000	writing 3dshow.order to archive '/tmp/local-3dshow-1668756600.gz'
+2022-11-18T07:30:00.030+0000	done dumping 3dshow.order (2 documents)
+2022-11-18T07:30:00.030+0000	writing 3dshow.collect to archive '/tmp/local-3dshow-1668756600.gz'
+2022-11-18T07:30:00.031+0000	done dumping 3dshow.address (2 documents)
+2022-11-18T07:30:00.049+0000	done dumping 3dshow.collect (1 document)
+2022-11-18T07:30:00.051+0000	done dumping 3dshow.supply (3 documents)
+2022-11-18T07:30:00.054+0000	done dumping 3dshow.product (1 document)

BIN
mgob/storage/local-3dshow/local-3dshow-1668757860.gz


+ 10 - 0
mgob/storage/local-3dshow/local-3dshow-1668757860.log

@@ -0,0 +1,10 @@
+2022-11-18T07:51:00.030+0000	writing 3dshow.supply to archive '/tmp/local-3dshow-1668757860.gz'
+2022-11-18T07:51:00.030+0000	writing 3dshow.order to archive '/tmp/local-3dshow-1668757860.gz'
+2022-11-18T07:51:00.031+0000	writing 3dshow.address to archive '/tmp/local-3dshow-1668757860.gz'
+2022-11-18T07:51:00.033+0000	writing 3dshow.product to archive '/tmp/local-3dshow-1668757860.gz'
+2022-11-18T07:51:00.034+0000	done dumping 3dshow.supply (3 documents)
+2022-11-18T07:51:00.034+0000	writing 3dshow.collect to archive '/tmp/local-3dshow-1668757860.gz'
+2022-11-18T07:51:00.044+0000	done dumping 3dshow.collect (1 document)
+2022-11-18T07:51:00.044+0000	done dumping 3dshow.address (2 documents)
+2022-11-18T07:51:00.054+0000	done dumping 3dshow.product (1 document)
+2022-11-18T07:51:00.059+0000	done dumping 3dshow.order (2 documents)

BIN
mgob/storage/local-3dshow1/local-3dshow1-1668757800.gz


+ 10 - 0
mgob/storage/local-3dshow1/local-3dshow1-1668757800.log

@@ -0,0 +1,10 @@
+2022-11-18T07:50:00.031+0000	writing 3dshow1.supply to archive '/tmp/local-3dshow1-1668757800.gz'
+2022-11-18T07:50:00.031+0000	writing 3dshow1.collect to archive '/tmp/local-3dshow1-1668757800.gz'
+2022-11-18T07:50:00.031+0000	writing 3dshow1.address to archive '/tmp/local-3dshow1-1668757800.gz'
+2022-11-18T07:50:00.032+0000	writing 3dshow1.order to archive '/tmp/local-3dshow1-1668757800.gz'
+2022-11-18T07:50:00.036+0000	done dumping 3dshow1.collect (1 document)
+2022-11-18T07:50:00.036+0000	writing 3dshow1.product to archive '/tmp/local-3dshow1-1668757800.gz'
+2022-11-18T07:50:00.037+0000	done dumping 3dshow1.order (2 documents)
+2022-11-18T07:50:00.037+0000	done dumping 3dshow1.supply (3 documents)
+2022-11-18T07:50:00.037+0000	done dumping 3dshow1.address (2 documents)
+2022-11-18T07:50:00.054+0000	done dumping 3dshow1.product (1 document)

+ 24 - 0
readme.md

@@ -0,0 +1,24 @@
+# 数据库备份
+
+> 文档:`https://github.com/stefanprodan/mgob`
+
+## 使用
+
+1. 在mgob/config/添加配置
+   mgob/config/3dshow.yaml
+2. 启动服务:`docker-compose up -d`
+
+## webapi
+
+mgob-host:8090/storage file server  
+mgob-host:8090/status backup jobs status  
+mgob-host:8090/metrics Prometheus endpoint  
+mgob-host:8090/version mgob version and runtime info  
+mgob-host:8090/debug pprof endpoint  
+
+## 恢复数据
+
+1. 进入容器
+   docker exec -it mongo-backup sh
+2. 恢复命令
+   mongorestore --gzip --archive=/storage/local-3dshow/local-3dshow1-1668757800.gz --host 3dshow-mongo:27017 --drop -u root -p 3dshow --authenticationDatabase admin