Hi @developersazzad
Your issue is most likely caused by modified PHP CLI.
You should be able to resolve it by disabling the checking step.
Please follow these steps on the site where you experienced this error:
- Go to “Other options” section
- Disable PHP CLI checking: https://prnt.sc/1sljr31
- Change backup method (optional): https://prnt.sc/1s1ofpa
- Save “Other options” section
- Force stop both processes: https://prnt.sc/1trv1tm
Once you do that, try to run your migration process using the same URL file.
——————————————————
@noerve, please in future create your own topic instead, that will allow us and you to easily track the replied and won’t create confusion.
Your backup failed due to caching plugin which removed some of your files queued for backup during the process.
We have alternate backup method that should automatically detect such removals and remove these files from queue.
Nevertheless, cache is not required for restoration/migration, if below solution won’t work you can also exclude cache directory from the backup. Simply insert this: ***ABSPATH***/wp-content/cache
into “Exclude by directory path” option.
Solution for you (noerve):
Please open first section of the plugin named: “What will be backed up?”
Find subsection named: “Exclude by folder / file name (case-sensitive)”
Here add these three rules, like on image: https://prnt.sc/9oftADPd_Z7e
And same settings, but forced backup method change:
- Go to “Other options” section
- Change backup method: https://prnt.sc/1s1ofpa
- Disable PHP CLI checking: https://prnt.sc/1sljr31
- Save “Other options” section
- Force stop both processes: https://prnt.sc/1trv1tm
When you do that, try to run your backup once again.
Let me know if that worked for you ??
Thank you!