Plugin Author
Yani
(@yaniiliev)
Hi corbinortiz,
I hope you are well.
Imports that stop partway are almost always the server ending the request before the plugin finishes writing the data, rather than the plugin itself getting stuck. The plugin is designed to handle very large backups, but it can only run as long as the hosting environment allows it to.
A few things that would help me pinpoint the cause:
1. Size of the .wpress file
2. Hosting environment
3. The exact point where it stops (percentage or step name)
4. Plugin version and WordPress version
5. Any browser console error or server error log entry at the moment of the freeze
Once I see those, I can tell you whether it’s a simple php.ini or .htaccess adjustment or something entirely different.