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
407fa714
Commit
407fa714
authored
Aug 31, 2020
by
Niko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point users in the right direction for the check commands
parent
fb32853a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/raketasks/storage.md
doc/administration/raketasks/storage.md
+2
-2
No files found.
doc/administration/raketasks/storage.md
View file @
407fa714
...
...
@@ -104,7 +104,7 @@ You can monitor the progress in the **Admin Area > Monitoring > Background Jobs*
There is a specific queue you can watch to see how long it will take to finish:
`hashed_storage:hashed_storage_project_migrate`
.
After it reaches zero, you can confirm every project has been migrated by running the commands
below
.
After it reaches zero, you can confirm every project has been migrated by running the commands
above
.
If you find it necessary, you can run this migration script again to schedule missing projects.
Any error or warning will be logged in Sidekiq's log file.
...
...
@@ -153,7 +153,7 @@ sudo gitlab-rake gitlab:storage:rollback_to_legacy ID_FROM=50 ID_TO=100
You can monitor the progress in the
**Admin Area > Monitoring > Background Jobs**
page.
On the
**Queues**
tab, you can watch the
`hashed_storage:hashed_storage_project_rollback`
queue to see how long the process will take to finish.
After it reaches zero, you can confirm every project has been rolled back by running the commands
bellow
.
After it reaches zero, you can confirm every project has been rolled back by running the commands
above
.
If some projects weren't rolled back, you can run this rollback script again to schedule further rollbacks.
Any error or warning will be logged in Sidekiq's log file.
...
...
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