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

Backup problem with Personal FTP repository

Free space in /usr required

I´m having the same issues but tracked them down to 2 causes:

2.) free space

I need to have the same amount of free space on my server as the backup will be in size. Because the backup is first being created on the server as *.tar.xml and then moved to the personal repository via ftp.

This is correct, but the trick is, that before the file is uploaded, it is temporarily stored in
Code:
/usr/local/psa/PMM/tmp
So if you don't have enough free space in the usr partition, the upload does not start at all (hence no failed log is written). I recognized this, because the FTP repo works for "server configuration only" as expected. And in this logfile, one can see, that the file is uploaded from this tmp-folder.

I don't mess-up the usr partition with free space needed for backup, i just created a directory under /var/tmp/psa (for owner with user and group psaadm) and replaced the /usr/local/psa/PMM/tmp with a symlink to /var/tmp/psa.
Now it works and the usr partition is still "small".

Hope, that helps. B-)

cateye
 
Back
Top