Skip to content

Fixed backup of non default upload directory

Dominic Renner requested to merge rennerdo30/gitlab-ce:patch-47 into master

What does this MR do?

This MR fixes an major bug, which occurs, when uploads_storage_path is set to an different path than default.

e.g: gitlab_rails['uploads_storage_path'] = "/git/gitlab-data/uploads"

Thanks to @deepbluev7 for tracking down this issue.

What are the relevant issue numbers?

I did not create any issue and could not find any. So I created the needed MR directly.

Does this MR meet the acceptance criteria?

Edited by Dominic Renner

Merge request reports