summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-29 09:37:46 -0700
committerStan Hu <stanhu@gmail.com>2015-10-01 08:41:20 -0700
commite2108f16ec2c8bcc51a7afe69bfe20f3bb0cb37f (patch)
tree35b032de9db196ef31fdf6cdd418be8257741214 /doc/update
parent2714d5b8147cef39343a1c35ba099ebe6445f5e4 (diff)
downloadgitlab-ce-e2108f16ec2c8bcc51a7afe69bfe20f3bb0cb37f.tar.gz
Update upgrade guide for Redis >= 2.4.0 requirement
[ci skip] Closes #2837
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/7.14-to-8.0.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md
index 552216be932..b5d7382e49a 100644
--- a/doc/update/7.14-to-8.0.md
+++ b/doc/update/7.14-to-8.0.md
@@ -175,12 +175,21 @@ Also note that because Apache does not support upstreams behind Unix sockets you
Now, GitLab CE and EE has CI integrated. However, migrations don't happen automatically and you need to do it manually.
Please follow the following guide [to migrate](../migrate_ci_to_ce/README.md) your GitLab CI instance to GitLab CE/EE.
-### 10. Start application
+### 10. Use Redis v2.4.0+
+
+Previous versions of GitLab allowed Redis versions >= 2.0 to be used, but
+Sidekiq jobs could fail due to lack of support for the SREM command. GitLab
+8.0 now checks that Redis >= 2.4.0 is used. You can check your Redis version
+with the following command:
+
+ redis-cli info | grep redis_version
+
+### 11. Start application
sudo service gitlab start
sudo service nginx restart
-### 11. Check application status
+### 12. Check application status
Check if GitLab and its environment are configured correctly: