Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
262db048
Commit
262db048
authored
Nov 16, 2020
by
Will Chandler
Committed by
Amy Qualls
Nov 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add warning against ElastiCache 6
parent
863b2d18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/install/aws/index.md
doc/install/aws/index.md
+4
-0
No files found.
doc/install/aws/index.md
View file @
262db048
...
...
@@ -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
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
1.
Navigate to the EC2 dashboard.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment