We resized the droplet. Followed the steps as mentioned but upon turning on the droplet after resizing, it says apache server not found and our node version has also downgraded. we moved from 1GB/25GB to 4GB/80GB disk
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.
Heya, @momentumindiaprivatelimited
You can check if the Apache configuration files and virtual hosts are still present. It might be a case where the Apache server was not properly started after the resize.
You can use the following command to check the status of Apache:
If Apache is not running, start it:
If you are using a package manager like npm or Yarn to manage your Node.js dependencies, you need to update the package manager after resizing your droplet in order to get the latest versions of your dependencies.
We strongly recommend taking a snapshot of the Droplet before resizing.
Droplets may change hypervisors during a resize, and any changes to a filesystem can lead to data loss if something goes wrong. We strongly recommend backing up the Droplet’s data before resizing. If you use snapshots, you can delete the snapshot after confirming that the resize was successful.
https://docs.digitalocean.com/products/droplets/how-to/resize/#considerations-before-resizing
Regards
Heya,
That’s really weird as resizing shouldn’t be affecting software like that. Do you by any chance have any backups prior to the resize which you can use?
As for the Apache service, can you try reinstalling it with:
What does it say? It should be something like:
Additionally, can you find apache in
/etc/apache2
?