• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Cannot restore fully Wordpress Website

Colonel36

Basic Pleskian
Server operating system version
Ubuntu 20.04
Plesk version and microupdate number
Plesk Obsidian18.0.57
Hi
I had issues yesterday and want to restore a backup from Plesk Backup Manager.
When restore, however, I keep getting this message:

WP Toolkit has found WordPress files at the following path:
/var/www/vhosts/example.co.uk/httpdocs
However, it does not seem that this WordPress website is working. Try restoring the website from a backup or cleaning up the redundant files.

I must have spent the whole of yesterday trying to resolve it: with no luck.
Hope someone out there can help.
Thanks in advance.
 
Tried again and get this message?
Scanning for WordPress websites was performed with errors:
  • Subscription "raynardandgogol.co.uk": Broken WordPress installation was found in '/var/www/vhosts/raynardandgogol.co.uk/httpdocs' Failed to reset cache for the instance #40: Error: Error establishing a database connection.
 
Could you please check the wp-config.php file in '/var/www/vhosts/raynardandgogol.co.uk/httpdocs'. There should be a section with the database details (db name, db user, db pass). Please verify if the database defined exists and if you are able to access it with the password defined in the config file. You can do that via the command line with:

mysql -u databaseuser -p databasename

then enter the password in the new prompt.
 
Back
Top