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

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

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,
Indeed in order to upgrade your root partition, you need to upgrade your CPU and RAM as well.
In case that you don’t want the extra CPU and RAM, I could suggest two alternatives:
As the main problem that you are seeing is caused by a temporary file during backups, what you could do is to add a block storage and mount the temporary folder that holds the backup on that new disk. That way when the backup runs, it will generate the temporary file and store it on that block storage which will not consume the disk space on your root partition.
Create a new Droplet with the new size that meets your requirements and transfer your files over. Unfortunately, this would require an IP change.
The benefit of option 1 is that you will not have to add extra CPU and RAM to your Droplet and you will keep your current IP address. Also, you will be able to choose a specific size of your block storage so that it matches your exact requirements.
Regarding the problem that you noticed why posting the question, this is a known bug that is being worked on, thank you for bringing it up!
Let me know if you have any questions. Regards, Bobby
Hello there
When you destroy a Droplet, its IP address is released back into the data center’s pool of available IPs. These are assigned randomly, so it’s very unlikely you’ll get that IP address back. However, when you rebuild a Droplet, the IP address is retained.
You can find more information here:
https://docs.digitalocean.com/products/droplets/how-to/rebuild/
Regards