Browse Source

add config

animeic 2 years ago
parent
commit
8e479507aa

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

@@ -0,0 +1,28 @@
+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

+ 24 - 0
mgob/config/comm-mongo.yaml

@@ -0,0 +1,24 @@
+scheduler:
+  # run every day at 6:00 and 18:00 UTC
+  # 北京时间每天两点
+  cron: "15 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"
+  # mongodb port
+  port: 27017
+  # mongodb database name, leave blank to backup all databases
+  database: "comm"
+  # leave blank if auth is not enabled
+  username: "root"
+  password: "alpha"
+  # 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

+ 24 - 0
mgob/config/qeentree-mongo.yaml

@@ -0,0 +1,24 @@
+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: "queentree"
+  # 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

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

@@ -0,0 +1,24 @@
+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