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

Update README.md

parent d4e77f2e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -129,6 +129,10 @@ installation are in the [update doc](doc/update/README.md).
 
### 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 omnibus-gitlab data use `sudo gitlab-ctl cleanse`.
To uninstall omnibus-gitlab, preserving your data (repositories, database, configuration), run the following commands.
 
```
Loading
Loading
@@ -140,15 +144,8 @@ sudo dpkg -r gitlab-ce
 
# Redhat/Centos
sudo rpm -e gitlab-ce
# Reboot to make sure everything is stopped
sudo reboot
```
 
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
 
This section has been moved to the separate document [doc/common_installation_problems/README.md](doc/common_installation_problems/README.md).
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