В Втр, 20/10/2009 в 07:00 +0800, Mohd Kamal Bin Mustafa пишет:
On Sun, Oct 18, 2009 at 6:51 PM, Vasiliy G Tolstov v.tolstov@selfip.ru wrote:
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?
Doesn't always work. I did some in the past and end up writing custom script to get the best of result. Basically it just a matter of having two db connection to mysql and postgresql to read and pump it into postgresql db. Some of my note on how to programmatically create node:-
http://blog.bytecraft.com.my/blog/kamal/2009/04/13/drupal-programmaticaly-cr...
Thank You!