• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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