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
aa3c2620
Commit
aa3c2620
authored
Oct 24, 2018
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Geo: Stale docs on frequency of Geo replication
Updated the Geo FAQ
parent
82bd2a0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
doc/administration/geo/replication/faq.md
doc/administration/geo/replication/faq.md
+4
-8
No files found.
doc/administration/geo/replication/faq.md
View file @
aa3c2620
...
@@ -12,25 +12,21 @@ Read the documentation for [Disaster Recovery](../disaster_recovery/index.md).
...
@@ -12,25 +12,21 @@ Read the documentation for [Disaster Recovery](../disaster_recovery/index.md).
We currently replicate project repositories, LFS objects, generated
We currently replicate project repositories, LFS objects, generated
attachments / avatars and the whole database. This means user accounts,
attachments / avatars and the whole database. This means user accounts,
issues, merge requests, groups, project data, etc., will be available for
issues, merge requests, groups, project data, etc., will be available for
query.
We currently don't replicate artifact data (
`shared/folder`
).
query.
## Can I git push to a secondary node?
## Can I git push to a secondary node?
No. All writing operations (this includes
`git push`
) must be done in your
Yes, you can push changes to a
**secondary**
node. The push will be proxied to the
**primary**
node.
primary node.
## How long does it take to have a commit replicated to a secondary node?
## How long does it take to have a commit replicated to a secondary node?
All replication operations are asynchronous and are queued to be dispatched in
All replication operations are asynchronous and are queued to be dispatched. Therefore, it depends on a lot of
a batched request every 10 minutes. Besides that, it depends on a lot of other
factors including the amount of traffic, how big your commit is, the
factors including the amount of traffic, how big your commit is, the
connectivity between your nodes, your hardware, etc.
connectivity between your nodes, your hardware, etc.
## What if the SSH server runs at a different port?
## What if the SSH server runs at a different port?
We send the clone url from the primary server to any secondaries, so it
That's totally fine. We use HTTP(s) to fetch repository changes from the
**primary**
node to
**secondary**
nodes.
doesn't matter. If primary is running on port
`2200`
, clone url will reflect
that.
## Is this possible to set up a Docker Registry for a secondary node that mirrors the one on a primary node?
## Is this possible to set up a Docker Registry for a secondary node that mirrors the one on a primary node?
...
...
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