I have something like 75,000 nodes of a given content type I would like to export. How can I do that? Going to the content page I can only export one page at a time and using drush I get memory exhausted errors. Can this module handle so many nodes?

Comments

danielb’s picture

Yes in Drush look up the help of this module. There's a --type parameter. However I've heard it's incompatible with the 'yellow' version of Drush 5, gotta use the 'green' Drush 4.
No way to do that many nodes in the interface, this module doesn't support batching.

gthing’s picture

Title: Export all nodes of given content type? » Batch support.
Category: support » feature

Yea Drush gives me memory errors because it doesn't batch it either. So I'm changing this ticket to a feature request for batch support.

gthing’s picture

danielb’s picture

Status: Active » Closed (duplicate)