Mysql – run MySQL and Postgresql together on a VPS

MySQLvps

I'd like to know if anybody has any experience with this. I have a VPS server with ruby On rails, nginx and pgsql.
I'd like to use WordPress on it too, and the biggest issue seems to be running it on postgresql.

So, do you think I can run two databases on one VPS, considering the VPS is 512MB and the sites are not very much visited?

Best Answer

I have a customer server (Ubuntu 10.04, 64 Bit) with Postgres and MySQL running at the same time. It is very important that you configure both database servers accordingly to your RAM. The server I am using is equipped with 4 GB RAM, which causes Ubuntu to use the SWAP from time to time.

512 MB RAM for all your applications seems to be very low - I can only advice you to try it out and gain some field experience.

By the way, a default wordpress database only consums 2-3 MB (without the custom content, ofc).

Related Topic