From 7c0922ace942d000c543576bdc0bec90b5b2352c Mon Sep 17 00:00:00 2001 From: lilin90 Date: Tue, 13 Aug 2024 17:48:16 +0800 Subject: [PATCH 1/4] Add descriptions for TiDB Binlog deprecation --- en/configure-tidb-binlog-drainer.md | 2 +- en/deploy-tidb-binlog.md | 4 ++++ zh/configure-tidb-binlog-drainer.md | 2 +- zh/deploy-tidb-binlog.md | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/en/configure-tidb-binlog-drainer.md b/en/configure-tidb-binlog-drainer.md index 8a9cbda57b..8ab53d828d 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -5,7 +5,7 @@ summary: Learn the configurations of a TiDB Binlog Drainer on Kubernetes. # TiDB Binlog Drainer Configurations on Kubernetes -This document introduces the configuration parameters for a TiDB Binlog drainer on Kubernetes. +This document introduces the configuration parameters for a [TiDB Binlog](deploy-tidb-binlog.md) drainer on Kubernetes. Note that TiDB Binlog is deprecated starting from TiDB v8.3.0. ## Configuration parameters diff --git a/en/deploy-tidb-binlog.md b/en/deploy-tidb-binlog.md index 05246eb2b3..419790e9f4 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -7,6 +7,10 @@ summary: Learn how to deploy TiDB Binlog for a TiDB cluster on Kubernetes. This document describes how to maintain [TiDB Binlog](https://docs.pingcap.com/tidb/stable/tidb-binlog-overview) of a TiDB cluster on Kubernetes. +> **Warning:** +> +> Starting from TiDB v8.3.0, TiDB Binlog is deprecated, and is planned to be removed in a future release. Use [TiCDC](deploy-ticdc.md) instead for incremental data replication as an alternative. + ## Prerequisites - [Deploy TiDB Operator](deploy-tidb-operator.md); diff --git a/zh/configure-tidb-binlog-drainer.md b/zh/configure-tidb-binlog-drainer.md index 00a9f9856c..3d38bad3e7 100644 --- a/zh/configure-tidb-binlog-drainer.md +++ b/zh/configure-tidb-binlog-drainer.md @@ -5,7 +5,7 @@ summary: 了解 Kubernetes 上的 TiDB Binlog Drainer 配置参数。 # Kubernetes 上的 TiDB Binlog Drainer 配置 -本文档介绍 Kubernetes 上 TiDB Binlog drainer 的配置参数。 +本文档介绍 Kubernetes 上 [TiDB Binlog](deploy-tidb-binlog.md) drainer 的配置参数。注意 TiDB Binlog 从 TiDB v8.3.0 开始被废弃。 ## 配置参数 diff --git a/zh/deploy-tidb-binlog.md b/zh/deploy-tidb-binlog.md index ea3b63708c..d30d693429 100644 --- a/zh/deploy-tidb-binlog.md +++ b/zh/deploy-tidb-binlog.md @@ -7,6 +7,10 @@ summary: 了解如何在 Kubernetes 上部署 TiDB 集群的 TiDB Binlog。 本文档介绍如何在 Kubernetes 上部署 TiDB 集群的 [TiDB Binlog](https://docs.pingcap.com/zh/tidb/stable/tidb-binlog-overview)。 +> **警告:** +> +> 从 TiDB v8.3.0 开始,TiDB Binlog 被废弃,并计划在未来版本中移除。请使用 [TiCDC](deploy-ticdc.md) 作为增量数据同步的替代方案。 + ## 部署准备 - [部署 TiDB Operator](deploy-tidb-operator.md); From d38364bd9f86a16fdb2074ae2f39266afc0fa12a Mon Sep 17 00:00:00 2001 From: lilin90 Date: Thu, 15 Aug 2024 18:06:34 +0800 Subject: [PATCH 2/4] en, zh: update wording to address comments --- en/configure-tidb-binlog-drainer.md | 6 +++++- en/deploy-tidb-binlog.md | 2 +- zh/configure-tidb-binlog-drainer.md | 6 +++++- zh/deploy-tidb-binlog.md | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/en/configure-tidb-binlog-drainer.md b/en/configure-tidb-binlog-drainer.md index 8ab53d828d..89b9c7114a 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -5,7 +5,11 @@ summary: Learn the configurations of a TiDB Binlog Drainer on Kubernetes. # TiDB Binlog Drainer Configurations on Kubernetes -This document introduces the configuration parameters for a [TiDB Binlog](deploy-tidb-binlog.md) drainer on Kubernetes. Note that TiDB Binlog is deprecated starting from TiDB v8.3.0. +This document introduces the configuration parameters for a [TiDB Binlog](deploy-tidb-binlog.md) drainer on Kubernetes. + +> **Warning:** +> +> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. Use [TiCDC](deploy-ticdc.md) instead for incremental data replication as an alternative. ## Configuration parameters diff --git a/en/deploy-tidb-binlog.md b/en/deploy-tidb-binlog.md index 419790e9f4..58e9d451e9 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -9,7 +9,7 @@ This document describes how to maintain [TiDB Binlog](https://docs.pingcap.com/t > **Warning:** > -> Starting from TiDB v8.3.0, TiDB Binlog is deprecated, and is planned to be removed in a future release. Use [TiCDC](deploy-ticdc.md) instead for incremental data replication as an alternative. +> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. Use [TiCDC](deploy-ticdc.md) instead for incremental data replication as an alternative. ## Prerequisites diff --git a/zh/configure-tidb-binlog-drainer.md b/zh/configure-tidb-binlog-drainer.md index 3d38bad3e7..f032018bae 100644 --- a/zh/configure-tidb-binlog-drainer.md +++ b/zh/configure-tidb-binlog-drainer.md @@ -5,7 +5,11 @@ summary: 了解 Kubernetes 上的 TiDB Binlog Drainer 配置参数。 # Kubernetes 上的 TiDB Binlog Drainer 配置 -本文档介绍 Kubernetes 上 [TiDB Binlog](deploy-tidb-binlog.md) drainer 的配置参数。注意 TiDB Binlog 从 TiDB v8.3.0 开始被废弃。 +本文档介绍 Kubernetes 上 [TiDB Binlog](deploy-tidb-binlog.md) drainer 的配置参数。 + +> **警告:** +> +> 从 TiDB v7.5.0 开始,TiDB Binlog 的数据同步功能被废弃。从 v8.3.0 开始,TiDB Binlog 被完全废弃,并计划在未来版本中移除。请使用 [TiCDC](deploy-ticdc.md) 作为增量数据同步的替代方案。 ## 配置参数 diff --git a/zh/deploy-tidb-binlog.md b/zh/deploy-tidb-binlog.md index d30d693429..7f704c8500 100644 --- a/zh/deploy-tidb-binlog.md +++ b/zh/deploy-tidb-binlog.md @@ -9,7 +9,7 @@ summary: 了解如何在 Kubernetes 上部署 TiDB 集群的 TiDB Binlog。 > **警告:** > -> 从 TiDB v8.3.0 开始,TiDB Binlog 被废弃,并计划在未来版本中移除。请使用 [TiCDC](deploy-ticdc.md) 作为增量数据同步的替代方案。 +> 从 TiDB v7.5.0 开始,TiDB Binlog 的数据同步功能被废弃。从 v8.3.0 开始,TiDB Binlog 被完全废弃,并计划在未来版本中移除。请使用 [TiCDC](deploy-ticdc.md) 作为增量数据同步的替代方案。 ## 部署准备 From 2e318f694ca1d3bfb404d30e6a195d482b825550 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 19 Aug 2024 17:02:11 +0800 Subject: [PATCH 3/4] Improve descriptions --- en/configure-tidb-binlog-drainer.md | 2 +- en/deploy-tidb-binlog.md | 2 +- zh/configure-tidb-binlog-drainer.md | 2 +- zh/deploy-tidb-binlog.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/configure-tidb-binlog-drainer.md b/en/configure-tidb-binlog-drainer.md index 89b9c7114a..7c7dcd2e1b 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -9,7 +9,7 @@ This document introduces the configuration parameters for a [TiDB Binlog](deploy > **Warning:** > -> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. Use [TiCDC](deploy-ticdc.md) instead for incremental data replication as an alternative. +> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. For incremental data replication, use [TiCDC](deploy-ticdc.md) instead. For point-in-time recovery (PITR), use PITR. ## Configuration parameters diff --git a/en/deploy-tidb-binlog.md b/en/deploy-tidb-binlog.md index 58e9d451e9..cad608ca02 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -9,7 +9,7 @@ This document describes how to maintain [TiDB Binlog](https://docs.pingcap.com/t > **Warning:** > -> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. Use [TiCDC](deploy-ticdc.md) instead for incremental data replication as an alternative. +> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. For incremental data replication, use [TiCDC](deploy-ticdc.md) instead. For point-in-time recovery (PITR), use PITR. ## Prerequisites diff --git a/zh/configure-tidb-binlog-drainer.md b/zh/configure-tidb-binlog-drainer.md index f032018bae..8acf5f7a6b 100644 --- a/zh/configure-tidb-binlog-drainer.md +++ b/zh/configure-tidb-binlog-drainer.md @@ -9,7 +9,7 @@ summary: 了解 Kubernetes 上的 TiDB Binlog Drainer 配置参数。 > **警告:** > -> 从 TiDB v7.5.0 开始,TiDB Binlog 的数据同步功能被废弃。从 v8.3.0 开始,TiDB Binlog 被完全废弃,并计划在未来版本中移除。请使用 [TiCDC](deploy-ticdc.md) 作为增量数据同步的替代方案。 +> 从 TiDB v7.5.0 开始,TiDB Binlog 的数据同步功能被废弃。从 v8.3.0 开始,TiDB Binlog 被完全废弃,并计划在未来版本中移除。如需进行增量数据同步,请使用 [TiCDC](deploy-ticdc.md)。如需按时间点恢复,请使用 Point-in-Time Recovery (PITR)。 ## 配置参数 diff --git a/zh/deploy-tidb-binlog.md b/zh/deploy-tidb-binlog.md index 7f704c8500..ca6565ad3e 100644 --- a/zh/deploy-tidb-binlog.md +++ b/zh/deploy-tidb-binlog.md @@ -9,7 +9,7 @@ summary: 了解如何在 Kubernetes 上部署 TiDB 集群的 TiDB Binlog。 > **警告:** > -> 从 TiDB v7.5.0 开始,TiDB Binlog 的数据同步功能被废弃。从 v8.3.0 开始,TiDB Binlog 被完全废弃,并计划在未来版本中移除。请使用 [TiCDC](deploy-ticdc.md) 作为增量数据同步的替代方案。 +> 从 TiDB v7.5.0 开始,TiDB Binlog 的数据同步功能被废弃。从 v8.3.0 开始,TiDB Binlog 被完全废弃,并计划在未来版本中移除。如需进行增量数据同步,请使用 [TiCDC](deploy-ticdc.md)。如需按时间点恢复,请使用 Point-in-Time Recovery (PITR)。 ## 部署准备 From 278946427c70188588c0ee64c35c8f596a8d7359 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Mon, 19 Aug 2024 17:13:34 +0800 Subject: [PATCH 4/4] Make wording clear --- en/configure-tidb-binlog-drainer.md | 2 +- en/deploy-tidb-binlog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/configure-tidb-binlog-drainer.md b/en/configure-tidb-binlog-drainer.md index 7c7dcd2e1b..652efb0096 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -9,7 +9,7 @@ This document introduces the configuration parameters for a [TiDB Binlog](deploy > **Warning:** > -> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. For incremental data replication, use [TiCDC](deploy-ticdc.md) instead. For point-in-time recovery (PITR), use PITR. +> Starting from TiDB v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. For incremental data replication, use [TiCDC](deploy-ticdc.md) instead. For point-in-time recovery (PITR), use PITR. ## Configuration parameters diff --git a/en/deploy-tidb-binlog.md b/en/deploy-tidb-binlog.md index cad608ca02..c0e959363f 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -9,7 +9,7 @@ This document describes how to maintain [TiDB Binlog](https://docs.pingcap.com/t > **Warning:** > -> Starting from v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. For incremental data replication, use [TiCDC](deploy-ticdc.md) instead. For point-in-time recovery (PITR), use PITR. +> Starting from TiDB v7.5.0, TiDB Binlog replication is deprecated. Starting from v8.3.0, TiDB Binlog is fully deprecated, with removal planned for a future release. For incremental data replication, use [TiCDC](deploy-ticdc.md) instead. For point-in-time recovery (PITR), use PITR. ## Prerequisites