How to manually replace old cluster nodes and add new ones in different datacenters? #995
Unanswered
algoritmsystems
asked this question in
Q&A
Replies: 1 comment
-
At the moment, DCS cluster scaling automation is not yet implemented (it’s planned here). Alternatively, you can consider a support package — we’ll assist you with the setup and can also prioritize automation of etcd cluster scaling as part of the roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I initially had a 3-node PostgreSQL cluster configured with Patroni:
Later, I added 4 more nodes:
As DCS used etcd!
Now, I need to:
-Add 3 more nodes in the new datacenter: 172.16.9.45, 172.16.9.46, 172.16.9.47
-And remove the original nodes from old: 172.16.9.30, 172.16.9.31, 172.16.9.32 (they're only with etcd now)
What is the correct manual procedure for doing this safely?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions