• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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