• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue RESTORING PROSESS TOO LONG

femotvaff

Regular Pleskian
Hello,
I was trying to restore a site from TOOLS / BACK UP restore "only site" XY from Plesk

but this process is running from 16 hours ...and it seems a very long time.
There is a big DB 10GB db but 16 hours it seems too much

Now Plesk is not available too
So I can only access SSH shell.

The only 100 cpu process is doing these kind of things...
and repeting similar isctuctions continuosly


openat(23, "session-1834661.scope.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_NOFOLLOW|O_CLOEXEC) = 24
fstat(24, {st_mode=S_IFDIR|0755, st_size=140, ...}) = 0
fcntl(24, F_GETFL) = 0x38800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW)
fcntl(24, F_SETFD, FD_CLOEXEC) = 0
getdents(24, /* 7 entries */, 32768) = 304
getdents(24, /* 0 entries */, 32768) = 0
close(24) = 0^C


My question is: Is the system restoring something or it is blocked in the process?
Thank you for the help
 
Can you please provide the output of
# ps aux | grep pmm
?

It contains a line that points to a temporary directory where lots of information on a running restore process can be found.
 
Back
Top