Hey @jemarin33 ,
In the backup method you used, such things shouldn’t happen, you should’ve received an error window.
My assumption is that free space returned from the server, does not give real value and you don’t have enough space for the backup.
Based on the output you received, it actually may be the case.
Because of that, there may be not enough space to write the final batches to the ZIP file.
To confirm that could you please perform these steps:
- Make one backup:
– Without database
– With Plugins+Themes+Other files in the wp-content directory only
- If it succeeds download that backup to your PC and remove it from the server, then make a second backup:
– Exclude database as well
– With the Uploads directory only
- Same thing there, download it and remove it from the server, and make last third backup:
– With database only
– Without any files included
If these three succeed, you can restore them one by one and in the same order, database at the end with that approach the restoration or migration will be still valid.
I hope that your Uploads directory takes less than 50% of the entire size, then it should be completely fine if my assumption is right.
Let me know if that worked ??
Thank you!