Commit dc889704017abe51f8e5963f46cefcd74439c415
Exists in
6-9-stable-ee
Merge branch '6-9-stable' into 6-9-stable-ee
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -87,6 +87,21 @@ unicorn['port'] = 3456 |
87 | 87 | |
88 | 88 | For Nginx port changes please see the section on enabling HTTPS below. |
89 | 89 | |
90 | +### Uninstalling omnibus-gitlab | |
91 | + | |
92 | +To uninstall omnibus-gitlab, preserving your data (repositories, database, configuration), run the following commands. | |
93 | + | |
94 | +``` | |
95 | +# Stop gitlab and remove its supervision process | |
96 | +sudo gitlab-ctl uninstall | |
97 | + | |
98 | +# Debian/Ubuntu | |
99 | +sudo dpkg -r gitlab | |
100 | + | |
101 | +# Redhat/Centos | |
102 | +sudo rpm -e gitlab | |
103 | +``` | |
104 | + | |
90 | 105 | ## Updating |
91 | 106 | |
92 | 107 | Instructions for updating your Omnibus installation and upgrading from a manual installation are in the [update doc](doc/update.md). | ... | ... |