Hi @johannesk12
Your should be able to find your backups under:
wordpress/wp-content/backup-migration-<some random characters>
In any case here’s recommended way:
- Open wp-config.php file and change $table_prefix to anything else, e.g.
"tempfix_"
- Go to your site and setup new WordPress installation
- Once you enter wp-admin, activate our plugin
- Go to our plugin settings and find second section of the plugin
- Check the name of backups directory exactly (mentioned above) wordpress/wp-content/backup-migration-<some random characters> in your FTP.
- Replace these random characters with these you found in FTP, if you have multiple folders try one by one until you find latest backup
- Once you save that new path, after backup(s) list refresh it should show you some backups.
- Pick the backup you want and start restoration
After restoration I recommend you to reinstall WordPress core files as well.
If above solution won’t work, save backups from FTP to your local PC.
Then reinstall WordPress on your server and upload the backup to the site via FTP back again, then process with casual restoration.
Let me know if that resolves your issue ??
Thank you!