Commit de24f3fd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Add back relative URL because of a bug

parent 3443e2fe
# GitLab Geo configuration # GitLab Geo configuration
By now, you should have an [idea of GitLab Geo](README.md) and already set up By now, you should have an [idea of GitLab Geo](README.md) and already set up
the [database replication](database.md). There are a few more steps needed to the [database replication](./database.md). There are a few more steps needed to
complete the process. complete the process.
--- ---
...@@ -89,7 +89,7 @@ Host example.com # The FQDN of the primary Geo node ...@@ -89,7 +89,7 @@ Host example.com # The FQDN of the primary Geo node
>**Note:** >**Note:**
You will need to setup your database into a **Primary <-> Secondary (read-only)** replication You will need to setup your database into a **Primary <-> Secondary (read-only)** replication
topology, and your Primary node should always point to a database's Primary topology, and your Primary node should always point to a database's Primary
instance. If you haven't done that already, read [database replication](database.md). instance. If you haven't done that already, read [database replication](./database.md).
Go to the server that you chose to be your primary, and visit Go to the server that you chose to be your primary, and visit
**Admin Area > Geo Nodes** (`/admin/geo_nodes`) in order to add the Geo nodes. **Admin Area > Geo Nodes** (`/admin/geo_nodes`) in order to add the Geo nodes.
...@@ -121,7 +121,7 @@ up the secondary servers. This is handled by the primary server setup. ...@@ -121,7 +121,7 @@ up the secondary servers. This is handled by the primary server setup.
To install a secondary node, you must follow the normal GitLab Enterprise To install a secondary node, you must follow the normal GitLab Enterprise
Edition installation, with some extra requirements: Edition installation, with some extra requirements:
- You should point your database connection to a [replicated instance](database.md). - You should point your database connection to a [replicated instance](./database.md).
- Your secondary node should be allowed to communicate via HTTP/HTTPS and - Your secondary node should be allowed to communicate via HTTP/HTTPS and
SSH with your primary node (make sure your firewall is not blocking that). SSH with your primary node (make sure your firewall is not blocking that).
...@@ -142,7 +142,7 @@ For Source installations it is stored at `/home/git/gitlab/config/secrets.yml`. ...@@ -142,7 +142,7 @@ For Source installations it is stored at `/home/git/gitlab/config/secrets.yml`.
The final step will be to regenerate the keys for `.ssh/authorized_keys` using The final step will be to regenerate the keys for `.ssh/authorized_keys` using
the following command (HTTPS clone will still work without this extra step). the following command (HTTPS clone will still work without this extra step).
On the secondary node where the database is [already replicated](database.md), On the secondary node where the database is [already replicated](./database.md),
run the following: run the following:
``` ```
......
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