Hey thanks for the rapid response. So instead of having both the database and the web app hosted on the same compute instance, I would like to separate the two and host the database on CloudSQL instead. Its just a bit more robust that way since cloudsql provides database backups, and if one of the two crashes, the other one wont be affected. Unfortunately mongdb is not supported on CloudSql so that is why I was hoping for a postgres solution