From 8ad058a67c87fef1221ac818c5aeda985c3dc429 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 ab0a23b30abd2..27bfc28e505f9 100644 --- a/tidb-binlog/deploy-tidb-binlog.md +++ b/tidb-binlog/deploy-tidb-binlog.md @@ -18,6 +18,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 941e8e7094ad9fb83d5b7973a71068077348916a 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 27bfc28e505f9..b769e83a65fcb 100644 --- a/tidb-binlog/deploy-tidb-binlog.md +++ b/tidb-binlog/deploy-tidb-binlog.md @@ -20,7 +20,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