Place multiple export files into a single directory, then run the following: # Activate the wordpress importer wp plugin activate wordpress-importer –url=http://localhost/example.com/ # Iterate over all of the import files in a given folder. for f in myfolder/*.xml; do wp import $f –authors=skip –skip=attachment –url=localhost/example.com/; done
import
Memory Limits on VVV
Was trying to import an xml into a VVV site from a live site. 2,995 posts. WP-CLI would do ~150 at most before being killed. Only thing that seemed to help was toggling xdebug on and off, otherwise it was being killed right after the ‘Starting import’ message. Tried WP Importer, but it kept telling […]