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
ad74efe7
Commit
ad74efe7
authored
Apr 25, 2021
by
Mario Morales
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs fix vale issue
parent
39ed60a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/administration/raketasks/storage.md
doc/administration/raketasks/storage.md
+5
-5
No files found.
doc/administration/raketasks/storage.md
View file @
ad74efe7
...
...
@@ -77,7 +77,7 @@ To have a summary and then a list of projects and their attachments using hashed
WARNING:
In GitLab 13.0,
[
hashed storage
](
../repository_storage_types.md#hashed-storage
)
is enabled by default and the legacy storage is deprecated.
Support for legacy storage will be removed in GitLab 14.0
. If you're on GitLab
GitLab 14.0 eliminates support for legacy storage
. If you're on GitLab
13.
0 and later, switching new projects to legacy storage is not possible.
The option to choose between hashed and legacy storage in the admin area has
been disabled.
...
...
@@ -114,7 +114,7 @@ There is a specific queue you can watch to see how long it will take to finish:
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.
Any error or warning
is
logged in Sidekiq's log file.
If
[
Geo
](
../geo/index.md
)
is enabled, each project that is successfully migrated
generates an event to replicate the changes on any
**secondary**
nodes.
...
...
@@ -127,12 +127,12 @@ commands below that helps you inspect projects and attachments in both legacy an
WARNING:
In GitLab 13.0,
[
hashed storage
](
../repository_storage_types.md#hashed-storage
)
is enabled by default and the legacy storage is deprecated.
Support for legacy storage will be removed in GitLab 14.0
. If you're on GitLab
GitLab 14.0 eliminates support for legacy storage
. If you're on GitLab
13.
0 and later, switching new projects to legacy storage is not possible.
The option to choose between hashed and legacy storage in the admin area has
been disabled.
This task
will schedule
all your existing projects and associated attachments to be rolled back to the
This task
schedules
all your existing projects and associated attachments to be rolled back to the
legacy storage type.
-
**Omnibus installation**
...
...
@@ -161,7 +161,7 @@ On the **Queues** tab, you can watch the `hashed_storage:hashed_storage_project_
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.
Any error or warning
is
logged in Sidekiq's log file.
If you have a Geo setup, the rollback will not be reflected automatically
on the
**secondary**
node. You may need to wait for a backfill operation to kick-in and remove
...
...
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