diff options
author | astrachan <alexander.strachan@asgks.net> | 2018-03-27 16:37:05 +1000 |
---|---|---|
committer | astrachan <alexander.strachan@asgks.net> | 2018-03-27 16:37:05 +1000 |
commit | 56a5f0e196412704a92dfe8719e3f419da0b6fc3 (patch) | |
tree | 1053b82994efb1523b161f2fe6a849bd9afc6713 | |
parent | 8e18ced4fc84c3b63c92439fd47322ffadc62c7c (diff) | |
download | gitlab-ce-56a5f0e196412704a92dfe8719e3f419da0b6fc3.tar.gz |
Updated punctuation and added another password location.43413-update-redis-ha-docs
-rw-r--r-- | doc/administration/high_availability/redis.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md index 8581d0dac5f..0b3605cbe29 100644 --- a/doc/administration/high_availability/redis.md +++ b/doc/administration/high_availability/redis.md @@ -269,13 +269,15 @@ When using default setup, minimum configuration requires: - `REDIS_PASSWORD`. Password used for Redis authentication. -Few notes on the service itself: +Notes on the service itself: - The service runs under a system account, by default `gitlab-redis`. - If you are using a different username, you will have to specify it. We will refer to it with `REDIS_USERNAME`, - Passwords will be stored in the following locations: - - `/etc/gitlab/gitlab.rb`: plaintext + - `/etc/gitlab/gitlab.rb` in plaintext + - `/var/opt/gitlab/redis/redis.conf` in plaintext + ### Step 1. Configuring the master Redis instance |