summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-11-20 10:39:56 +0100
committerBob Van Landuyt <bob@vanlanduyt.co>2017-11-20 13:46:53 +0100
commitfa39e8a09c310dcbb5ce04a61de754e4fdb6c51d (patch)
treecc3f54533b2263a340daa1dd66b35cf84b5257fa /changelogs/unreleased
parentcbee84ca29dd7eb20603ad2231394e3d33595075 (diff)
downloadgitlab-ce-fa39e8a09c310dcbb5ce04a61de754e4fdb6c51d.tar.gz
Don't move project repository/attachments when using hashed storage
When a project is using hashed storage, the repositories and attachments wouldn't be saved on disk using the `full_path`. So the migration would not do anything. However: best to just skip moving when hashed storage is enabled.
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/bvl-dont-move-projects-using-hashed-storage.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/bvl-dont-move-projects-using-hashed-storage.yml b/changelogs/unreleased/bvl-dont-move-projects-using-hashed-storage.yml
new file mode 100644
index 00000000000..e0895cb5d48
--- /dev/null
+++ b/changelogs/unreleased/bvl-dont-move-projects-using-hashed-storage.yml
@@ -0,0 +1,5 @@
+---
+title: Don't move repositories and attachments for projects using hashed storage
+merge_request: 15479
+author:
+type: other