Commit d6e896c8 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Russell Dickenson

Add omnibus migrate legacy uploads out of deprecated paths command, cleanup wording

parent 20d0479c
# Uploads Migrate Rake Task # Uploads Migrate Rake Tasks
## Migrate to Object Storage ## Migrate to Object Storage
...@@ -110,7 +110,15 @@ sudo -u git -H bundle exec rake "gitlab:uploads:migrate[FileUploader, MergeReque ...@@ -110,7 +110,15 @@ sudo -u git -H bundle exec rake "gitlab:uploads:migrate[FileUploader, MergeReque
To migrate all uploads created by legacy uploaders, run: To migrate all uploads created by legacy uploaders, run:
```shell **Omnibus Installation**
```bash
gitlab-rake gitlab:uploads:legacy:migrate
```
**Source Installation**
```bash
bundle exec rake gitlab:uploads:legacy:migrate bundle exec rake gitlab:uploads:legacy:migrate
``` ```
......
...@@ -14,5 +14,5 @@ comments: false ...@@ -14,5 +14,5 @@ comments: false
- [Webhooks](web_hooks.md) - [Webhooks](web_hooks.md)
- [Import](import.md) of Git repositories in bulk - [Import](import.md) of Git repositories in bulk
- [Rebuild authorized_keys file](../administration/raketasks/maintenance.md#rebuild-authorized_keys-file) task for administrators - [Rebuild authorized_keys file](../administration/raketasks/maintenance.md#rebuild-authorized_keys-file) task for administrators
- [Migrate Uploads](../administration/raketasks/uploads/migrate.md) - [Uploads Migrate](../administration/raketasks/uploads/migrate.md)
- [Sanitize Uploads](../administration/raketasks/uploads/sanitize.md) - [Uploads Sanitize](../administration/raketasks/uploads/sanitize.md)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment