Posted by solanas on March 24, 2006 at 9:06am
Can I export the book pages from a Drupal site for been published in other drupal site?
Now I have a Drupal site working. I have serveral editors typing pages nodes for one book. I have other books waiting to be uploaded but they should be posted in other drupal site which at the moment I haven't. I woul like to use my actual drupal site to post the new pages and later I would like to export them to the new drupal site.
Some advise?
Comments
Easiest way to do this is to
Easiest way to do this is to export/import the data directly from the database.
Only trick is to manually set the ID for the imported nodes after you insert them into the destination database and then make sure you increment the value of sequences.node_nid accordingly in the destination database.
--
http://devbee.com/
--
Devbee - http://devbee.com/
import-export module may help you
http://drupal.org/node/14858
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
Sepeck, the Drupal encyclopedia
thanks!
--
http://devbee.com/
--
Devbee - http://devbee.com/