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
f5b61e74
Commit
f5b61e74
authored
Mar 19, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistent naming: selective replication -> selective sync
parent
5c239b20
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
doc/administration/geo/replication/configuration.md
doc/administration/geo/replication/configuration.md
+1
-1
doc/administration/geo/replication/configuration_source.md
doc/administration/geo/replication/configuration_source.md
+1
-1
doc/administration/geo/replication/index.md
doc/administration/geo/replication/index.md
+4
-3
No files found.
doc/administration/geo/replication/configuration.md
View file @
f5b61e74
...
...
@@ -143,7 +143,7 @@ keys must be manually replicated to the secondary node.
'This is a primary node'.
1.
Optionally, choose which namespaces should be replicated by the
secondary node. Leave blank to replicate all. Read more in
[
selective
replication
](
#selective-replic
ation
)
.
[
selective
synchronization
](
#selective-synchroniz
ation
)
.
1.
Click the
**Add node**
button.
1.
SSH into your GitLab
**secondary**
server and restart the services:
...
...
doc/administration/geo/replication/configuration_source.md
View file @
f5b61e74
...
...
@@ -96,7 +96,7 @@ Read [Manually replicate primary SSH host keys][configuration-replicate-ssh]
'This is a primary node'.
1.
Optionally, choose which namespaces should be replicated by the
secondary node. Leave blank to replicate all. Read more in
[
selective
replication
](
#selective-replic
ation
)
.
[
selective
synchronization
](
#selective-synchroniz
ation
)
.
1.
Click the
**Add node**
button.
1.
SSH into your GitLab
**secondary**
server and restart the services:
...
...
doc/administration/geo/replication/index.md
View file @
f5b61e74
...
...
@@ -207,9 +207,10 @@ extra limitations may be in place.
working on improving this experience, see [gitlab-org/omnibus-gitlab#2978] for details.
-
Real-time updates of issues/merge requests (e.g. via long polling) doesn't work on the secondary
-
Broadcast messages set on the primary won't be seen on the secondary without a cache flush (e.g. gitlab-rake cache:clear)
-
[
Selective replication
](
configuration.md#selective-replication
)
applies only
to files and repositories. Other datasets are replicated to the secondary in
full, making it inappropriate for use as an access control mechanism.
-
[
Selective synchronization
](
configuration.md#selective-synchronization
)
applies only to files and repositories. Other datasets are replicated to the
secondary in full, making it inappropriate for use as an access control
mechanism.
### Limitations on replication
...
...
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