Hi @webmasterurmoh
In backup method you used, such things shouldn’t happen, you should’ve receive error window.
My assumption is that free space returned from the server, does not give real value.
Basing on the output you received, it actually may be the case.
Because of that it may be not enough space to write 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 wp-content directory only
- If it succeeds download that backup to your PC and remove it from server, then make second backup:
– Exclude database as well
– With Uploads directory only
- Same thing there, download it and remove from server and make last third backup:
– With database only
– Without any files included
If these three will success, you can restore them one by one and the same order, database at the end.
With that approach the restoration or migration will be still valid, but I hope now to fit into your available disk space.
I hope that your Uploads directory takes less than 50% of entire size, then it should be completely fine, if my assumption is right.
Let me know if that worked ??
Thank you!