diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-04-08 10:07:17 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-04-08 10:07:17 +0200 |
commit | 4cf25eea3abd7e0928d6a87f33bf98d89b1bc2e8 (patch) | |
tree | ebb22b332dd35c53d20639f0ab1d93f3d10544f1 /doc/update | |
parent | 526b28daa3837209a638c1c02aed3a5371e62ee3 (diff) | |
parent | aa5c9abb97c38b8cd53d37c3ea67a19d0a9f28e3 (diff) | |
download | gitlab-ce-4cf25eea3abd7e0928d6a87f33bf98d89b1bc2e8.tar.gz |
Merge pull request #8546 from h0ru5/patch-1
add necessary dir for uploads in update to 6.7
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/6.6-to-6.7.md | 3 |
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 5622a7001ed..b4298c93429 100644 --- a/doc/update/6.6-to-6.7.md +++ b/doc/update/6.6-to-6.7.md @@ -71,6 +71,9 @@ sudo -u git -H gzip /home/git/gitlab-shell/gitlab-shell.log.1 # Close access to gitlab-satellites for others sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites + +# Add directory for uploads +sudo -u git -H mkdir -p /home/git/gitlab/public/uploads ``` ## 5. Start application |