Browse Source

clear & add baishuihu

animeic 1 year ago
parent
commit
d94b55cf45

+ 0 - 24
config/3dshow2-mongo-3dshow.yaml

@@ -1,24 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "45 17 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "3dshow2-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: "3dshowzzz_x"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:3dshowzzz_x@3dshow2-mongo:27017/3dshow?authSource=admin
-  # mongodb://root:3dshowzzz_x@3dshow2-mongo:27017/user?authSource=admin

+ 0 - 24
config/3dshow2-mongo-user.yaml

@@ -1,24 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "30 17 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "3dshow2-mongo"
-  # mongodb port
-  port: 27017
-  # mongodb database name, leave blank to backup all databases
-  database: "user"
-  # leave blank if auth is not enabled
-  username: "root"
-  password: "3dshowzzz_x"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:3dshowzzz_x@3dshow2-mongo:27017/3dshow?authSource=admin
-  # mongodb://root:3dshowzzz_x@3dshow2-mongo:27017/user?authSource=admin

+ 0 - 24
config/baishuihu -mongo[all].yaml

@@ -1,24 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "30 18 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "adxihua-mongo"
-  # mongodb port
-  port: 27017
-  # mongodb database name, leave blank to backup all databases
-  database: ""
-  # leave blank if auth is not enabled
-  username: "root"
-  password: "adxihua_xxx"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:boxcost@box-mongo:27017/box-cost?authSource=admin
-  # mongodb://root:boxcost@box-mongo:27017/box-user?authSource=admin

+ 4 - 4
config/comm-mongo[all].yaml → config/baishuihu-mongo[all].yaml

@@ -1,23 +1,23 @@
 scheduler:
   # run every day at 6:00 and 18:00 UTC
-  cron: "15 17 */1 * *"
+  cron: "0 17 */1 * *"
   # number of backups to keep locally
   retention: 14
   # backup operation timeout in minutes
   timeout: 60
 target:
   # mongod IP or host name
-  host: "comm-mongo-alpha"
+  host: "baishuihu-mongo"
   # mongodb port
   port: 27017
   # mongodb database name, leave blank to backup all databases
   database: ""
   # leave blank if auth is not enabled
   username: "root"
-  password: "alpha"
+  password: "baishuihu_vxxx"
   # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
   params: "--authenticationDatabase admin"
   # params: "--ssl --authenticationDatabase admin"
 
   # 对应数据库配置
-  # mongodb://root:alpha@comm-mongo-alpha:27017/comm?authSource=admin
+  # mongodb://root:baishuihu_vxxx@baishuihu-mongo:27017/user?authSource=admin

+ 0 - 24
config/box-mongo[all].yaml

@@ -1,24 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "0 16 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "box-mongo"
-  # mongodb port
-  port: 27017
-  # mongodb database name, leave blank to backup all databases
-  database: ""
-  # leave blank if auth is not enabled
-  username: "root"
-  password: "boxcost"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:boxcost@box-mongo:27017/box-cost?authSource=admin
-  # mongodb://root:boxcost@box-mongo:27017/box-user?authSource=admin

+ 0 - 27
config/cloud-mongo[all].yaml

@@ -1,27 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "0 17 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "cloud-mongo"
-  # mongodb port
-  port: 27017
-  # mongodb database name, leave blank to backup all databases
-  database: ""
-  # leave blank if auth is not enabled
-  username: "root"
-  password: "cloud"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:cloud@cloud-mongo:27017/usercenter?authSource=admin
-  # mongodb://root:cloud@cloud-mongo:27017/queencloud?authSource=admin
-  # mongodb://root:cloud@cloud-mongo:27017/cloudmat?authSource=admin
-  # mongodb://root:cloud@cloud-mongo:27017/cloudmesh?authSource=admin
-  # mongodb://root:cloud@cloud-mongo:27017/matpromote?authSource=admin

+ 0 - 20
config/pay-mongo[all].yaml

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

+ 0 - 23
config/qeentree-mongo[all].yaml

@@ -1,23 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "45 16 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "tree-mongo"
-  # mongodb port
-  port: 27017
-  # mongodb database name, leave blank to backup all databases
-  database: ""
-  # leave blank if auth is not enabled
-  username: "root"
-  password: "tree"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:tree@tree-mongo:27017/queentree?authSource=admin

+ 0 - 23
config/sku3d-mongo[all].yaml

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

+ 0 - 24
config/spu3d-mongo[all].yaml

@@ -1,24 +0,0 @@
-scheduler:
-  # run every day at 6:00 and 18:00 UTC
-  cron: "15 18 */1 * *"
-  # number of backups to keep locally
-  retention: 14
-  # backup operation timeout in minutes
-  timeout: 60
-target:
-  # mongod IP or host name
-  host: "spu3d-mongo"
-  # mongodb port
-  port: 27017
-  # mongodb database name, leave blank to backup all databases
-  database: ""
-  # leave blank if auth is not enabled
-  username: "root"
-  password: "spu3d"
-  # add custom params to mongodump (eg. Auth or SSL support), leave blank if not needed
-  params: "--authenticationDatabase admin"
-  # params: "--ssl --authenticationDatabase admin"
-
-  # 对应数据库配置
-  # mongodb://root:boxcost@box-mongo:27017/box-cost?authSource=admin
-  # mongodb://root:boxcost@box-mongo:27017/box-user?authSource=admin

+ 0 - 0
format-backup-file/sku3d-mongo[all]/sku3d-mongo[all]-2022-11-23 00:30:00.gz


+ 0 - 0
format-backup-file/sku3d-mongo[all]/sku3d-mongo[all]-2022-11-23 00:30:00.log