diff options
author | Johannes Hund <johannes.hund@gmail.com> | 2015-01-07 20:04:02 +0100 |
---|---|---|
committer | Johannes Hund <johannes.hund@gmail.com> | 2015-01-07 20:04:02 +0100 |
commit | aa5c9abb97c38b8cd53d37c3ea67a19d0a9f28e3 (patch) | |
tree | 669294cdbd1a8c81e47ed0e1b3620e2c2587c3ff /doc/update | |
parent | 757df0142f521380b92d28a721a7fd2bd8aa382f (diff) | |
download | gitlab-ce-aa5c9abb97c38b8cd53d37c3ea67a19d0a9f28e3.tar.gz |
add necessary dir for uploads in update to 6.7
rake task gitlab:backup:create crashes otherwise
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 77ac4d0bfa6..35b731019cf 100644 --- a/doc/update/6.6-to-6.7.md +++ b/doc/update/6.6-to-6.7.md @@ -70,6 +70,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 |