Should a database server be in a different VM instance as an application?

Posted by orokusaki on Server Fault See other posts from Server Fault or by orokusaki
Published on 2010-05-05T03:36:39Z Indexed on 2010/05/05 3:48 UTC
Read the original article Hit count: 398

I'm setting up a database server as a separate VM in my server so that I can control resources, and make backups of just that instance. I own a server that will reside in a colo soon. Is this the best way to approach my DB regarding scalability? Are there any security concerns? Do I listen at localhost still, even though it's a separate instance? And, is there any benefit to running your DB (PostgreSQL in my case) in the same machine as your application (web based SAAS application in my case)?

© Server Fault or respective owner

Related posts about database

Related posts about webserver