• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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