Commit d639492a authored by James Ramsay's avatar James Ramsay

Add next step link to ssh authorization geo step

parent 10fa290b
......@@ -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
......
......@@ -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
......
......@@ -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)
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