I am looking for a script to convert a ~1GB Mysql dumped database containing dozens of tables to Postgresql under Ubuntu. I have tried a couple of suggestions but they were kind of outdated and/or buggy. There is also a Ruby app, but I had difficulty installing RVM stuff. So I really appreciate it if you could point me to a script (in Perl, Python, Bash or whatever) which you have tried and actually does the job.
You can convert the database directly with a database conversion tool rather than dumping data and then trying to import it. Take a look at ESF Database Migration Toolkit for example . |
|||||||
|