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 to use Amazon RDS.
Are there any tools to do this?
I'm using pg2mysql but maybe there is a better solution?