By diegol on
Hello;
First of all I don't know if this is the best forum for this question, if don't move it conveniently.
I would want to extract ONLY users, blog, book and page entries from database from a old drupal installation in order to place them in a new freshly drupal installation.
I've tried to import node and node_revisions but I didn't get any good results. I'm kind lost about which database tables I have to import.
Is there any other method or module in order to do this correctly?
Thanks in advance.
Comments
You can hand roll this, of
You can hand roll this, of course, but you get into all sorts of fun with ids, tables and so on. I'd recommend using one the import/export modules (that's a category on the module search page, so they're easy to find. You can also look at http://groups.drupal.org/node/21338 which compares a number of these modules.
Thanks
Thank you very much Rob I'll investigate!