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

Question Domain system user does not exist

kaiyaq

New Pleskian
Hello,

I'm running Plesk Onyx on Windows Server 2012. I am new to Plesk and have somehow managed to delete a domain's system user! I'm not sure when it happened or how it happened. I cannot see it in Computer Management > Local Users and Groups > Users

This is causing backup problems, the warning I get is below:

Warning: domain "<domain_name>"
Cannot dump domain hosting content [Overlapped I/O operation is in progress]

Is there a way to (re)create a system user?

Thanks
 
Try to fix it with following steps:
  1. Synchronize Plesk and system users:
    "%plesk_cli%\repair.exe" --synchronize-impersonation-storage

  2. Repair system users configuration for the particular domain:
    "%plesk_cli%\repair.exe" --repair-webspace-system-users -webspace-name example.com

  3. Set correct permissions with the command below:
    "%plesk_cli%\repair.exe" --repair-webspace-security -webspace-name example.com
 
Back
Top