From 4797912d6c96c9ba8711b843b93ae53ca7f0e5ee Mon Sep 17 00:00:00 2001 From: Liuxiaozhen12 <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Mon, 2 Aug 2021 13:52:03 +0800 Subject: [PATCH 1/2] deploy-tidb-binlog: make the expression on deployment clearer --- tidb-binlog/deploy-tidb-binlog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tidb-binlog/deploy-tidb-binlog.md b/tidb-binlog/deploy-tidb-binlog.md index 9d425d50618ba..bc646ff067a65 100644 --- a/tidb-binlog/deploy-tidb-binlog.md +++ b/tidb-binlog/deploy-tidb-binlog.md @@ -19,6 +19,10 @@ In environments of development, testing and production, the requirements on serv | Pump | 3 | 8 core+ | SSD, 200 GB+ | 16G | | Drainer | 1 | 8 core+ | SAS, 100 GB+ (If binlogs are output as local files, the disk size depends on how long these files are retained.) | 16G | +## Deploy TiDB Binlog using TiUP + +It is recommended to deploy TiDB Binlog using TiUP. This means before deploying TiDB using TiUP, you need to add the node information of `drainer` and `pump` of TiDB Binlog in [TiDB Binlog Deployment Topology](/tidb-binlog-deployment-topology.md). For detailed deployment information, refer to [Deploy a TiDB Cluster Using TiUP](/production-deployment-using-tiup.md). + ## Deploy TiDB Binlog using a Binary package ### Download the official Binary package From 8cadd3b67ca3d3a78d705d03b6a9114bc8eaa980 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:03:58 +0800 Subject: [PATCH 2/2] Update tidb-binlog/deploy-tidb-binlog.md --- tidb-binlog/deploy-tidb-binlog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-binlog/deploy-tidb-binlog.md b/tidb-binlog/deploy-tidb-binlog.md index bc646ff067a65..75d805a69cf22 100644 --- a/tidb-binlog/deploy-tidb-binlog.md +++ b/tidb-binlog/deploy-tidb-binlog.md @@ -21,7 +21,7 @@ In environments of development, testing and production, the requirements on serv ## Deploy TiDB Binlog using TiUP -It is recommended to deploy TiDB Binlog using TiUP. This means before deploying TiDB using TiUP, you need to add the node information of `drainer` and `pump` of TiDB Binlog in [TiDB Binlog Deployment Topology](/tidb-binlog-deployment-topology.md). For detailed deployment information, refer to [Deploy a TiDB Cluster Using TiUP](/production-deployment-using-tiup.md). +It is recommended to deploy TiDB Binlog using TiUP. To do that, when deploying TiDB using TiUP, you need to add the node information of `drainer` and `pump` of TiDB Binlog in [TiDB Binlog Deployment Topology](/tidb-binlog-deployment-topology.md). For detailed deployment information, refer to [Deploy a TiDB Cluster Using TiUP](/production-deployment-using-tiup.md). ## Deploy TiDB Binlog using a Binary package