Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Is it possible to know with a command line the list of the process backup (customer)?
We have two "pigz" in process but we don"t know which customer is concerned.
My suggestion here is to look into
# cd /usr/local/psa/PMM/logs
and find the directories with the latest backups like
backup-YYYY-MM-DD-HH-...
Decend into these directories and look into the backup.log files, e.g.
# less backup.log
or
# tail backup.log
For running backups, backup.log is continuously appended by new log entries. If the backup.log is still updated, the backup process is running. If it ends with "INFO: pmm-ras finished. Exit code: 0" and does not add new lines, it is not an actively running backup.
I think it should be safe to kill all PMM jobs and see what happens afterwards.
If the backup is still shown as "running" in Plesk after PMM jobs have been killed and no PMM jobs remain visible in "ps aux | grep PMM" command output, remove the entries from the "longtasks" table in the psa database. This should reset all. It will not delete any data, but it will interrupt running backups, so that these backups are corrupt or incomplete and need to be re-done.
P.s.: Check if the pigz jobs stop when the PMM jobs are stopped. If not, kill the pigz jobs, too. Before restarting anything, make sure that you have enough space in your temporary directory/partition and on your FTP backup space.