• 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

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