• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Issue Unable to back up scheduled tasks. Error: parse error

papahausa

Basic Pleskian
Server operating system version
ubuntu 24
Plesk version and microupdate number
18.0.69 Update #3

Backup Task May 13, 2025 02:06 AM Details​

Warning: Server
Unable to back up scheduled tasks. Error: parse error
 
Thank you. Unfortunately, I cannot see any specific warnings or errors in the log file in order to attempt to identify the reason for the issue. Could you please execute the following command on the server:

ls -la /var/lib/psa/dumps/.discovered/backup_info_2505120206_2505130206
 
Thank you. Unfortunately, I cannot see any specific warnings or errors in the log file in order to attempt to identify the reason for the issue. Could you please execute the following command on the server:
root@salmon:~# ls -la /var/lib/psa/dumps/.discovered/backup_info_2505120206_2505130206
total 664
drwxr-xr-x 2 root root 4096 May 13 02:07 .
drwxr-x--- 6 root root 4096 May 13 02:06 ..
-rw-r--r-- 1 root root 620 May 13 02:07 dumpresult_WARNINGS
-rw-r--r-- 1 root root 366 May 13 02:07 object_index
-rw-r--r-- 1 root root 654422 May 13 02:07 profile.log
-rw-r--r-- 1 root root 162 May 13 02:07 props
-rw-r--r-- 1 root root 0 May 13 02:07 status_OK
-rw-r--r-- 1 root root 11 May 13 02:07 storages
-rw-r--r-- 1 root root 0 May 13 02:07 webcontent_index
root@salmon:~#
 
Thanks. Can you please check the dumpresult_WARNINGS file and let us know if there's any additional warning/error present there?
 
Thanks. Can you please check the dumpresult_WARNINGS file and let us know if there's any additional warning/error present there?

<?xml version="1.0"?>
<execution-result log-location="/var/lib/psa/dumps/.discovered/backup_info_2505120206_2505130206/dumpresult_WARNINGS" local-dump-cre>
<object type="Server" name="salmon.cloudhive.pro">
<message severity="warning">
<description>Unable to back up scheduled tasks. Error: parse error</description>
</message>
</object>
</execution-result>
 
Thank you. Does the issue happen only for scheduled backups, please? If you attempt to manually create a backup does it also return the same warning? Could you also execute:

crontab -e
 
Back
Top