Tagged Questions
5
votes
3answers
698 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 ...
0
votes
2answers
88 views
How to migrate from PostgreSQL to MySQL?
I'm installing Moodle in an Amazon EC2 instance. Currently, there is a backup in from PostgreSQL 7.3 which I already migrated to PostgreSQL 9.1. However, I need convert this database to MySQL 5.5.12 ...