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
6464e84f
Commit
6464e84f
authored
Nov 25, 2021
by
Katrin Leinweber
Committed by
Marcel Amirault
Nov 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Add basic Redis troubleshooting
parent
261bc584
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
doc/administration/redis/troubleshooting.md
doc/administration/redis/troubleshooting.md
+12
-0
No files found.
doc/administration/redis/troubleshooting.md
View file @
6464e84f
...
@@ -20,6 +20,18 @@ Before proceeding with the troubleshooting below, check your firewall rules:
...
@@ -20,6 +20,18 @@ Before proceeding with the troubleshooting below, check your firewall rules:
-
Connect to other Sentinel machines via TCP in
`26379`
-
Connect to other Sentinel machines via TCP in
`26379`
-
Connect to the Redis machines via TCP in
`6379`
-
Connect to the Redis machines via TCP in
`6379`
## Basic Redis activity check
Start Redis troubleshooting with a basic Redis activity check:
1.
Open a terminal on your GitLab server.
1.
Run
`gitlab-redis-cli --stat`
and observe the output while it runs.
1.
Go to your GitLab UI and browse to a handful of pages. Any page works, like
group or project overviews, issues, files in repositories, and so on.
1.
Check the
`stat`
output again and verify that the values for
`keys`
,
`clients`
,
`requests`
, and
`connections`
increases as you browse. If the numbers go up,
basic Redis functionality is working and GitLab can connect to it.
## Troubleshooting Redis replication
## Troubleshooting Redis replication
You can check if everything is correct by connecting to each server using
You can check if everything is correct by connecting to each server using
...
...
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