summaryrefslogtreecommitdiff
path: root/doc/update/6.6-to-6.7.md
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-04-04 09:36:25 +0200
committerMarin Jankovski <marin@gitlab.com>2014-04-04 09:36:25 +0200
commit04324908fb14fe2bb0600a164a60870100122d3f (patch)
treef6654800494d29f3778d70a35d9affa31ece217b /doc/update/6.6-to-6.7.md
parent49a5159946bc8added6258f62efcf7674e4b0562 (diff)
downloadgitlab-ce-04324908fb14fe2bb0600a164a60870100122d3f.tar.gz
Add to update guides satellites group permission.
Diffstat (limited to 'doc/update/6.6-to-6.7.md')
-rw-r--r--doc/update/6.6-to-6.7.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md
index 8a16e5d67be..0f39c037c9f 100644
--- a/doc/update/6.6-to-6.7.md
+++ b/doc/update/6.6-to-6.7.md
@@ -63,6 +63,9 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
# Update the logrotate configuration (keep logs for 90 days instead of 52 weeks)
sudo cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
+
+# Close access to gitlab-satellites for others
+sudo chmod u+rwx,g+rx,o-rwx /home/git/gitlab-satellites
```