• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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