- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- 18.0.66 #1
Since the update to 18.0.66 (on December 18), our backups have stopped.
Initially they were still running until December 25th, but suddenly with tons of errors regarding permission denied on secondary vhosts, mails etc. - Same problem as descriped here: Issue - Issues with making backups but also for various “Subscription” and “Mail”.
... did not give any errors.
The user rights for all vhost directorys and mailnames match, as well as for DUMP_D (0750 psaadm.psaadm) and DUMP_D_TMP (1777 root.root)
Then suddenly there were no more backups, as if the scheduled job was not running.
We were able to determine that for some unknown reason the entry in /etc/cron.d/plesk-backup-manager-task no longer existed, the file was empty.
The file was apparently last modified at the time of the update. This means that it was empty after the update.
I have re-entered the following:
Since then, the Backup Manager only outputs this at the runtime point of the scheduled backup:
The backup MON X, 20XX XX:XX AM was not created.
backup.log for the respective entry is empty, 0 bytes.
We have also reinstalled plesk-backup-utilities and run the following command:
... without any errors - no change.
The entries and structure of db.BackupsScheduled are correct (and change correctly).
By the way, manual backup still works (but still with the permission denied problems).
Initially they were still running until December 25th, but suddenly with tons of errors regarding permission denied on secondary vhosts, mails etc. - Same problem as descriped here: Issue - Issues with making backups but also for various “Subscription” and “Mail”.
Bash:
plesk repair fs
The user rights for all vhost directorys and mailnames match, as well as for DUMP_D (0750 psaadm.psaadm) and DUMP_D_TMP (1777 root.root)
Then suddenly there were no more backups, as if the scheduled job was not running.
We were able to determine that for some unknown reason the entry in /etc/cron.d/plesk-backup-manager-task no longer existed, the file was empty.
The file was apparently last modified at the time of the update. This means that it was empty after the update.
I have re-entered the following:
Bash:
5,20,35,50 * * * * root [ -x /opt/psa/admin/sbin/backupmng ] && /opt/psa/admin/sbin/backupmng >/dev/null 2>&1
Since then, the Backup Manager only outputs this at the runtime point of the scheduled backup:
The backup MON X, 20XX XX:XX AM was not created.
backup.log for the respective entry is empty, 0 bytes.
We have also reinstalled plesk-backup-utilities and run the following command:
Bash:
plesk repair installation
The entries and structure of db.BackupsScheduled are correct (and change correctly).
Code:
`id`
`obj_id`
`obj_type`
`repository`
`last`
`period`
`active`
`processed`
`rotation`
`prefix`
`email`
`split_size`
`suspend`
`with_content`
`backup_day`
`backup_time`
`content_type`
`full_backup_period`
`mssql_native_backup`
`backupExcludeFilesId`
`backupExcludeLogs`
`remoteStorage`
`exclude_mail`
`exclude_user_files`
`exclude_user_databases`
By the way, manual backup still works (but still with the permission denied problems).