Commit 88176dad560d4a6767ad01664029e35896fcb995
Exists in
master
and in
4 other branches
Merge pull request #4130 from TrevorS/fix-update-docs-5.0-5.1
adding update info regarding gitlab-shell config.yml (re: dashboard update problems)
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
doc/update/5.0-to-5.1.md
... | ... | @@ -23,8 +23,14 @@ sudo -u git -H git checkout 5-1-stable |
23 | 23 | cd /home/git/gitlab-shell |
24 | 24 | sudo -u git -H git fetch |
25 | 25 | sudo -u git -H git checkout v1.3.0 |
26 | +# replace your old config with the new one | |
27 | +sudo -u git -H mv config.yml config.yml.old | |
28 | +sudo -u git -H cp config.yml.example config.yml | |
29 | +# edit options to match old config | |
30 | +sudo -u git -H vi config.yml | |
26 | 31 | ``` |
27 | 32 | |
33 | + | |
28 | 34 | ### 4. Install libs, migrations etc |
29 | 35 | |
30 | 36 | ```bash | ... | ... |