From 8f50eb746781290b20d3247900228caabac1269e Mon Sep 17 00:00:00 2001 From: Trevor Strieber Date: Wed, 29 May 2013 15:03:54 -0600 Subject: [PATCH] adding update info regarding gitlab-shell config.yml --- doc/update/5.0-to-5.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/update/5.0-to-5.1.md b/doc/update/5.0-to-5.1.md index 25fe2f50e25..2042b27f5dd 100644 --- a/doc/update/5.0-to-5.1.md +++ b/doc/update/5.0-to-5.1.md @@ -23,8 +23,14 @@ sudo -u git -H git checkout 5-1-stable cd /home/git/gitlab-shell sudo -u git -H git fetch sudo -u git -H git checkout v1.3.0 +# replace your old config with the new one +sudo -u git -H mv config.yml config.yml.old +sudo -u git -H cp config.yml.example config.yml +# edit options to match old config +sudo -u git -H vi config.yml ``` + ### 4. Install libs, migrations etc ```bash