summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-09 07:33:09 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-09 07:33:09 +0000
commitda1c546af9bc4281958a6e8cc4cf24bc531350eb (patch)
tree5938a729a977d15381b845db4c1e945539305018
parent61d4d62aafedaa29c4657e3a43865bcb453b34ac (diff)
downloadgitlab-ci-da1c546af9bc4281958a6e8cc4cf24bc531350eb.tar.gz
Mention changed resque.yml file in update docs
-rw-r--r--doc/update/4.3-to-5.0.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/update/4.3-to-5.0.md b/doc/update/4.3-to-5.0.md
index 034f4ca..23327ea 100644
--- a/doc/update/4.3-to-5.0.md
+++ b/doc/update/4.3-to-5.0.md
@@ -20,6 +20,10 @@ git fetch
git checkout 5-0-stable
```
+#### Redis config
+
+If you have `config/resque.yml` file - please update it with recent `config/resque.yml.example`
+
### 4. Install libs, migrations etc
```
@@ -35,4 +39,4 @@ bundle exec rake db:migrate RAILS_ENV=production
### 5. Start web application
- sudo service gitlab_ci start
+ sudo service gitlab_ci start \ No newline at end of file