From aa5c9abb97c38b8cd53d37c3ea67a19d0a9f28e3 Mon Sep 17 00:00:00 2001
From: Johannes Hund <johannes.hund@gmail.com>
Date: Wed, 7 Jan 2015 20:04:02 +0100
Subject: [PATCH] add necessary dir for uploads in update to 6.7

rake task gitlab:backup:create crashes otherwise
---
 doc/update/6.6-to-6.7.md | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
GitLab