Commit fcfc77f5b7ef5d91a82f06e81182e01a8fbb4fdf
1 parent
4a1dc732
Exists in
master
and in
4 other branches
Noted the change to the gitlab-shell config.yml, which changed substantially in …
…recent versions and broke the upgrade when not updated
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 |