-1

I have a TiDB cluster of 4 machines and I want to add a PD server. But it seems that the number of machines does not meet the rolling update requirement. In TiDB documentation, at least 2 TiDB servers, 3 PD servers and 3 TiKV servers are needed in rolling update. So I cannot perform rolling update now?

Henry Ecker
  • 34,399
  • 18
  • 41
  • 57
Caitin Chen
  • 151
  • 1
  • 10

1 Answers1

1

You can perform rolling update. It will impact the ongoing business when stop pd if you only have one PD service. See https://github.com/pingcap/docs/blob/master/QUICKSTART.md#scale-the-tidb-cluster

LinuxGit
  • 46
  • 2
  • So you mean that I can apply rolling update to a single PD node, but I should stop the database service during the update? – Caitin Chen Mar 23 '18 at 02:41