• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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