diff --git a/en/configure-tidb-binlog-drainer.md b/en/configure-tidb-binlog-drainer.md index b906ec695..5c5fdaaad 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 720c960fc..8cdb90f7e 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 b99f7cd0a..bfc127132 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 3c8c079dc..5d32f009a 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)。 ## 部署准备