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

Resolved Harddisk full after trying to restore a backup

Davedeluxe

New Pleskian
Hi,
I tried today to restore a backup.
Unfortunately, the hard drive was not big enough and the process was aborted.
Unfortunately, the already loaded or unpacked files were not deleted and my hard disk is now full.
Can someone tell me how to delete these files?

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/ploop38530p1 103079200 94009760 4770660 96% /

Thank you in advance
Dave
 
First look into /etc/psa/psa.conf and search vor the "# Backups directory" section. It gives you your individual locations for the dumps and temporary dump directory, for example
Code:
# Backups directory
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /tmp
Then check these directories for leftovers and remove them as necessary.
 
Back
Top