diff options
-rw-r--r-- | doc/update/4.3-to-5.0.md | 6 |
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 |