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
8e1782f7
Commit
8e1782f7
authored
Feb 19, 2019
by
Harish Ramachandran
Committed by
Evan Read
Feb 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify what happens with Geo when enabling hashed storage
parent
aad87a64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
doc/administration/raketasks/storage.md
doc/administration/raketasks/storage.md
+3
-0
doc/administration/repository_storage_types.md
doc/administration/repository_storage_types.md
+1
-1
No files found.
doc/administration/raketasks/storage.md
View file @
8e1782f7
...
...
@@ -42,6 +42,9 @@ If you find it necessary, you can run this migration script again to schedule mi
Any error or warning will be logged in the sidekiq's log file.
NOTE:
**Note:**
If Geo is enabled, each project that is successfully migrated generates an event to replicate the changes on any
**secondary**
nodes.
You only need the
`gitlab:storage:migrate_to_hashed`
rake task to migrate your repositories, but we have additional
commands below that helps you inspect projects and attachments in both legacy and hashed storage.
...
...
doc/administration/repository_storage_types.md
View file @
8e1782f7
...
...
@@ -87,7 +87,7 @@ The rollback has to be performed in the reverse order. To get into "Legacy" stat
you need to rollback Attachments first, then Project.
Also note that if Geo is enabled, after the migration was triggered, an event is generated
to replicate the operation on any
Secondary node. That means the on disk changes will also
to replicate the operation on any
**secondary**
node. That means the
[
on disk changes
](
#project
)
will
need to be performed on these nodes as well. Database changes will propagate without issues.
You must make sure the migration event was already processed or otherwise it may migrate
...
...
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