Re: Switching from MySQL to PostgreSQL

2009-10-06 Thread Graham Dumpleton
On Oct 7, 2:44 am, Chris McComas wrote: > We've been running our Django app with mod_python and Apache to serve > static files, along with MySQL as the database of choice. We're in the > process of making a few changes because we've had some stability and > performance

Re: Switching from MySQL to PostgreSQL

2009-10-06 Thread Christophe Pettus
On Oct 6, 2009, at 8:44 AM, Chris McComas wrote: > Is there an easy way for us > to take all of our data from our MySQL and move it over to PostgreSQL? Welcome to PostgreSQL! I think you'll find it a very convivial environment. :) Here's a blog entry that describes one migration path:

Switching from MySQL to PostgreSQL

2009-10-06 Thread Chris McComas
We've been running our Django app with mod_python and Apache to serve static files, along with MySQL as the database of choice. We're in the process of making a few changes because we've had some stability and performance issues, so we're moving to mod_wsgi/nginx, but we also want to switch from