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
b681d330
Commit
b681d330
authored
Nov 27, 2017
by
Chenjerai Katanda
Committed by
Marin Jankovski
Nov 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add command for starting redis-cli to HA Redis docs
parent
7c8d4edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
doc/administration/high_availability/redis.md
doc/administration/high_availability/redis.md
+4
-8
No files found.
doc/administration/high_availability/redis.md
View file @
b681d330
...
...
@@ -716,15 +716,11 @@ Before proceeding with the troubleshooting below, check your firewall rules:
### Troubleshooting Redis replication
You can check if everything is correct by connecting to each server using
`redis-cli`
application, and sending the
`
INFO`
command
.
`redis-cli`
application, and sending the
`
info replication`
command as below
.
If authentication was correctly defined, it should fail with:
`NOAUTH Authentication required`
error. Try to authenticate with the
previous defined password with
`AUTH redis-password-goes-here`
and
try the
`INFO`
command again.
Look for the
`# Replication`
section where you should see some important
information like the
`role`
of the server.
```
/opt/gitlab/embedded/bin/redis-cli -a <redis-password> info replication
```
When connected to a
`master`
redis, you will see the number of connected
`slaves`
, and a list of each with connection details:
...
...
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