Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d6e896c8
Commit
d6e896c8
authored
Jan 13, 2020
by
Ben Bodenmiller
Committed by
Russell Dickenson
Jan 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add omnibus migrate legacy uploads out of deprecated paths command, cleanup wording
parent
20d0479c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
doc/administration/raketasks/uploads/migrate.md
doc/administration/raketasks/uploads/migrate.md
+10
-2
doc/raketasks/README.md
doc/raketasks/README.md
+2
-2
No files found.
doc/administration/raketasks/uploads/migrate.md
View file @
d6e896c8
# Uploads Migrate Rake Task
# Uploads Migrate Rake Task
s
## Migrate to Object Storage
...
...
@@ -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:
```
shell
**Omnibus Installation**
```
bash
gitlab-rake gitlab:uploads:legacy:migrate
```
**Source Installation**
```
bash
bundle
exec
rake gitlab:uploads:legacy:migrate
```
...
...
doc/raketasks/README.md
View file @
d6e896c8
...
...
@@ -14,5 +14,5 @@ comments: false
-
[
Webhooks
](
web_hooks.md
)
-
[
Import
](
import.md
)
of Git repositories in bulk
-
[
Rebuild authorized_keys file
](
../administration/raketasks/maintenance.md#rebuild-authorized_keys-file
)
task for administrators
-
[
Migrate Uploads
](
../administration/raketasks/uploads/migrate.md
)
-
[
Sanitize Uploads
](
../administration/raketasks/uploads/sanitize.md
)
-
[
Uploads Migrate
](
../administration/raketasks/uploads/migrate.md
)
-
[
Uploads Sanitize
](
../administration/raketasks/uploads/sanitize.md
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment