Report this

What is the reason for this report?

Is this a good idea to host in different stack applications in same droplet and is it possible?

Posted on October 3, 2020

In my existing droplet .Net Core with SQL Core and angular app is running. Now I am planning to add one more WordPress site (LAMP stack) in same droplet.

My question: is this a good idea to host in different stack applications in same droplet and is it possible?

Sorry if my question sounds silly.



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, @jitangupta

Could you please confirm if you’ve deployed the .Net Core application using our article:

https://www.digitalocean.com/community/tutorials/how-to-deploy-an-asp-net-core-application-with-mysql-server-using-nginx-on-ubuntu-18-04

You can configure the LAMP stack on the existing droplet, but keep in mind that sometimes when you have too many services running things can get “messy”.

An really quick example is the following - two services might share one or more dependency packages. If you happen to install or update one of those dependencies this can cause an issue for one of the services as sometimes they require a specific version in order to run.

I will highly recommend you to backup your droplet by taking a snapshot and then go with the LAMP stack configuration. In this way if anything goes wrong you can always restore your droplet.

You can check our tutorial on how to create snapshots of droplets:

https://www.digitalocean.com/docs/images/snapshots/how-to/snapshot-droplets/

Hope that this helps! Regards, Alex

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.