Closed (duplicate)
Project:
Node export
Version:
6.x-3.0
Component:
Node export
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2012 at 22:39 UTC
Updated:
23 Mar 2012 at 00:04 UTC
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
Comment #1
danielb commentedYes 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.
Comment #2
gthing commentedYea 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.
Comment #3
gthing commentedFYI Drupal provides a batch API: http://api.drupal.org/api/drupal/includes%21form.inc/group/batch/6
Comment #4
danielb commented#1289754: Add batch support