• 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.

Global Scheduled Backup task not working

Status
Not open for further replies.

Joost_van_Berkel

New Pleskian
Hello Parallels,

I'm running: 12.0.18 Update #29

I'm having troubles getting the global scheduled backup task to work at Home > Tools & Settings >Backup Manager > Server Repository.

At a subscription the scheduled backup works how it should.
Home > Subscriptions > example.com > Websites & Domains > Server Repository

The problem is as follows: When I set the scheduled task at a specific time example 00:00 it does not run at all. But when I just do "Create a backup" it does work...

I've done http://kb.odin.com/en/122163 and everything in here is configured how it should be.

This is my configuration for scheduled task:

dce29ebc42.png


Cronjob is placed in : /etc/cron.d/plesk-backup-manager-task

Also did run: rpm -q --scripts psa-backup-manager | sed 1d | sh
I found in some other threads on the forums. Didn't do anything.

This problem is only in the global backup configuration.

Any suggestions or a solution to this?

Kind regards,
Joost van Berkel
 
Hi Joost_van_Berkel,

you could try to find some issues in the related error - logs at "/usr/local/psa/PMM/logs/..."
... or as well, depending on your operating system, you could find cronjob - issues in the syslog - logfile at "/var/log/"
 
Checked /var/log/messages /var/log/secure and found nothing...

In the /var/log/cron it runs this command.
Dec 20 13:45:01 simplia CROND[22125]: (root) CMD ([ -x /usr/local/psa/admin/sbin/backupmng ] && /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1)

So it seems the cronjob is just working fine.

I'm running CentOS 6.6
 
Last edited:
I've fixed it!

Seems when you have updated MySQL to 5.5 the scheduled task breaks.

By running the query wil fix this isue:
ALTER TABLE BackupsScheduled MODIFY COLUMN backup_day INTEGER;
 
Status
Not open for further replies.
Back
Top