• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Forwarded to devs An error occurred during the scheduled backup

Brujo

Silver Pleskian
Plesk Guru
User name: Brujo

TITLE

An error occurred during the scheduled backup

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian, Version 18.0.24
Ubuntu 16.04.6 LTS‬

PROBLEM DESCRIPTION

I get for some domains which are daily scheduled backuped to Microsoft Onedrive the following email

The following error occurred during the scheduled backup process:

pmm-ras failed (Error code = 1):

STDOUT: Repository error: Failed to read backup backup_xyz.de_2002120547.tar: Transport error: Extension transport: ext://one-drive-backup/subscription/46/: The offset 0 exceeded file size 0
STDERR:

when i go to Plesk Panel > Domain > Backupmanager the Backup has its green checkmark and the normal size. I am also able to restore Selected objects.

I allready removed and established the remote storage settings and changed scheduled backup time

STEPS TO REPRODUCE

for a particular domain set up the Remote Storage Settings > Microsoft OneDrive Backup = ready for use
Schedule a daily fullbackup. But this is not happend for all schedued Backups.

ACTUAL RESULT

receive daily error mail

EXPECTED RESULT

figgure out why the daily mail is send

ANY ADDITIONAL INFORMATION

there are no warnings or error in the /var/log/plesk/PMM logfiles

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
Last edited:
Try to enable verbose logging in /usr/local/psa/admin/conf/panel.ini
[debug]
enabled = on

[log]
filter.priority = 7
show.util_exec = on
show.util_exec_io = on
and in /usr/local/psa/admin/share/pmmcli/pmmcli-rc
FORCE_DEBUG_LOG 1
and try to find errors in
- /var/log/plesk/panel.log
- /var/log/plesk/PMM/migration.log
 
It looks like the file backup_xyz.de_2002120547.tar is empty and cannot be rotated automatically.
 
OK I changed the backup from daily full to incremental and now after a few days back to daily full. Obviously this was enough and the system healed itself.
 
Back
Top