Commit 8f50eb746781290b20d3247900228caabac1269e

Authored by Trevor Strieber
1 parent 63937577

adding update info regarding gitlab-shell config.yml

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
... ...