I have a MySql Cluster How can I add more nodes to that cluster with less downtime?
I have created the cluster after going through https://www.digitalocean.com/community/tutorials/how-to-create-a-multi-node-mysql-cluster-on-ubuntu-18-04 this documentation.
Can anyone help with this query?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
I believe that the best way of adding new servers to the existing cluster would be to follow steps 2 and 3 each time you need to add more servers.
Alternatively, in case that you are looking for a production-ready solution, what I could suggest is checking out the new DigitalOcean managed MySQL clusters:
https://www.digitalocean.com/products/managed-databases/
This would let you add new replicas to your cluster just with a click of a button.
Best, Bobby