From 389c3177774e4c4300c0b27da768ec41bf02d424 Mon Sep 17 00:00:00 2001 From: Enwei Date: Thu, 26 Aug 2021 09:20:07 +0200 Subject: [PATCH] complex tidb binlog.yaml: add checkpoint info (#6216) --- config-templates/complex-tidb-binlog.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config-templates/complex-tidb-binlog.yaml b/config-templates/complex-tidb-binlog.yaml index f149a6d89fe92..97e5f8d022184 100644 --- a/config-templates/complex-tidb-binlog.yaml +++ b/config-templates/complex-tidb-binlog.yaml @@ -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 - host: 10.0.1.13 port: 8249 deploy_dir: "/tidb-deploy/drainer-8249"