Commit d4c96ac907b1977a530ae53383afc98772b23d80
Exists in
master
and in
4 other branches
Merge pull request #5675 from augustf/patch-1
Noted the change to the gitlab-shell config.yml
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
doc/update/6.2-to-6.3.md
@@ -24,7 +24,7 @@ sudo -u git -H git fetch | @@ -24,7 +24,7 @@ sudo -u git -H git fetch | ||
24 | sudo -u git -H git checkout 6-3-stable | 24 | sudo -u git -H git checkout 6-3-stable |
25 | ``` | 25 | ``` |
26 | 26 | ||
27 | -### 3. Update gitlab-shell | 27 | +### 3. Update gitlab-shell (and its config) |
28 | 28 | ||
29 | ```bash | 29 | ```bash |
30 | cd /home/git/gitlab-shell | 30 | cd /home/git/gitlab-shell |
@@ -32,6 +32,8 @@ sudo -u git -H git fetch | @@ -32,6 +32,8 @@ sudo -u git -H git fetch | ||
32 | sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities | 32 | sudo -u git -H git checkout v1.7.9 # Addresses multiple critical security vulnerabilities |
33 | ``` | 33 | ``` |
34 | 34 | ||
35 | +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 | ||
36 | + | ||
35 | ### 4. Install additional packages | 37 | ### 4. Install additional packages |
36 | 38 | ||
37 | ```bash | 39 | ```bash |