From 8d4435a4b289e3ea67f1369f4af225142859cfd0 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 9d1d76ad0f..89bbf15802 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -6,7 +6,7 @@ aliases: ['/docs/tidb-in-kubernetes/dev/configure-tidb-binlog-drainer/'] # 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 cca5a7680e..390b44be58 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -8,6 +8,10 @@ aliases: ['/docs/tidb-in-kubernetes/dev/deploy-tidb-binlog/'] 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 dd54803772..7a896cd96e 100644 --- a/zh/configure-tidb-binlog-drainer.md +++ b/zh/configure-tidb-binlog-drainer.md @@ -6,7 +6,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-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 d7bbd64361..ae5646987c 100644 --- a/zh/deploy-tidb-binlog.md +++ b/zh/deploy-tidb-binlog.md @@ -8,6 +8,10 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-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 1b8a1dbb07e51b2a81e06ee0dfa052a57d334fad 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 89bbf15802..b906ec695b 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -6,7 +6,11 @@ aliases: ['/docs/tidb-in-kubernetes/dev/configure-tidb-binlog-drainer/'] # 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 390b44be58..720c960fc5 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -10,7 +10,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 7a896cd96e..b99f7cd0a3 100644 --- a/zh/configure-tidb-binlog-drainer.md +++ b/zh/configure-tidb-binlog-drainer.md @@ -6,7 +6,11 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-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 ae5646987c..3c8c079dc8 100644 --- a/zh/deploy-tidb-binlog.md +++ b/zh/deploy-tidb-binlog.md @@ -10,7 +10,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-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 2ddeae30425411b2c9c33c11c5555204a1a78351 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 b906ec695b..5c5fdaaad9 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -10,7 +10,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 720c960fc5..8cdb90f7e4 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -10,7 +10,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 b99f7cd0a3..bfc1271325 100644 --- a/zh/configure-tidb-binlog-drainer.md +++ b/zh/configure-tidb-binlog-drainer.md @@ -10,7 +10,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/configure-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 3c8c079dc8..5d32f009a7 100644 --- a/zh/deploy-tidb-binlog.md +++ b/zh/deploy-tidb-binlog.md @@ -10,7 +10,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-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 ec075c8bc51294f35dc7d9eddf0df527a9bd2930 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 5c5fdaaad9..7e1344ccda 100644 --- a/en/configure-tidb-binlog-drainer.md +++ b/en/configure-tidb-binlog-drainer.md @@ -10,7 +10,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 8cdb90f7e4..25a95125b2 100644 --- a/en/deploy-tidb-binlog.md +++ b/en/deploy-tidb-binlog.md @@ -10,7 +10,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