summaryrefslogtreecommitdiff
path: root/doc/update/7.2-to-7.3.md
diff options
context:
space:
mode:
authorDaniel Widerin <daniel@widerin.net>2014-09-24 10:48:33 +0000
committerDaniel Widerin <daniel@widerin.net>2014-09-24 10:48:33 +0000
commitd3dbd353ccebb753e7791643312795ae27bb4c9d (patch)
treec3f81ad19ae1614877808c36c04fe4520cf379c3 /doc/update/7.2-to-7.3.md
parent28b6f09fcc1ea50c44e942ed6c342a42bdf12dc4 (diff)
downloadgitlab-ce-d3dbd353ccebb753e7791643312795ae27bb4c9d.tar.gz
Add unixsocketperm note to upgrade guide
Diffstat (limited to 'doc/update/7.2-to-7.3.md')
-rw-r--r--doc/update/7.2-to-7.3.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/7.2-to-7.3.md b/doc/update/7.2-to-7.3.md
index 7cc9a5c21fb..942f9e9641f 100644
--- a/doc/update/7.2-to-7.3.md
+++ b/doc/update/7.2-to-7.3.md
@@ -72,6 +72,8 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
sed 's/^port .*/port 0/' /etc/redis/redis.conf.orig | sudo tee /etc/redis/redis.conf
# Enable Redis socket for default Debian / Ubuntu path
echo 'unixsocket /var/run/redis/redis.sock' | sudo tee -a /etc/redis/redis.conf
+ # Be sure redis group can write to the socket.
+ echo 'unixsocketperm 775' | sudo tee -a /etc/redis/redis.conf
# Activate the changes to redis.conf
sudo service redis-server restart
# Add git to the redis group