Vasiliy G Tolstov ha scritto:
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?
Remember that some modules neet to be patch to uses with postgresql. I don't rember their name, but for a portal that I need to port from postgresql to mysql I have choise to reinstall all, due to this fact.
M.