Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Please don’t post log data here. After 10 lines it becomes unreadable.
If you need to share that please use https://pastebin.com/ and share a link to that paste instead.
Have you tried using another database so you don’t replace your existing site tables?
Here’s the log on pastebin:https://pastebin.com/bJfecRuX
Hi Liuta,
I haven’t tried that yet, I was just following the on screen restore wizard. I’ll try that.
Thanks,
Ben.
Just tried it with a clean db. Same error:
https://screencast.com/t/zYzEnV7cNFe
For some reason, you are still overriding your existing database, please check the wp-config.php file to see which database is in use
So, got a little further. It turned out I missed the s from https on the search/replace step.
However, now that I’ve corrected that, the restore gets a bit further and then errors with a 400 ‘bad request’ right near the end. I end up with an almost restored site, but with some bits missing.
The problem seems to be that when x-cloner restores the database it’s overwriting the wp login session info that’s stored in the database, so when x-cloner moves to the next instruction after doing that it throws an error, since I’m no longer logged in. This means the restore can never complete.
Other people seem to be able to restore fine though using the WordPress interface so there must be something I’m missing? What could that be. Are there some tables I should be excluding from the source backup to avoid this?
Thanks,
Ben.