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
ef9a7000
Commit
ef9a7000
authored
Sep 15, 2021
by
Kerri Miller
Committed by
Amy Qualls
Sep 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add explicit example of command with env vars
parent
0ffffa04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/administration/merge_request_diffs.md
doc/administration/merge_request_diffs.md
+6
-0
No files found.
doc/administration/merge_request_diffs.md
View file @
ef9a7000
...
...
@@ -265,3 +265,9 @@ by assigning different processes to different parts of the table. The `BATCH`
and
`UPDATE_DELAY`
parameters allow the speed of the migration to be traded off
against concurrent access to the table. The
`ANSI`
parameter should be set to
false if your terminal does not support ANSI escape codes.
By default,
`sudo`
does not preserve existing environment variables. You should append them, rather than prefix them.
```
shell
sudo
gitlab-rake gitlab:external_diffs:force_object_storage
START_ID
=
59946109
END_ID
=
59946109
UPDATE_DELAY
=
5
```
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