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

Backup hangs for hours on some domains

Superkikim

Regular Pleskian
Hi,

I have a backup script backing up each domain separately. Sometimes, everything goes perfectly. My 1st bunch of domains (12 domains) is done within 10 minutes, and the 32 remaning domains are done in two hours.

But sometimes, like last night, the script stay still during the backup for hours. If I kill the running one, then the next doamain is succesfully backed up, but another one later will hang again.

This happens on any kind of domain. With lots of data or no data, with database or no database...

I have found with ps aux that it appears to be stucked on the processes below. Could anyone help me troubleshoot this

Code:
usr/local/psa/bin/pleskbackup --domains-name mydomain.com -vv -z --output-file=/v                        ar/lib/psa/dumps/backups/mydomain.com_20090831_095723.tar
root     26454  0.0  0.2  20256  4396 ?        S    10:26   0:00 /usr/bin/sw-eng                        ine -c /opt/psa/admin/conf/php.ini /opt/psa/admin/plib/backup/suspend_handler/Su                        spendHandlerRunner.php unsuspend-all /opt/psa/PMM/sessions/2009-08-18-130710.921
root     26455  0.0  0.0  20256  1304 ?        S    10:26   0:00 /usr/bin/sw-eng                        ine -c /opt/psa/admin/conf/php.ini /opt/psa/admin/plib/backup/suspend_handler/Su                        spendHandlerRunner.php unsuspend-all /opt/psa/PMM/sessions/2009-08-18-130710.921
 
Bump... no one ?

I still have the same issue :(

The backup is finished according to the log file.

In the pmmcli_daemon.log, I discovered today this kind of message:

Code:
daemon job delayed for 30 minutes

Any idea why is it delaying for 30 minutes ?!?

Code:
 
This is during backup, not restore...

The command line is

Code:
/usr/local/psa/bin/pleskbackup --domains-name $dom -vvvvv -z --output-file=$nextfile

output-file is a tar file
 
Back
Top