diff options
author | Jan Provaznik <jprovaznik@gitlab.com> | 2018-08-03 10:38:52 +0200 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2018-08-03 10:38:52 +0200 |
commit | 5a5d3ee134092edaa97ccf3eb56ef1efe57760b5 (patch) | |
tree | ddbef5fa70d6465b2b455eae0e987f809e4b49cf /doc/administration/uploads.md | |
parent | 056025f78e337630148e4c795c282ab668b9fc18 (diff) | |
download | gitlab-ce-5a5d3ee134092edaa97ccf3eb56ef1efe57760b5.tar.gz |
Removed obsolete note about manual uploads migration
We already support automatic background migrations,
`background_upload` option which enables it is already documented.
Diffstat (limited to 'doc/administration/uploads.md')
-rw-r--r-- | doc/administration/uploads.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/administration/uploads.md b/doc/administration/uploads.md index 85eca403253..77e73b23021 100644 --- a/doc/administration/uploads.md +++ b/doc/administration/uploads.md @@ -142,12 +142,6 @@ These task complies with the `BATCH` environment variable to process uploads in gitlab-rake "gitlab:uploads:migrate[FileUploader, MergeRequest]" ``` - Currently this has to be executed manually and it will allow you to - migrate the existing uploads to the object storage, but all new - uploads will still be stored on the local disk. In the future - you will be given an option to define a default storage for all - new files. - --- **In installations from source:** @@ -200,12 +194,6 @@ _The uploads are stored by default in ``` - Currently this has to be executed manually and it will allow you to - migrate the existing uploads to the object storage, but all new - uploads will still be stored on the local disk. In the future - you will be given an option to define a default storage for all - new files. - [reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure "How to reconfigure Omnibus GitLab" [restart gitlab]: restart_gitlab.md#installations-from-source "How to restart GitLab" [eep]: https://about.gitlab.com/gitlab-ee/ "GitLab Enterprise Edition Premium" |