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

cleanup uninstall details

[skip ci]
parent b88a7cc6
No related branches found
No related tags found
2 merge requests!1938fix uninstall details: reorder remove-accounts and cleanse commands,!1097fix uninstall details: reorder remove-accounts and cleanse commands
Loading
Loading
@@ -140,11 +140,14 @@ sudo dpkg -r gitlab-ce
 
# Redhat/Centos
sudo rpm -e gitlab-ce
# Reboot to make sure everything is stopped
sudo reboot
```
 
To remove all omnibus-gitlab data use `sudo gitlab-ctl cleanse`.
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, 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 omnibus-gitlab data use `sudo gitlab-ctl cleanse`.
 
### Common installation problems
 
Loading
Loading
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