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
12063957
Commit
12063957
authored
Nov 18, 2021
by
Alvin Gounder
Committed by
Marcel Amirault
Nov 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enhance update docs to clarify batched migrations
parent
b2d27b4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
doc/update/index.md
doc/update/index.md
+7
-2
No files found.
doc/update/index.md
View file @
12063957
...
...
@@ -82,13 +82,18 @@ See the guide to [plan your GitLab upgrade](plan_your_upgrade.md).
## Checking for background migrations before upgrading
Certain releases may require different migrations to be
finished before you update to the newer version. Additionally check
[
batched migrations
](
#batched-background-migrations
)
from GitLab 14.0.
finished before you update to the newer version.
[
Batched migrations
](
#batched-background-migrations
)
are a migration type available in GitLab 14.0 and later.
Background migrations and batched migrations not the same, so you should check that both are
complete before updating.
Decrease the time required to complete these migrations by increasing the number of
[
Sidekiq workers
](
../administration/operations/extra_sidekiq_processes.md
)
that can process jobs in the
`background_migration`
queue.
### Background migrations
**For Omnibus installations:**
```
shell
...
...
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