By Paul Giese
Hello!
Im currently running my entire setup on one large dedicated server and Im planning to move everything into multiple droplets. The reason for that is that I mainly wanna give other people access to specific services.
My Services:
Choice A:
Choice B:
Im not too sure whether I should install a mysql server on multiple droplets or If I should have one seperate database droplet.
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!
I wouldn’t use a single droplet for your database. I’d recommend having 2 identical droplets with MySQL replication using master/master setup.
This will give you a resilience in the event of a server failure, and will allow you to take a DB server offline for upgrades (i.e. patching) without causing an outage.
Im thinking about maybe installing a mysql server instance on the website droplet since those websites are pretty much completely seperate from the rest.
NO WAY, I never recommend to have different CMS 2 sites on same server & database. Everything nowadays, comes down to the safety and security of web-systems.
You’d better keep every different CMS separated. because if one site hacked, everything (other sites) becomes accessible too.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.