TiDB BR Can Specify TiKV Node for Backup

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: TIDB BR 能指定TIKV节点备份

| username: MSGJC

Version 6.1.0
Preparing for dynamic cluster migration, can I specify a TIKV node to run the backup during the backup process?

| username: ddhe9527 | Original post link

Backup is handled by the leader of each region, and each TiKV node needs to output the backup SST files, unless you concentrate all leaders on the specified TiKV node.

| username: gary | Original post link

BR cannot specify a TiKV node to run the backup, it pulls data from all TiKV nodes.

| username: alfred | Original post link

Under normal circumstances, all KV nodes will run backups.

| username: Kongdom | Original post link

Dynamic migration should not conflict with BR backup. Is there any concern or specific requirement?