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
d639492a
Commit
d639492a
authored
Nov 17, 2017
by
James Ramsay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add next step link to ssh authorization geo step
parent
10fa290b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
doc/gitlab-geo/database.md
doc/gitlab-geo/database.md
+3
-2
doc/gitlab-geo/database_source.md
doc/gitlab-geo/database_source.md
+3
-2
doc/gitlab-geo/ssh.md
doc/gitlab-geo/ssh.md
+11
-0
No files found.
doc/gitlab-geo/database.md
View file @
d639492a
...
...
@@ -455,9 +455,10 @@ 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 GitLab.
Now that the database replication is done, the next step is to configure SSH
authorizations to use the database.
[
➤
GitLab Geo configuration
](
configuration
.md
)
[
➤
Configure SSH authorizations to use the database
](
ssh
.md
)
## MySQL replication
...
...
doc/gitlab-geo/database_source.md
View file @
d639492a
...
...
@@ -451,9 +451,10 @@ The replication process is now over.
### Next steps
Now that the database replication is done, the next step is to configure GitLab.
Now that the database replication is done, the next step is to configure SSH
authorizations to use the database.
[
➤
GitLab Geo configuration
](
configuration_source
.md
)
[
➤
Configure SSH authorizations to use the database
](
ssh
.md
)
## MySQL replication
...
...
doc/gitlab-geo/ssh.md
View file @
d639492a
...
...
@@ -21,3 +21,14 @@ lookups](../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