Hi,
Currently, I have several websites in my dedicated server and planning to transfer it here by leveraging on Load Balancing of DigitalOcean.
But I don’t know how am I able to allocate my existing files and databases in droplets. I have more than 300 GB of files and 20 GB of databases.
In my current hosting I am paying $219 per month. My only issue is that when my hosting is down, I don’t have another server for backup.
My estimated pageviews on all my websites are between 30 million to 40 million per month.
So any recommending of how many droplets and SSD size that can cater my existing traffic and files?
The price should at least break-even on my current web hosting. or not more than $300 per month.
Thanks in advance for any help.
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.
Hi there,
I could suggest the following approach for scaling horizontally:
Here is a good tutorial that describes this concept with a Laravel application, though the process would be similar for other frameworks too:
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-scalable-laravel-6-application-using-managed-databases-and-object-storage
Hope that this helps!
Let me know if you have any questions.
Best,
Bobby