Skip to main content

The restore failed because the username “xxxx” is invalid or not an existing cPanel user.

Comments

3 comments

  • cPanelMichael
    Hello :) Does the username exist in /etc/passwd or /etc/group after terminating it? EX: grep user /etc/passwd grep user /etc/group
    Thank you.
    0
  • nyjimbo
    I opened a ticket on sunday. The tech noticed that it still existed even though it was not listed via whm. The solution was grep -i username /etc/passwd (it was in the passwd file) username:x:856:855::/home2/username:/sbin/nologin You will want to run the following command: userdel username Additionally, you will need to remove the following line from /etc/dbowners for the restore to complete: grep -i username /etc/dbowners username: username After doing the userdel AND deleting that user from /etc/dbowners I was able to do the full restore.
    0
  • cPanelMichael
    I am happy to see the issue was addressed. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.