Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-08-03 11:38:52 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-08-03 11:38:52 +0300
commit5a5d3ee134092edaa97ccf3eb56ef1efe57760b5 (patch)
treeddbef5fa70d6465b2b455eae0e987f809e4b49cf /doc/administration/uploads.md
parent056025f78e337630148e4c795c282ab668b9fc18 (diff)
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.md12
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"