• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Can not get status of not running restore process

S

Salviz

Guest
I want restore backup for my domain, but when i access backup utility at plesk for my domain i receive error:
Unable get daemon current status:

How to fix this ?
 
most probably there are some hung backups already 'running' and occupying sockets. find them
# ps auxwf|grep "agent-r"
and kill them. after that clear /var/lib/psa/dumps/tmp/ and table BackupsRunning in psa dtabse
 
Hi,

most probably there are some hung backups already 'running' and occupying sockets. find them
# ps auxwf|grep "agent-r"
and kill them. after that clear /var/lib/psa/dumps/tmp/ and table BackupsRunning in psa dtabse

I deleted the DIRs at /var/lib/psa/dumps/tmp/
but I don´t know what a "table BackupsRunning in psa dtabse" is.

I rebooted the server, but I got still the message:
Unable get daemon current status: Can not get status of not running restore process

Any idea?
 
Back
Top