From 9018a7e2b86d7bcffae98f074fedb0dcf06ef3c0 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 23 May 2014 10:09:01 +0200 Subject: [PATCH] Add uninstall instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 7a6f696..58280a0 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,21 @@ unicorn['port'] = 3456 For Nginx port changes please see the section on enabling HTTPS below. +### Uninstalling omnibus-gitlab + +To uninstall omnibus-gitlab, preserving your data (repositories, database, configuration), run the following commands. + +``` +# Stop gitlab and remove its supervision process +sudo gitlab-ctl uninstall + +# Debian/Ubuntu +sudo dpkg -r gitlab + +# Redhat/Centos +sudo rpm -e gitlab +``` + ## Updating Instructions for updating your Omnibus installation and upgrading from a manual installation are in the [update doc](doc/update.md). -- libgit2 0.21.2