Skip to content

Commit

Permalink
complex tidb binlog.yaml: add checkpoint info (#6216) (#6284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 30, 2021
1 parent 2f60159 commit 557a2cf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion config-templates/complex-tidb-binlog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ drainer_servers:
syncer.to.user: "root"
syncer.to.password: ""
syncer.to.port: 4000
syncer.to.checkpoint:
schema: "tidb-binlog"
type: "tidb"
host: "10.0.1.14"
user: "root"
password: "123"
port: 4000

monitoring_servers:
- host: 10.0.1.10
Expand All @@ -149,4 +156,4 @@ alertmanager_servers:
# cluster_port: 9094
# deploy_dir: "/tidb-deploy/alertmanager-9093"
# data_dir: "/tidb-data/alertmanager-9093"
# log_dir: "/tidb-deploy/alertmanager-9093/log"
# log_dir: "/tidb-deploy/alertmanager-9093/log"

0 comments on commit 557a2cf

Please sign in to comment.