• 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.

Resolved View current restore progress

onycro

Basic Pleskian
Hello there,

I started to restore a whole backup (but forgot to check "send email after completing the backup task"). Now the backup is ongoing and in the backup manager it shows that it is working.

But is there any chance to get information on how much of the data is transferred? Or what objects already are restored?
And can I opt-in for the email even after starting the job, to receive a finish-notification. Or is it only possible to set the preference right in the beginning?

Regards
onycro
 
I believe it is impossible to add the e-mail option after the job was started. However, with root access to the console you can view the logs as they are being written by the process:

# cd /usr/local/psa/PMM/logs
# ls -la

will display several restore log directories. Select the one that matches your restore date and descend into it, e.g.

# cd /usr/local/psa/PMM/logs/restore-2016-08-31-10-46-57-900

In that directory see pmmcli.log and deployer.log for details of your restore, e.g.

# less pmmcli.log
Hit Shift+F for continuous on-screen update as the file is being written. Hit Crtrl+C to stop the continous update. q to exit less.
 
Back
Top