Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

marijnbent's avatar

Resize droplet on running service

Can I resize a Digitalocean droplet without things breaking :-)?

0 likes
4 replies
ellisio's avatar

No, you can not. Here is their FAQ on the implications on resizing your droplets (including potential downtime): https://www.digitalocean.com/docs/droplets/how-to/resize/

The downtime from resizing varies depending how much disk is in use. This is true even when only resizing CPU and RAM only because the Droplet may move to a new hypervisor, which transfers disk data over the network.

marijnbent's avatar

Ah I'm sorry, my question wasn't really clear. Can I resize a droplet, downtime in mind, with forge continuing service after the the resize is done?

marijnbent's avatar

The answer: it is completely possible!

  1. Turn off the server
  2. Resize droplet
  3. Turn it back on

The server will continue to run smoothly!

1 like
anjanesh's avatar

@marijnbent Will forge complain during the time period of turning off the server -> resize > turning on ?

Please or to participate in this conversation.