Skip to content
Snippets Groups Projects
Commit c4c8b897 authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

Improve uninstall details

parent 585fdbbe
No related branches found
No related tags found
2 merge requests!55Intermediate build after shift of stable series,!54GitLab 14.4
...@@ -133,7 +133,12 @@ ...@@ -133,7 +133,12 @@
### Uninstalling omnibus-gitlab ### 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`. To remove all omnibus-gitlab data use `sudo gitlab-ctl cleanse`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment