Plesk

Plesk Backup restores with a warning: Unable to create FTP account: The user jdoe already exists.

Symptoms

Cause

Database inconsistency, an orphan record for the FTP user exist on the sys_users table.

Resolution

  1. Connect to the server via RDP.

  2. Create a backup of the psa database.

  3. Open a Command prompt and execute the below command to remove the orphan user, where "jdoe" is replaced by the user from the restoration warning:

    C:> plesk db "delete from sys_users where login='jdoe'"

Exit mobile version