diff --git a/README.md b/README.md index 585fdbbe283fb8fd96a0f56bae9d1cf9d148e2a3_UkVBRE1FLm1k..c4c8b897f2e4c6fb337ac8842876588a8c97f785_UkVBRE1FLm1k 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,12 @@ ### Uninstalling omnibus-gitlab -To remove all users and groups created by omnibus-gitlab, before removing the gitlab package (with `dpkg` or `yum`) run `sudo gitlab-ctl remove-accounts`. *Note* All gitlab processes need to be stopped before running the command. +To remove [all users and groups created by Omnibus GitLab](doc/settings/configuration.md#disable-user-and-group-account-management), +run `sudo gitlab-ctl stop && sudo gitlab-ctl remove-accounts` before removing the gitlab package (with `dpkg` or `yum`). + +If you have problems removing accounts or groups, run `luserdel` or `lgroupdel` manually +to delete them. You might also want to manually remove the leftover user home directories +from `/home/`. To remove all omnibus-gitlab data use `sudo gitlab-ctl cleanse`.