Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ticdc Error: [CDC:ErrStartTsBeforeGC]fail to create or maintain changefeed because start-ts

[TiDB Usage Environment] Production Environment
[TiDB Version]
v6.5.5
[Reproduction Path]
Backup and restore data takes too long, then CDC startup reports an error
[Encountered Problem: Problem Phenomenon and Impact]
tiup cdc cli changefeed create --disable-gc-check --server=XXXXXXX:8300 --sink-uri="" --changefeed-id=“*****” --config=.toml --start-ts=445877655844946213
Error: [CDC:ErrStartTsBeforeGC] fail to create or maintain changefeed because start-ts 445877655844946213 is earlier than or equal to GC safepoint at 445903616122552320
The time corresponding to 445877655844946213 is: system: 2023-11-25 12:57:54.555 +0800 CST
The time corresponding to 445903616122552320 is: system: 2023-11-26 16:28:25.155 +0800 CST
My GC time is 6 days, it hasn’t passed yet, why is this error reported, how to skip it, --disable-gc-check parameter is added but still reports an error
[Resource Configuration] Enter TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachments: Screenshots/Logs/Monitoring]