update default omnibus upload path

small explanation here (by @balasankarc):
https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2777#note_131420508
This commit is contained in:
Elan Ruusamäe 2019-03-05 13:07:06 +02:00
parent 83cb748256
commit e725411006
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ below.
>**Notes:**
For historical reasons, uploads are stored into a base directory, which by default is `uploads/-/system`. It is strongly discouraged to change this configuration option on an existing GitLab installation.
_The uploads are stored by default in `/var/opt/gitlab/gitlab-rails/uploads/-/system`._
_The uploads are stored by default in `/var/opt/gitlab/gitlab-rails/uploads`._
1. To change the storage path for example to `/mnt/storage/uploads`, edit
`/etc/gitlab/gitlab.rb` and add the following line: