Commit f5b61e74 authored by Nick Thomas's avatar Nick Thomas

Consistent naming: selective replication -> selective sync

parent 5c239b20
...@@ -143,7 +143,7 @@ keys must be manually replicated to the secondary node. ...@@ -143,7 +143,7 @@ keys must be manually replicated to the secondary node.
'This is a primary node'. 'This is a primary node'.
1. Optionally, choose which namespaces should be replicated by the 1. Optionally, choose which namespaces should be replicated by the
secondary node. Leave blank to replicate all. Read more in secondary node. Leave blank to replicate all. Read more in
[selective replication](#selective-replication). [selective synchronization](#selective-synchronization).
1. Click the **Add node** button. 1. Click the **Add node** button.
1. SSH into your GitLab **secondary** server and restart the services: 1. SSH into your GitLab **secondary** server and restart the services:
......
...@@ -96,7 +96,7 @@ Read [Manually replicate primary SSH host keys][configuration-replicate-ssh] ...@@ -96,7 +96,7 @@ Read [Manually replicate primary SSH host keys][configuration-replicate-ssh]
'This is a primary node'. 'This is a primary node'.
1. Optionally, choose which namespaces should be replicated by the 1. Optionally, choose which namespaces should be replicated by the
secondary node. Leave blank to replicate all. Read more in secondary node. Leave blank to replicate all. Read more in
[selective replication](#selective-replication). [selective synchronization](#selective-synchronization).
1. Click the **Add node** button. 1. Click the **Add node** button.
1. SSH into your GitLab **secondary** server and restart the services: 1. SSH into your GitLab **secondary** server and restart the services:
......
...@@ -207,9 +207,10 @@ extra limitations may be in place. ...@@ -207,9 +207,10 @@ extra limitations may be in place.
working on improving this experience, see [gitlab-org/omnibus-gitlab#2978] for details. 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 - 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) - 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 - [Selective synchronization](configuration.md#selective-synchronization)
to files and repositories. Other datasets are replicated to the secondary in applies only to files and repositories. Other datasets are replicated to the
full, making it inappropriate for use as an access control mechanism. secondary in full, making it inappropriate for use as an access control
mechanism.
### Limitations on replication ### Limitations on replication
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment