Commit a87e3b99 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'wc-ec-6-warn' into 'master'

Add warning against ElastiCache 6

See merge request gitlab-org/gitlab!47667
parents 11a52f73 262db048
...@@ -349,6 +349,10 @@ Now that the database is created, let's move on to setting up Redis with ElastiC ...@@ -349,6 +349,10 @@ Now that the database is created, let's move on to setting up Redis with ElastiC
ElastiCache is an in-memory hosted caching solution. Redis maintains its own ElastiCache is an in-memory hosted caching solution. Redis maintains its own
persistence and is used to store session data, temporary cache information, and background job queues for the GitLab application. persistence and is used to store session data, temporary cache information, and background job queues for the GitLab application.
DANGER: **Warning:**
GitLab recommends you use ElastiCache Redis version 5.0.x, because version 6.x contains
a bug that [prevents Sidekiq from processing jobs](https://gitlab.com/gitlab-org/gitlab/-/issues/281683).
### Create a Redis Security Group ### Create a Redis Security Group
1. Navigate to the EC2 dashboard. 1. Navigate to the EC2 dashboard.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment