Skip to main content

Crashed Restore - How to Clean up?

Comments

2 comments

  • Jcats
    I would try from SSH:
    # /scripts/restorepkg --force /location/to/backup.tar.gz
    0
  • cPanelMichael
    I tried restoring and check the option to overwrite user, but it says username already exists,

    Hello :) You can check to see if the user exists with a command such as:
    id $username
    If so, you can manually remove this user via the "userdel" and "groupdel" commands:
    userdel $user groupdel $user
    Thank you.
    0

Please sign in to leave a comment.