• 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

Kill all backup processes

Hi Pagemakers,
  1. locate the backup - process(es) over the command line with: ps aux | grep backup
  2. kill the process(es) over the command line with: kill -9 pid-number1 pid-number2 pid-numberX
  3. Go to "/tmp" ( or your own-configured "DUMP_TMP_D" - location from "/etc/psa/psa.conf" ) and delete temporary backup - files which still might exist inside this folder
  4. Go to "/var/lib/psa/dumps" ( or your own-configured "DUMP_D" - location from "/etc/psa/psa.conf" ) and delete corrupted/unfinished backups.
 
Back
Top