Hello.
I need to move exiting site from MySQL to Postgresql database.
If i create new site with postgresql databases, dump exiting site in mysql (only data without schema, with ansi sql compatibility) and import into postgresql database, can new site work's properly?
Or may be best choise - install some export module from old site, do export data, install some import module and inport data?
Can You provide some link to succeseful converting mysql to postgresql?
Thank You.