How to downgrade a Digital Ocean Virtual

Hello,

There are more way to do this.

You can do this in the DigitalOcean droplet panel. On the Resize tab.
After you set up the new parameters change the app.yml file like this :arrow_down:

The other way is create a new droplet. It is usefull if you want to change location or you want to downgrade the disk space also.
I’m not recommend to destroy the old droplet immediately. Just keep it while the new droplet run successfully.

  1. Create a snapshot from the old droplet.
  2. Turn off the old droplet.
  3. Create a new droplet.
  4. Change domain dns to the new droplet ip.
  5. Restore snapshot to the new droplet.
  6. Wait while the domain dns change to the new droplet ip.
  7. Change app.yml like above.
  8. Rebuild app.
  9. Test your site.
  10. If everything work. Destroy old droplet.
1 Like