-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lite export #72
Comments
I just tried to export one post from a huge site. I ended up with 2 files having together around 1 milion rows. Export process used 2GB of memory. This can't work like that. |
This helps a bit. wp export --post__in=1234 --author=$(wp post get 1234 --field=post_author) --post_type=$(wp post get 1234 --field=post_type) |
We could add |
Hey @danielbachhuber - Any update on that? --slip_authors flag could be very nice. |
No updates. Feel free to submit a pull request, if you'd like. Here is some guidance on our pull request best practices. |
Feature Request
Describe your use case and the problem you are facing
wp export post__in="196219,213336,210457,208635,209995"
If I run this I am getting the full list of authors and categories but I just want the articles.
As I can see also that the author is not exported in any article.
Describe the solution you'd like
Just export what I am asking for and not everything.
The text was updated successfully, but these errors were encountered: