Backup gets stuck at end of uploads folders
-
Log file, edited for brevity, putting an ellipsis where entries are similar:
[info] - [2023/11/08 15:10:47] - #################### Start Backup Job #################### [info] - [2023/11/08 15:10:47] - WP Staging Version: 3.1.1 [info] - [2023/11/08 15:10:47] - PHP Version: 7.4.33 [info] - [2023/11/08 15:10:47] - Server: nginx/1.23.3 [info] - [2023/11/08 15:10:47] - MySQL: 10.5.19 [info] - [2023/11/08 15:10:47] - WP Version: 6.4 [info] - [2023/11/08 15:10:47] - PHP Memory Limit: 268435456 [info] - [2023/11/08 15:10:47] - WP Memory Limit: 268435456 [info] - [2023/11/08 15:10:47] - PHP Max Execution Time: 60 [info] - [2023/11/08 15:10:47] - Is Multipart Backup: No [info] - [2023/11/08 15:10:47] - Backup requirements passed... [info] - [2023/11/08 15:10:48] - Discovering Files: Skipped directory "wp-content/cache/". Excluded by rule [info] - [2023/11/08 15:10:48] - Discovering Files: Skipped directory "wp-content/wp-staging-sites/". Excluded by rule [info] - [2023/11/08 15:10:48] - Discovering Files: Skipped directory "wp-content/plugins/wp-staging/". Excluded by rule [info] - [2023/11/08 15:10:55] - Discovering Files: Skipped directory "wp-content/uploads/wp-staging/". Excluded by rule [info] - [2023/11/08 15:10:57] - Discovering Files: Skipped file "wp-content/blc-logs/debug-2023-03.log/." Extension "log" is excluded by rule. [info] - [2023/11/08 15:10:57] - Discovering Files: Skipped file "wp-content/plugins/cloudflare/output.log/." Extension "log" is excluded by rule. [info] - [2023/11/08 15:10:59] - Discovering Files: Skipped file "wp-content/uploads/nginx-helper/nginx.log/." Extension "log" is excluded by rule. [info] - [2023/11/08 15:10:59] - Discovering Files: Skipped file "wp-content/uploads/wp-statistics/debug.log/." Extension "log" is excluded by rule. [info] - [2023/11/08 15:10:59] - Finished discovering Files. (144912 files) [info] - [2023/11/08 15:11:10] - Added 31861/44858 otherfiles files to backup (279 MB/s) ... [info] - [2023/11/08 15:14:18] - Added 77452/81470 uploads files to backup (18 MB/s) [info] - [2023/11/08 15:14:31] - Added 81470/81470 uploads files to backup (21 MB/s) ... [warning] - [2023/11/08 15:15:56] - PHP failed to process this task. We will lower the memory usage and try again... (9/10) [critical] - [2023/11/08 15:16:07] - Sorry, a task failed too many times and the process cannot proceed.
Notice it gets all of the uploads files (81470/81470) but then gets stuck after that. I have lowered the processing settings way down, but that shouldn’t be necessary, as this is a dedicated server, not shared, and has plenty of resources. I also added this to wp-config.php, which was recommended somewhere in the FAQs, I believe:
define('WPSTG_MEMORY_EXHAUST_FIX', true);
What can I do? I have access to the server and could make php.ini changes, if necessary. Memory limit is already set to 256M.
Thanks for any help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Backup gets stuck at end of uploads folders’ is closed to new replies.