• 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.

Issue If your install broken is it possible to download a website copy via SSH

akira9000

Basic Pleskian
I have a feeling the simplest route on a machine with issues will be to take a copy of the site & DB over SSH if possible.

Is this a thing? Can I "grab" a copy over SSH to my desktop?
 
Yes, just login to server via ssh, create dumps of databases, archives of your site content from /var/www/vhosts/example.com/httpdocs/ and download these files to your workstation with using scp command, for example.
 
Unfortunately I can't create a new dump of the databases as my Plesk install is so badly damaged MariaDB won't run. I have found where the backups are kept:

/var/lib/psa/dumps/2

But how can I extract these on my desktop to show the correct sql file?
 
Thanks IgorG. I went in last night on SFTP and grabbed a not too old backup that had already been saved. It will do this time luckily.
 
Back
Top