I want PostgreSQL back!
DreamHost doesn’t support PostgreSQL. That’s fine, a lot of people use MySQL, so it can’t be that bad. But by default MySQL doesn’t support foreign keys, you need to enable InnoDB for that. And surprise, surprise DreamHost doesn’t current support InnoDB. So instead of a few carefully placed ‘ON DELETE CASCADE’s, I have to manually delete all related objects in my Ruby code. What a PITA, bring back PostgreSQL!
