Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 使用Ticdc changefeed创建同步任务,报CDC:ErrVersionIncompatibl错误

[TiDB Usage Environment] Production Environment
[TiDB Version] v5.0.6
[Reproduction Path]
The upstream server is a TiDB cluster, and the downstream backup server is a single-node TiDB, both versions are v5.0.6. After adding the ticdc service to the upstream service through scaling, executing
tiup cdc cli changefeed create --pd=http://10.0.10.25:2379 --sink-uri="mysql://root:123456@127.0.0.1:3306/" --changefeed-id="simple-replication-task" --sort-engine="unified"
Prompt: [CDC:ErrVersionIncompatible]version is incompatible: TiKV 5.0.6 is not supported, the minimal compatible version is 5.1.0-alpha
But according to the https://docs.pingcap.com/zh/tidb/v5.0/manage-ticdc
documentation, 5.0.2 should be supported.
[Encountered Problem: Problem Phenomenon and Impact] The synchronization task cannot be created successfully.