• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Scheduled Backup not working more

NITROFOX

Basic Pleskian
Server operating system version
AlmaLinux 8.8
Plesk version and microupdate number
18.0.56
Hi all,

Since I had problems with the MariaDB update, where I had to repair the plesk panel installation, I have now noticed that backups are no longer being done every day according to schedule.

In the settings area I don't see any errors, and even the reconfirmation of the schedule configuration appears green working, but the fact is that the backups are not being made, what can I do?


Thanks
 
I attach here this screenshot, since the 18th when I have the problems that no longer work.
 

Attachments

  • green.jpg
    green.jpg
    109.7 KB · Views: 28
I found this errors in log


2023-11-21 23:01:03ERRpanel.ui [17664:655d36af2b1e5]The task with ID 196 was not found.
2023-11-21 23:01:03ERRpanel [17664:655d36af2b1e5]
PleskUserException: The task with ID 196 was not found.
file: /usr/local/psa/admin/plib/CommonPanel/Controller/Action/Backup/Trait.php
line: 863
code: 0
trace: #0 /usr/local/psa/admin/plib/CommonPanel/Controller/Action/Backup/Trait.php(779): Admin_BackupController->_getBackupTaskById(string '196')
#1 /usr/local/psa/admin/plib/vendor/plesk/zf1/library/Zend/Controller/Action.php(516): Admin_BackupController->taskDetailsAction()
#2 /usr/local/psa/admin/plib/vendor/plesk/zf1/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch(string 'taskDetailsAction')
#3 /usr/local/psa/admin/plib/vendor/plesk/zf1/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(object of type Zend_Controller_Request_Http, object of type Zend_Controller_Response_Http)
#4 /usr/local/psa/admin/plib/Application/Web.php(48): Zend_Controller_Front->dispatch(object of type Zend_Controller_Request_Http)
#5 /usr/local/psa/admin/htdocs/application.php(15): Plesk\Application_Web->run()

Show less
 
This is the only problem I haven't been able to solve yet, I've done everything from repairing the plesk installation, to deleting all the backups and redoing the backup.

As for the suggestion to recreate the backup settings, from what I understand it is not so easy, because they are recorded in the database, unless there is a way to reset and delete it, any suggestions?
 
After insistence with OVH, I managed to open a support with Plesk on this subject, because before they didn't want to solve it without checking other problems I was having with MariaDB.

The problem has been solved, and this was the solution that I think is good to share with the community.

"The issue is resolved.

Content of /etc/cron.d/plesk-backup-manager-task was manually overwritten and this file was empty. Thus cron did not call backup manager to execute scheduled task.
I restored it:

# cat /etc/cron.d/plesk-backup-manager-task
5,20,35,50 * * * * root [ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1

Tonight scheduled backup should be executed as expected."
 
Back
Top