• 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 prints some errors

iliasn

New Pleskian
Hello,
I am using the plesk scheduled backup on the plesk server space. (aka /var/lib/psa/dumps)

The backups seem to be created ok but every time an error email is sent. It says that a temp folder can not be deleted. But the folder seems deleted when I try to ls. Anybody with the same problem and a solution ? It is annoying to get these emails every day.

An example error

<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="error" log-location="/usr/local/psa/PMM/sessions/2013-03-26-050306.641/migration.result">
<object name="x.y.com" type="domain">
<object name="dbname" type="mysql">
<message id="b5d32329-56e8-47c3-8617-e9ad0da600d9" severity="error" code="msgtext">
<description>Cannot delete temp file '/var/lib/psa/dumps/domains/x.y.com/databases/dbname_1/auto_dbname_1_1303260503'</description>
</message>
</object>
</object>
</execution-result>

The folder
/var/lib/psa/dumps/domains/x.y.com/databases/dbname_1/auto_dbname_1_1303260503
does not exist but the file
/var/lib/psa/dumps/domains/x.y.com/databases/dbname_1/auto_dbname_1_1303260503.tgz
does exist.
 
Back
Top