@@ -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).