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
272d79f2
Commit
272d79f2
authored
Nov 22, 2017
by
ernstvn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change reference to SSH instructions and page and remove next steps
parent
f364b2c1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
33 deletions
+7
-33
doc/gitlab-geo/README.md
doc/gitlab-geo/README.md
+5
-5
doc/gitlab-geo/database.md
doc/gitlab-geo/database.md
+0
-7
doc/gitlab-geo/database_source.md
doc/gitlab-geo/database_source.md
+0
-7
doc/gitlab-geo/ssh.md
doc/gitlab-geo/ssh.md
+2
-14
No files found.
doc/gitlab-geo/README.md
View file @
272d79f2
...
...
@@ -39,9 +39,9 @@ and the replicated read-only ones as **secondaries**.
Keep in mind that:
-
Secondaries talk to primary to get user data for logins (API), to
clone/pull from repositories (SSH) and to retrieve LFS Objects and Attachments
clone/pull from repositories (SSH) and to retrieve LFS Objects and Attachments
(HTTPS + JWT).
-
Since GitLab Enterprise Edition Premium 10.0, the primary no longer talks to
-
Since GitLab Enterprise Edition Premium 10.0, the primary no longer talks to
secondaries to notify for changes (API).
## Use-cases
...
...
@@ -123,7 +123,7 @@ update the state.
This new architecture allows us to be resilient to connectivity issues between the
nodes. It doesn't matter if it was just a few minutes or days. The secondary
instance will be able to replay all the events in the correct order and get in
instance will be able to replay all the events in the correct order and get in
sync again.
## Setup instructions
...
...
@@ -141,7 +141,7 @@ If you installed GitLab using the Omnibus packages (highly recommended):
secondary node for the moment.
1.
[
Upload the GitLab License
](
../user/admin_area/license.md
)
on the
**primary**
Geo Node to unlock GitLab Geo.
1.
[
Setup the database replication
](
database.md
)
(
`primary
(read-write)
<->
secondary (read-only)
` topology).
1. [
Configure SSH authorizations to use the database](ssh.md)
1. [
Lookup authorized SSH keys in the database](../administration/operations/speed_up_ssh.html), do this step for both primary AND secondary nodes.
1. [Configure GitLab](configuration.md) to set the primary and secondary nodes.
1. Optional: [Configure a secondary LDAP server](../administration/auth/ldap.md) for the secondary. See [notes on LDAP](#ldap).
1. [Follow the after setup steps](after_setup.md).
...
...
@@ -157,7 +157,7 @@ If you installed GitLab from source:
else in the secondary node for the moment.
1. [Upload the GitLab License](../user/admin_area/license.md) on the **primary** Geo Node to unlock GitLab Geo.
1. [Setup the database replication](database_source.md) (`
primary (read-write)
<->
secondary (read-only)
` topology).
1. [
Configure SSH authorizations to use the database](ssh.md)
1. [
Lookup authorized SSH keys in the database](../administration/operations/speed_up_ssh.html), do this step for both primary AND secondary nodes.
1. [Configure GitLab](configuration_source.md) to set the primary and secondary
nodes.
1. [Follow the after setup steps](after_setup.md).
...
...
doc/gitlab-geo/database.md
View file @
272d79f2
...
...
@@ -479,13 +479,6 @@ Geo secondary nodes use a tracking database to keep track of replication
status and recover automatically from some replication issues. Follow the
instructions for
[
enabling tracking database on the secondary server
][
tracking
]
.
### Next steps
Now that the database replication is done, the next step is to configure SSH
authorizations to use the database.
[
➤ Configure SSH authorizations to use the database
](
ssh.md
)
## MySQL replication
We don't support MySQL replication for GitLab Geo.
...
...
doc/gitlab-geo/database_source.md
View file @
272d79f2
...
...
@@ -462,13 +462,6 @@ data before running `pg_basebackup`.
The replication process is now over.
### Next steps
Now that the database replication is done, the next step is to configure SSH
authorizations to use the database.
[
➤ Configure SSH authorizations to use the database
](
ssh.md
)
## MySQL replication
We don't support MySQL replication for GitLab Geo.
...
...
doc/gitlab-geo/ssh.md
View file @
272d79f2
...
...
@@ -14,21 +14,9 @@ Note this feature is only available on operating systems that support OpenSSH
version of OpenSSH for your server]
(../administration/operations/speed_up_ssh.html#compiling-a-custom-version-of-openssh-for-centos-6).
For both primary AND secondary nodes, follow the instructions on
[
configuring
SSH authorization via database
lookups
](
../administration/operations/speed_up_ssh.html
)
.
For both primary AND secondary nodes, follow the instructions on
[
looking up authorized SSH keys in the database
](
../administration/operations/speed_up_ssh.html
)
.
Note that the 'Write to "authorized keys" file' checkbox only needs
to be unchecked on the primary node since it will be reflected automatically
in the secondary if database replication is working.
### Next steps
Now that SSH authorizations are configured to use the database, the next step
is to configure GitLab.
[
➤ GitLab Geo configuration
](
configuration.md
)
If you are running GitLab installed from source:
[
➤ GitLab Geo configuration (source)
](
configuration_source.md
)
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