Hello, i have few question before starting a resize of a droplet :
thanks in advance
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.
Hello,
The answer to both questions should be yes, but I could suggest a couple of things first:
Usually before making any changes to your server, make sure to have a backup. That way if anything goes wrong, you could always revert to a working version of the Droplet.
Make sure that your services are enabled to start on boot, for example, to make sure that the Nginx service starts after a server restart you can enable it with:
Or to check if it is already enabled you can run:
If the status is
enabled
then this means that the service will start after your server boots up.Hope that this helps!
Best,
Bobby