Active
Project:
Drupal core
Version:
main
Component:
configuration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Jun 2016 at 08:52 UTC
Updated:
5 Jul 2022 at 04:22 UTC
Jump to comment: Most recent
Comments
Comment #7
bucefal91 commentedAnother way around the problem would be to code an alternative implementation of Tar archiver which would use
tarbinary in the OS when available (it would normally be available for Mac and Linux platforms). Tar binary is waaay faster than the PHP implementation Drupal uses out of the box.Comment #13
acbramley commentedI can reproduce this on a large client site, using an FPM/NGINX stack the process eventually SIGTERM's after 68 seconds.
This site has about 1800 config entities.
I'd say the most robust and straightforward solution here would be to use a batch process to export the tarball and present a status message to the user to click a link to download it. This is how
views_data_exportdoes batch exporting.