From fcfc77f5b7ef5d91a82f06e81182e01a8fbb4fdf Mon Sep 17 00:00:00 2001 From: August Date: Sun, 24 Nov 2013 00:09:55 -0500 Subject: Noted the change to the gitlab-shell config.yml, which changed substantially in recent versions and broke the upgrade when not updated --- doc/update/6.2-to-6.3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/update/6.2-to-6.3.md b/doc/update/6.2-to-6.3.md index a590fc78249..d1c570c9599 100644 --- a/doc/update/6.2-to-6.3.md +++ b/doc/update/6.2-to-6.3.md @@ -24,7 +24,7 @@ sudo -u git -H git fetch sudo -u git -H git checkout 6-3-stable ``` -### 3. Update gitlab-shell +### 3. Update gitlab-shell (and its config) ```bash cd /home/git/gitlab-shell @@ -32,6 +32,8 @@ sudo -u git -H git fetch sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities ``` +The Gitlab-shell config changed recently, so check for config file changes and make `/home/git/gitlab-shell/config.yml` the same as https://github.com/gitlabhq/gitlab-shell/blob/master/config.yml.example + ### 4. Install additional packages ```bash -- cgit v1.2.1