Tagged Questions
5
votes
3answers
715 views
How do I move data from Postgres to MySQL running on Amazon's RDS?
I need to move a database with a Django schema from Postgres to MySQL, running on Amazon's RDF. I can re-generate the tables using manage.py, but I'm still looking for a way to migrate over all of the ...