Hi @michelalshaer
My apologies for the delayed reply.
In the logs you shared, I can see only one real error:
(
[type] => 1
[message] => Allowed memory size of 41943040 bytes exhausted (tried to allocate 1282048 bytes)
[file] => ***ABSPATH***/wp-includes/wp-db.php
[line] => 2169
)
For future, please do not share your logs like that, especially when they’re long.
You can generate debug code here: https://prnt.sc/lKbjrSAqQudm
Such code will include everything that we need for debug.
In you case I assume, your server ran out of memory during search & replace step.
Solution for that would be to simply increasing memory in your php.ini config.
To confirm that I’d still need you debug code with after failed restoration.
We’re working on dedicated solution for this kind of issue, which will add batching for this step.
Otherwise, you may try to clean-up your database using some third-party plugins then making new backup or simply wait for new release that should be ready within week.
Let me know if any of above resolves your issue for now ??
Thank you!