• 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

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