Skip to content
Snippets Groups Projects
Commit 62835169 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve uninstall instructions to use existing package name

There is no such package as gitlab. Lets use CE as example
parent b9df5e8c
No related branches found
No related tags found
1 merge request!503Improve uninstall instructions to use existing package name
Loading
Loading
@@ -133,10 +133,10 @@ To uninstall omnibus-gitlab, preserving your data (repositories, database, confi
sudo gitlab-ctl uninstall
 
# Debian/Ubuntu
sudo dpkg -r gitlab
sudo dpkg -r gitlab-ce
 
# Redhat/Centos
sudo rpm -e gitlab
sudo rpm -e gitlab-ce
```
 
To remove all omnibus-gitlab data use `sudo gitlab-ctl cleanse`.
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