debian-mirror-gitlab/doc/administration/geo/setup/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
2.6 KiB
Markdown
Raw Normal View History

2020-11-24 15:15:51 +05:30
---
2022-07-23 23:45:48 +05:30
stage: Systems
2020-11-24 15:15:51 +05:30
group: Geo
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-11-24 15:15:51 +05:30
type: howto
---
2021-04-29 21:17:54 +05:30
# Setting up Geo **(PREMIUM SELF)**
2020-11-24 15:15:51 +05:30
These instructions assume you have a working instance of GitLab. They guide you through:
2021-09-30 23:02:18 +05:30
1. Making your existing instance the **primary** site.
2022-05-07 20:08:51 +05:30
1. Adding **secondary** sites.
2020-11-24 15:15:51 +05:30
2022-08-13 15:12:31 +05:30
You must use a [GitLab Premium](https://about.gitlab.com/pricing/) license or higher,
but you only need one license for all the sites.
2021-02-22 17:27:13 +05:30
WARNING:
2022-11-25 23:54:43 +05:30
The steps below should be followed in the order they appear. **Make sure the GitLab version is the same on all sites. Do not create an account or sign in to the new secondary.**
2020-11-24 15:15:51 +05:30
## Using Omnibus GitLab
If you installed GitLab using the Omnibus packages (highly recommended):
2022-08-27 11:52:29 +05:30
1. Confirm the [requirements for running Geo](../index.md#requirements-for-running-geo) are met.
2022-11-25 23:54:43 +05:30
1. [Install GitLab Enterprise Edition](https://about.gitlab.com/install/) on the nodes that serve as the **secondary** site. **Do not create an account or sign in** to the new **secondary** site. The **GitLab version must match** across primary and secondary sites.
2022-05-07 20:08:51 +05:30
1. [Add the GitLab License](../../../user/admin_area/license.md) on the **primary** site to unlock Geo. The license must be for [GitLab Premium](https://about.gitlab.com/pricing/) or higher.
2022-08-27 11:52:29 +05:30
1. [Confirm network connectivity](../index.md#firewall-rules) between the **primary** and **secondary** site.
2020-11-24 15:15:51 +05:30
1. [Set up the database replication](database.md) (`primary (read-write) <-> secondary (read-only)` topology).
2022-05-07 20:08:51 +05:30
1. [Configure fast lookup of authorized SSH keys in the database](../../operations/fast_ssh_key_lookup.md). This step is required and needs to be done on **both** the **primary** and **secondary** sites.
1. [Configure GitLab](../replication/configuration.md) to set the **primary** and **secondary** sites.
2022-08-13 15:12:31 +05:30
1. Optional: [Configure Object storage](../../object_storage.md)
2022-05-07 20:08:51 +05:30
1. Optional: [Configure a secondary LDAP server](../../auth/ldap/index.md) for the **secondary** sites. See [notes on LDAP](../index.md#ldap).
2022-08-13 15:12:31 +05:30
1. Optional: [Configure Geo secondary proxying](../secondary_proxy/index.md) to use a single, unified URL for all Geo sites. This step is recommended to accelerate most read requests while transparently proxying writes to the primary Geo site.
2021-06-08 01:23:25 +05:30
1. Follow the [Using a Geo Site](../replication/usage.md) guide.
2020-11-24 15:15:51 +05:30
## Post-installation documentation
2022-05-07 20:08:51 +05:30
After installing GitLab on the **secondary** sites and performing the initial configuration, see the [following documentation for post-installation information](../index.md#post-installation-documentation).