Report this

What is the reason for this report?

How to add node to MySql Cluster

Posted on October 29, 2021

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?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.