summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-29 23:17:29 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-29 23:17:29 -0700
commit88176dad560d4a6767ad01664029e35896fcb995 (patch)
tree4935fbd4aeea03676d583afb8c87f9492e7b1522
parent6393757707d5686b79be789303cd7cdbbf09cb11 (diff)
parent8f50eb746781290b20d3247900228caabac1269e (diff)
downloadgitlab-ce-88176dad560d4a6767ad01664029e35896fcb995.tar.gz
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)
-rw-r--r--doc/update/5.0-to-5.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/update/5.0-to-5.1.md b/doc/update/5.0-to-5.1.md
index 25fe2f50e25..2042b27f5dd 100644
--- a/doc/update/5.0-to-5.1.md
+++ b/doc/update/5.0-to-5.1.md
@@ -23,8 +23,14 @@ sudo -u git -H git checkout 5-1-stable
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.3.0
+# replace your old config with the new one
+sudo -u git -H mv config.yml config.yml.old
+sudo -u git -H cp config.yml.example config.yml
+# edit options to match old config
+sudo -u git -H vi config.yml
```
+
### 4. Install libs, migrations etc
```bash