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
e1364532
Commit
e1364532
authored
Jul 27, 2020
by
Alexander Strachan
Committed by
Douglas Barbosa Alexandre
Jul 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs update config with a copy/paste option
parent
0726fedf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
doc/administration/raketasks/uploads/migrate.md
doc/administration/raketasks/uploads/migrate.md
+9
-1
No files found.
doc/administration/raketasks/uploads/migrate.md
View file @
e1364532
...
...
@@ -141,7 +141,15 @@ keeping in mind the task name in this case is `gitlab:uploads:migrate_to_local`.
To migrate uploads from object storage to local storage:
1.
Disable both
`direct_upload`
and
`background_upload`
under
`uploads`
settings in
`gitlab.rb`
.
1.
Disable both
`direct_upload`
and
`background_upload`
under
`uploads`
settings in
`gitlab.rb`
:
```
ruby
gitlab_rails
[
'uploads_object_store_direct_upload'
]
=
false
gitlab_rails
[
'uploads_object_store_background_upload'
]
=
false
```
Save the file and
[
reconfigure GitLab
](
../../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
1.
Run the Rake task:
**Omnibus Installation**
...
...
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