I’m working on a hobby project and right now I want to use the smallest available database size because I don’t know if the project will go anywhere.
My question is about whether down the line, if the project does end up getting a lot of users, will I be able to scale up the database and just call it a day or will I need to do additional work to scale up?
I’m confused about what happens to the data in the existing database when you “scale up”.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hello,
Yes, you can just start with the smallest available database size and upgrade whenever you need to. Basically what happens when you scale up is that extra resources like RAM, CPU and etc are added to your database server, your data stays intact.
To upgrade your Database instance just follow these steps:
Login to your DigitalOcean control panel
Then click Manage > Databases
Choose your Database instance, after that click on Settings
Under the Cluster configuration section hit the Edit button and choose the new node plan
Hope that this helps! Regards, Bobby
How much time does it take for the changes to take place