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

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

778 lines
29 KiB
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
2022-07-23 23:45:48 +05:30
stage: Systems
2020-06-23 00:09:42 +05:30
group: Geo
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-06-23 00:09:42 +05:30
---
2021-03-11 19:13:27 +05:30
# Disaster Recovery (Geo) **(PREMIUM SELF)**
2019-07-31 22:56:46 +05:30
2021-09-04 01:27:46 +05:30
Geo replicates your database, your Git repositories, and few other assets,
but there are some [limitations](../index.md#limitations).
2019-07-31 22:56:46 +05:30
2021-02-22 17:27:13 +05:30
WARNING:
2022-05-07 20:08:51 +05:30
Disaster recovery for multi-secondary configurations is in [**Alpha**](../../../policy/alpha-beta-support.md#alpha-features).
2021-03-08 18:12:59 +05:30
For the latest updates, check the [Disaster Recovery epic for complete maturity](https://gitlab.com/groups/gitlab-org/-/epics/3574).
2020-11-24 15:15:51 +05:30
Multi-secondary configurations require the complete re-synchronization and re-configuration of all non-promoted secondaries and
2021-09-04 01:27:46 +05:30
causes downtime.
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
## Promoting a **secondary** Geo site in single-secondary configurations
2019-07-31 22:56:46 +05:30
We don't currently provide an automated way to promote a Geo replica and do a
failover, but you can do it manually if you have `root` access to the machine.
2021-12-11 22:18:48 +05:30
This process promotes a **secondary** Geo site to a **primary** site. To regain
geographic redundancy as quickly as possible, you should add a new **secondary** site
2019-07-31 22:56:46 +05:30
immediately after following these instructions.
### Step 1. Allow replication to finish if possible
2021-12-11 22:18:48 +05:30
If the **secondary** site is still replicating data from the **primary** site, follow
2020-04-22 19:07:51 +05:30
[the planned failover docs](planned_failover.md) as closely as possible in
2019-07-31 22:56:46 +05:30
order to avoid unnecessary data loss.
2021-12-11 22:18:48 +05:30
### Step 2. Permanently disable the **primary** site
2019-07-31 22:56:46 +05:30
2021-02-22 17:27:13 +05:30
WARNING:
2021-12-11 22:18:48 +05:30
If the **primary** site goes offline, there may be data saved on the **primary** site
that have not been replicated to the **secondary** site. This data should be treated
2019-07-31 22:56:46 +05:30
as lost if you proceed.
2021-12-11 22:18:48 +05:30
If an outage on the **primary** site happens, you should do everything possible to
2019-07-31 22:56:46 +05:30
avoid a split-brain situation where writes can occur in two different GitLab
instances, complicating recovery efforts. So to prepare for the failover, we
2021-12-11 22:18:48 +05:30
must disable the **primary** site.
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
- If you have SSH access:
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
1. SSH into the **primary** site to stop and disable GitLab:
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
```shell
sudo gitlab-ctl stop
```
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
1. Prevent GitLab from starting up again if the server unexpectedly reboots:
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
```shell
sudo systemctl disable gitlab-runsvdir
```
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
- If you do not have SSH access to the **primary** site, take the machine offline and
2021-04-29 21:17:54 +05:30
prevent it from rebooting by any means at your disposal.
2021-06-08 01:23:25 +05:30
You might need to:
2019-09-30 21:07:59 +05:30
2021-04-29 21:17:54 +05:30
- Reconfigure the load balancers.
- Change DNS records (for example, point the primary DNS record to the
2021-12-11 22:18:48 +05:30
**secondary** site to stop usage of the **primary** site).
2021-04-29 21:17:54 +05:30
- Stop the virtual servers.
- Block traffic through a firewall.
2021-12-11 22:18:48 +05:30
- Revoke object storage permissions from the **primary** site.
2021-04-29 21:17:54 +05:30
- Physically disconnect a machine.
2019-09-30 21:07:59 +05:30
2021-04-29 21:17:54 +05:30
If you plan to [update the primary domain DNS record](#step-4-optional-updating-the-primary-domain-dns-record),
you may wish to lower the TTL now to speed up propagation.
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
### Step 3. Promoting a **secondary** site
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
WARNING:
2021-12-11 22:18:48 +05:30
In GitLab 13.2 and 13.3, promoting a secondary site to a primary while the
2021-04-29 21:17:54 +05:30
secondary is paused fails. Do not pause replication before promoting a
2021-12-11 22:18:48 +05:30
secondary. If the secondary site is paused, be sure to resume before promoting.
2021-04-29 21:17:54 +05:30
This issue has been fixed in GitLab 13.4 and later.
2020-03-13 15:44:24 +05:30
Note the following when promoting a secondary:
2021-12-11 22:18:48 +05:30
- If replication was paused on the secondary site (for example as a part of
2021-01-03 14:25:43 +05:30
upgrading, while you were running a version of GitLab earlier than 13.4), you
2021-12-11 22:18:48 +05:30
_must_ [enable the site by using the database](../replication/troubleshooting.md#message-activerecordrecordinvalid-validation-failed-enabled-geo-primary-node-cannot-be-disabled)
before proceeding. If the secondary site
2021-04-29 21:17:54 +05:30
[has been paused](../../geo/index.md#pausing-and-resuming-replication), the promotion
performs a point-in-time recovery to the last known state.
2021-09-04 01:27:46 +05:30
Data that was created on the primary while the secondary was paused is lost.
2020-03-13 15:44:24 +05:30
- A new **secondary** should not be added at this time. If you want to add a new
**secondary**, do this after you have completed the entire process of promoting
the **secondary** to the **primary**.
- If you encounter an `ActiveRecord::RecordInvalid: Validation failed: Name has already been taken`
2021-01-03 14:25:43 +05:30
error message during this process, for more information, see this
[troubleshooting advice](../replication/troubleshooting.md#fixing-errors-during-a-failover-or-when-promoting-a-secondary-to-a-primary-node).
2021-09-04 01:27:46 +05:30
- If you run into errors when using `--force` or `--skip-preflight-checks` before 13.5 during this process,
for more information, see this
[troubleshooting advice](../replication/troubleshooting.md#errors-when-using---skip-preflight-checks-or---force).
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
#### Promoting a **secondary** site running on a single node running GitLab 14.5 and later
2022-07-16 23:28:13 +05:30
1. SSH in to your **secondary** site and execute:
2021-12-11 22:18:48 +05:30
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. Verify you can connect to the newly-promoted **primary** site using the URL used
previously for the **secondary** site.
1. If successful, the **secondary** site is now promoted to the **primary** site.
#### Promoting a **secondary** site running on a single node running GitLab 14.4 and earlier
WARNING:
The `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promoted-db` commands are
2022-07-16 23:28:13 +05:30
deprecated in GitLab 14.5 and later, and [removed in GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/345207).
2021-12-11 22:18:48 +05:30
Use `gitlab-ctl geo promote` instead.
2019-07-31 22:56:46 +05:30
2022-07-16 23:28:13 +05:30
1. SSH in to your **secondary** site and login as root:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
sudo -i
```
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
1. If you're using GitLab 13.5 and later, skip this step. If not, edit
`/etc/gitlab/gitlab.rb` and remove any of the following lines that
might be present:
2021-01-03 14:25:43 +05:30
2019-09-30 21:07:59 +05:30
```ruby
geo_secondary_role['enable'] = true
roles ['geo_secondary_role']
```
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
1. Promote the **secondary** site to the **primary** site:
2020-12-08 15:28:05 +05:30
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary along with [preflight checks](planned_failover.md#preflight-checks):
2021-03-11 19:13:27 +05:30
2021-04-29 21:17:54 +05:30
```shell
gitlab-ctl promote-to-primary-node
```
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
- If you have already run the preflight checks separately or don't want to run them,
you can skip them with:
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
```shell
gitlab-ctl promote-to-primary-node --skip-preflight-checks
```
2020-06-23 00:09:42 +05:30
2021-04-29 21:17:54 +05:30
NOTE:
In GitLab 13.7 and earlier, if you have a data type with zero items to sync
and don't skip the preflight checks, promoting the secondary reports
`ERROR - Replication is not up-to-date` even if replication is actually
up-to-date. If replication and verification output
shows that it is complete, you can skip the preflight checks to make the
command complete promotion. This bug was fixed in GitLab 13.8 and later.
2020-06-23 00:09:42 +05:30
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**,
2021-04-29 21:17:54 +05:30
even when preflight checks fail:
2020-07-28 23:09:34 +05:30
2021-04-29 21:17:54 +05:30
```shell
gitlab-ctl promote-to-primary-node --force
```
2020-07-28 23:09:34 +05:30
2021-12-11 22:18:48 +05:30
1. Verify you can connect to the newly-promoted **primary** site using the URL used
previously for the **secondary** site.
1. If successful, the **secondary** site is now promoted to the **primary** site.
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
#### Promoting a **secondary** site with multiple nodes running GitLab 14.5 and later
1. SSH to every Sidekiq, PostgresSQL, and Gitaly node in the **secondary** site and run one of the following commands:
2022-07-16 23:28:13 +05:30
- To promote the node on the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. SSH into each Rails node on your **secondary** site and run one of the following commands:
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. Verify you can connect to the newly-promoted **primary** site using the URL used
previously for the **secondary** site.
1. If successful, the **secondary** site is now promoted to the **primary** site.
#### Promoting a **secondary** site with multiple nodes running GitLab 14.4 and earlier
WARNING:
The `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promoted-db` commands are
2022-07-16 23:28:13 +05:30
deprecated in GitLab 14.5 and later, and [removed in GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/345207).
2021-12-11 22:18:48 +05:30
Use `gitlab-ctl geo promote` instead.
2019-07-31 22:56:46 +05:30
The `gitlab-ctl promote-to-primary-node` command cannot be used yet in
2021-12-11 22:18:48 +05:30
conjunction with multiple nodes, as it can only perform changes on
a **secondary** with only a single node. Instead, you must
2019-07-31 22:56:46 +05:30
do this manually.
2021-12-11 22:18:48 +05:30
1. SSH in to the database node in the **secondary** site and trigger PostgreSQL to
2019-07-31 22:56:46 +05:30
promote to read-write:
2020-03-13 15:44:24 +05:30
```shell
2020-12-08 15:28:05 +05:30
sudo gitlab-ctl promote-db
2019-09-30 21:07:59 +05:30
```
2019-07-31 22:56:46 +05:30
2020-04-08 14:13:33 +05:30
In GitLab 12.8 and earlier, see [Message: `sudo: gitlab-pg-ctl: command not found`](../replication/troubleshooting.md#message-sudo-gitlab-pg-ctl-command-not-found).
2021-04-29 21:17:54 +05:30
1. Edit `/etc/gitlab/gitlab.rb` on every node in the **secondary** site to
reflect its new status as **primary** by removing any of the following
lines that might be present:
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
```ruby
geo_secondary_role['enable'] = true
roles ['geo_secondary_role']
```
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
After making these changes, [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure)
on each machine so the changes take effect.
2019-07-31 22:56:46 +05:30
1. Promote the **secondary** to **primary**. SSH into a single application
server and execute:
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
sudo gitlab-rake geo:set_secondary_as_primary
```
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
1. Verify you can connect to the newly-promoted **primary** using the URL used
2019-07-31 22:56:46 +05:30
previously for the **secondary**.
2021-12-11 22:18:48 +05:30
1. If successful, the **secondary** site is now promoted to the **primary** site.
#### Promoting a **secondary** site with a Patroni standby cluster running GitLab 14.5 and later
1. SSH to every Sidekiq, PostgresSQL, and Gitaly node in the **secondary** site and run one of the following commands:
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. SSH into each Rails node on your **secondary** site and run one of the following commands:
2019-07-31 22:56:46 +05:30
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. Verify you can connect to the newly-promoted **primary** site using the URL used
previously for the **secondary** site.
1. If successful, the **secondary** site is now promoted to the **primary** site.
#### Promoting a **secondary** site with a Patroni standby cluster running GitLab 14.4 and earlier
WARNING:
The `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promoted-db` commands are
2022-07-16 23:28:13 +05:30
deprecated in GitLab 14.5 and later, and [removed in GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/345207).
2021-12-11 22:18:48 +05:30
Use `gitlab-ctl geo promote` instead.
2021-03-08 18:12:59 +05:30
The `gitlab-ctl promote-to-primary-node` command cannot be used yet in
2021-12-11 22:18:48 +05:30
conjunction with a Patroni standby cluster, as it can only perform changes on
a **secondary** with only a single node. Instead, you must do this manually.
2021-03-08 18:12:59 +05:30
2021-12-11 22:18:48 +05:30
1. SSH in to the Standby Leader database node in the **secondary** site and trigger PostgreSQL to
2021-03-08 18:12:59 +05:30
promote to read-write:
```shell
sudo gitlab-ctl promote-db
```
2021-04-29 21:17:54 +05:30
1. Edit `/etc/gitlab/gitlab.rb` on every application and Sidekiq nodes in the secondary to reflect its new status as primary by removing any of the following lines that might be present:
2021-03-08 18:12:59 +05:30
```ruby
geo_secondary_role['enable'] = true
roles ['geo_secondary_role']
```
1. Edit `/etc/gitlab/gitlab.rb` on every Patroni node in the secondary to disable the standby cluster:
```ruby
patroni['standby_cluster']['enable'] = false
```
1. Reconfigure GitLab on each machine for the changes to take effect:
```shell
sudo gitlab-ctl reconfigure
```
1. Promote the **secondary** to **primary**. SSH into a single application server and execute:
```shell
sudo gitlab-rake geo:set_secondary_as_primary
```
2021-04-29 21:17:54 +05:30
1. Verify you can connect to the newly-promoted **primary** using the URL used
previously for the **secondary**.
2021-12-11 22:18:48 +05:30
1. If successful, the **secondary** site is now promoted to the **primary** site.
#### Promoting a **secondary** site with an external PostgreSQL database running GitLab 14.5 and later
2022-07-23 23:45:48 +05:30
The `gitlab-ctl geo promote` command can be used in conjunction with an external PostgreSQL database.
In this case, you must first manually promote the replica database associated
with the **secondary** site:
2021-12-11 22:18:48 +05:30
1. Promote the replica database associated with the **secondary** site. This
sets the database to read-write. The instructions vary depending on where your database is hosted:
- [Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.Promote)
2022-07-23 23:45:48 +05:30
- [Azure PostgreSQL](https://docs.microsoft.com/en-us/azure/postgresql/single-server/how-to-read-replicas-portal#stop-replication)
2021-12-11 22:18:48 +05:30
- [Google Cloud SQL](https://cloud.google.com/sql/docs/mysql/replication/manage-replicas#promote-replica)
- For other external PostgreSQL databases, save the following script in your
2022-07-16 23:28:13 +05:30
secondary site, for example `/tmp/geo_promote.sh`, and modify the connection
2021-12-11 22:18:48 +05:30
parameters to match your environment. Then, execute it to promote the replica:
```shell
#!/bin/bash
2021-03-08 18:12:59 +05:30
2021-12-11 22:18:48 +05:30
PG_SUPERUSER=postgres
# The path to your pg_ctl binary. You may need to adjust this path to match
# your PostgreSQL installation
PG_CTL_BINARY=/usr/lib/postgresql/10/bin/pg_ctl
# The path to your PostgreSQL data directory. You may need to adjust this
# path to match your PostgreSQL installation. You can also run
# `SHOW data_directory;` from PostgreSQL to find your data directory
PG_DATA_DIRECTORY=/etc/postgresql/10/main
# Promote the PostgreSQL database and allow read/write operations
sudo -u $PG_SUPERUSER $PG_CTL_BINARY -D $PG_DATA_DIRECTORY promote
```
1. SSH to every Sidekiq, PostgresSQL, and Gitaly node in the **secondary** site and run one of the following commands:
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. SSH into each Rails node on your **secondary** site and run one of the following commands:
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the secondary site to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
1. Verify you can connect to the newly-promoted **primary** site using the URL used
previously for the **secondary** site.
1. If successful, the **secondary** site is now promoted to the **primary** site.
#### Promoting a **secondary** site with an external PostgreSQL database running GitLab 14.4 and earlier
WARNING:
The `gitlab-ctl promote-to-primary-node` and `gitlab-ctl promoted-db` commands are
2022-07-16 23:28:13 +05:30
deprecated in GitLab 14.5 and later, and [removed in GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/345207).
2021-12-11 22:18:48 +05:30
Use `gitlab-ctl geo promote` instead.
2020-05-24 23:13:21 +05:30
The `gitlab-ctl promote-to-primary-node` command cannot be used in conjunction with
an external PostgreSQL database, as it can only perform changes on a **secondary**
node with GitLab and the database on the same machine. As a result, a manual process is
required:
2021-06-08 01:23:25 +05:30
1. Promote the replica database associated with the **secondary** site. This
sets the database to read-write. The instructions vary depending on where your database is hosted:
2021-04-29 21:17:54 +05:30
- [Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html#USER_ReadRepl.Promote)
2022-08-13 15:12:31 +05:30
- [Azure PostgreSQL](https://docs.microsoft.com/en-us/azure/postgresql/single-server/how-to-read-replicas-portal#stop-replication)
2021-09-04 01:27:46 +05:30
- [Google Cloud SQL](https://cloud.google.com/sql/docs/mysql/replication/manage-replicas#promote-replica)
2021-06-08 01:23:25 +05:30
- For other external PostgreSQL databases, save the following script in your
2022-07-16 23:28:13 +05:30
secondary site, for example `/tmp/geo_promote.sh`, and modify the connection
2021-04-29 21:17:54 +05:30
parameters to match your environment. Then, execute it to promote the replica:
2020-06-23 00:09:42 +05:30
```shell
#!/bin/bash
PG_SUPERUSER=postgres
# The path to your pg_ctl binary. You may need to adjust this path to match
# your PostgreSQL installation
PG_CTL_BINARY=/usr/lib/postgresql/10/bin/pg_ctl
# The path to your PostgreSQL data directory. You may need to adjust this
# path to match your PostgreSQL installation. You can also run
# `SHOW data_directory;` from PostgreSQL to find your data directory
PG_DATA_DIRECTORY=/etc/postgresql/10/main
# Promote the PostgreSQL database and allow read/write operations
sudo -u $PG_SUPERUSER $PG_CTL_BINARY -D $PG_DATA_DIRECTORY promote
```
2020-05-24 23:13:21 +05:30
1. Edit `/etc/gitlab/gitlab.rb` on every node in the **secondary** site to
2021-04-29 21:17:54 +05:30
reflect its new status as **primary** by removing any of the following
lines that might be present:
2020-05-24 23:13:21 +05:30
```ruby
geo_secondary_role['enable'] = true
roles ['geo_secondary_role']
```
After making these changes [Reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure)
on each node so the changes take effect.
1. Promote the **secondary** to **primary**. SSH into a single secondary application
node and execute:
```shell
sudo gitlab-rake geo:set_secondary_as_primary
```
2021-04-29 21:17:54 +05:30
1. Verify you can connect to the newly-promoted **primary** using the URL used
previously for the **secondary**.
2021-12-11 22:18:48 +05:30
1. If successful, the **secondary** site is now promoted to the **primary** site.
2020-05-24 23:13:21 +05:30
2019-07-31 22:56:46 +05:30
### Step 4. (Optional) Updating the primary domain DNS record
2021-12-11 22:18:48 +05:30
Updating the DNS records for the primary domain to point to the **secondary** site
2021-06-08 01:23:25 +05:30
to prevent the need to update all references to the primary domain to the
2019-07-31 22:56:46 +05:30
secondary domain, like changing Git remotes and API URLs.
2021-12-11 22:18:48 +05:30
1. SSH into the **secondary** site and login as root:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
sudo -i
```
2019-07-31 22:56:46 +05:30
1. Update the primary domain's DNS record. After updating the primary domain's
2021-12-11 22:18:48 +05:30
DNS records to point to the **secondary** site, edit `/etc/gitlab/gitlab.rb` on the
**secondary** site to reflect the new URL:
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
```ruby
# Change the existing external_url configuration
external_url 'https://<new_external_url>'
```
2019-07-31 22:56:46 +05:30
2021-02-22 17:27:13 +05:30
NOTE:
2021-06-08 01:23:25 +05:30
Changing `external_url` does not prevent access via the old secondary URL, as
2019-09-30 21:07:59 +05:30
long as the secondary DNS records are still intact.
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
1. Reconfigure the **secondary** site for the change to take effect:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
gitlab-ctl reconfigure
```
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
1. Execute the command below to update the newly promoted **primary** site URL:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
gitlab-rake geo:update_primary_node_url
```
2019-07-31 22:56:46 +05:30
2021-06-08 01:23:25 +05:30
This command uses the changed `external_url` configuration defined
2019-09-30 21:07:59 +05:30
in `/etc/gitlab/gitlab.rb`.
2019-07-31 22:56:46 +05:30
2022-03-02 08:16:31 +05:30
1. For GitLab 12.0 through 12.7, you may need to update the **primary**
2022-07-16 23:28:13 +05:30
site's name in the database. This bug has been fixed in GitLab 12.8.
2020-03-13 15:44:24 +05:30
To determine if you need to do this, search for the
`gitlab_rails["geo_node_name"]` setting in your `/etc/gitlab/gitlab.rb`
2021-06-08 01:23:25 +05:30
file. If it is commented out with `#` or not found at all, then you
2021-12-11 22:18:48 +05:30
need to update the **primary** site's name in the database. You can search for it
2020-03-13 15:44:24 +05:30
like so:
```shell
grep "geo_node_name" /etc/gitlab/gitlab.rb
```
2021-12-11 22:18:48 +05:30
To update the **primary** site's name in the database:
2020-03-13 15:44:24 +05:30
```shell
gitlab-rails runner 'Gitlab::Geo.primary_node.update!(name: GeoNode.current_node_name)'
```
2019-07-31 22:56:46 +05:30
1. Verify you can connect to the newly promoted **primary** using its URL.
If you updated the DNS records for the primary domain, these changes may
not have yet propagated depending on the previous DNS records TTL.
2021-12-11 22:18:48 +05:30
### Step 5. (Optional) Add **secondary** Geo site to a promoted **primary** site
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
Promoting a **secondary** site to **primary** site using the process above does not enable
Geo on the new **primary** site.
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
To bring a new **secondary** site online, follow the [Geo setup instructions](../index.md#setup-instructions).
2019-07-31 22:56:46 +05:30
### Step 6. (Optional) Removing the secondary's tracking database
Every **secondary** has a special tracking database that is used to save the status of the synchronization of all the items from the **primary**.
Because the **secondary** is already promoted, that data in the tracking database is no longer required.
The data can be removed with the following command:
2020-03-13 15:44:24 +05:30
```shell
2019-07-31 22:56:46 +05:30
sudo rm -rf /var/opt/gitlab/geo-postgresql
```
2020-04-22 19:07:51 +05:30
If you have any `geo_secondary[]` configuration options enabled in your `gitlab.rb`
file, these can be safely commented out or removed, and then [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure)
for the changes to take effect.
2019-07-31 22:56:46 +05:30
## Promoting secondary Geo replica in multi-secondary configurations
2021-12-11 22:18:48 +05:30
If you have more than one **secondary** site and you need to promote one of them, we suggest you follow
[Promoting a **secondary** Geo site in single-secondary configurations](#promoting-a-secondary-geo-site-in-single-secondary-configurations)
2019-07-31 22:56:46 +05:30
and after that you also need two extra steps.
2021-12-11 22:18:48 +05:30
### Step 1. Prepare the new **primary** site to serve one or more **secondary** sites
2019-07-31 22:56:46 +05:30
2021-12-11 22:18:48 +05:30
1. SSH into the new **primary** site and login as root:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
sudo -i
```
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
1. Edit `/etc/gitlab/gitlab.rb`:
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
```ruby
## Enable a Geo Primary role (if you haven't yet)
roles ['geo_primary_role']
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
##
# Allow PostgreSQL client authentication from the primary and secondary IPs. These IPs may be
# public or VPC addresses in CIDR format, for example ['198.51.100.1/32', '198.51.100.2/32']
##
2022-07-16 23:28:13 +05:30
postgresql['md5_auth_cidr_addresses'] = ['<primary_site_ip>/32', '<secondary_site_ip>/32']
2019-07-31 22:56:46 +05:30
2022-07-16 23:28:13 +05:30
# Every secondary site needs to have its own slot so specify the number of secondary sites you're going to have
2019-09-30 21:07:59 +05:30
postgresql['max_replication_slots'] = 1
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
##
## Disable automatic database migrations temporarily
## (until PostgreSQL is restarted and listening on the private address).
##
gitlab_rails['auto_migrate'] = false
```
2019-07-31 22:56:46 +05:30
2020-11-24 15:15:51 +05:30
(For more details about these settings you can read [Configure the primary server](../setup/database.md#step-1-configure-the-primary-server))
2019-07-31 22:56:46 +05:30
1. Save the file and reconfigure GitLab for the database listen changes and
2021-04-29 21:17:54 +05:30
the replication slot changes to be applied:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
gitlab-ctl reconfigure
```
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
Restart PostgreSQL for its changes to take effect:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
gitlab-ctl restart postgresql
```
2019-07-31 22:56:46 +05:30
1. Re-enable migrations now that PostgreSQL is restarted and listening on the
private address.
2019-09-30 21:07:59 +05:30
Edit `/etc/gitlab/gitlab.rb` and **change** the configuration to `true`:
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
```ruby
gitlab_rails['auto_migrate'] = true
```
2019-07-31 22:56:46 +05:30
2019-09-30 21:07:59 +05:30
Save the file and reconfigure GitLab:
2019-07-31 22:56:46 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-09-30 21:07:59 +05:30
gitlab-ctl reconfigure
```
2019-07-31 22:56:46 +05:30
### Step 2. Initiate the replication process
2021-12-11 22:18:48 +05:30
Now we need to make each **secondary** site listen to changes on the new **primary** site. To do that you need
2020-11-24 15:15:51 +05:30
to [initiate the replication process](../setup/database.md#step-3-initiate-the-replication-process) again but this time
2021-12-11 22:18:48 +05:30
for another **primary** site. All the old replication settings are overwritten.
2019-07-31 22:56:46 +05:30
2021-04-29 21:17:54 +05:30
## Promoting a secondary Geo cluster in GitLab Cloud Native Helm Charts
2021-12-11 22:18:48 +05:30
When updating a Cloud Native Geo deployment, the process for updating any node that is external to the secondary Kubernetes cluster does not differ from the non Cloud Native approach. As such, you can always defer to [Promoting a secondary Geo site in single-secondary configurations](#promoting-a-secondary-geo-site-in-single-secondary-configurations) for more information.
2021-04-29 21:17:54 +05:30
The following sections assume you are using the `gitlab` namespace. If you used a different namespace when setting up your cluster, you should also replace `--namespace gitlab` with your namespace.
WARNING:
In GitLab 13.2 and 13.3, promoting a secondary site to a primary while the
secondary is paused fails. Do not pause replication before promoting a
secondary. If the site is paused, be sure to resume before promoting. This
issue has been fixed in GitLab 13.4 and later.
### Step 1. Permanently disable the **primary** cluster
WARNING:
If the **primary** site goes offline, there may be data saved on the **primary** site
that has not been replicated to the **secondary** site. This data should be treated
as lost if you proceed.
If an outage on the **primary** site happens, you should do everything possible to
avoid a split-brain situation where writes can occur in two different GitLab
instances, complicating recovery efforts. So to prepare for the failover, you
must disable the **primary** site:
2022-07-16 23:28:13 +05:30
- If you have access to the **primary** Kubernetes cluster, connect to it and disable the GitLab `webservice` and `Sidekiq` pods:
2021-04-29 21:17:54 +05:30
```shell
kubectl --namespace gitlab scale deploy gitlab-geo-webservice-default --replicas=0
kubectl --namespace gitlab scale deploy gitlab-geo-sidekiq-all-in-1-v1 --replicas=0
```
- If you do not have access to the **primary** Kubernetes cluster, take the cluster offline and
prevent it from coming back online by any means at your disposal.
2021-06-08 01:23:25 +05:30
You might need to:
2021-04-29 21:17:54 +05:30
- Reconfigure the load balancers.
- Change DNS records (for example, point the primary DNS record to the
**secondary** site to stop usage of the **primary** site).
- Stop the virtual servers.
- Block traffic through a firewall.
- Revoke object storage permissions from the **primary** site.
- Physically disconnect a machine.
2022-07-16 23:28:13 +05:30
### Step 2. Promote all **secondary** site nodes external to the cluster
2021-04-29 21:17:54 +05:30
WARNING:
If the secondary site [has been paused](../../geo/index.md#pausing-and-resuming-replication), this performs
a point-in-time recovery to the last known state.
2021-09-04 01:27:46 +05:30
Data that was created on the primary while the secondary was paused is lost.
2021-04-29 21:17:54 +05:30
2021-12-11 22:18:48 +05:30
If you are running GitLab 14.5 and later:
2022-03-02 08:16:31 +05:30
1. For each node outside of the **secondary** Kubernetes cluster using Omnibus such as PostgreSQL or Gitaly, SSH into the node and run one of the following commands:
2021-12-11 22:18:48 +05:30
2022-07-16 23:28:13 +05:30
- To promote the **secondary** site node external to the Kubernetes cluster to primary:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote
```
2022-07-16 23:28:13 +05:30
- To promote the **secondary** site node external to the Kubernetes cluster to primary **without any further confirmation**:
2021-12-11 22:18:48 +05:30
```shell
sudo gitlab-ctl geo promote --force
```
2022-03-02 08:16:31 +05:30
1. Find the `toolbox` pod:
2021-12-11 22:18:48 +05:30
2022-03-02 08:16:31 +05:30
```shell
kubectl --namespace gitlab get pods -lapp=toolbox
```
2021-12-11 22:18:48 +05:30
2022-03-02 08:16:31 +05:30
1. Promote the secondary:
2021-12-11 22:18:48 +05:30
2022-03-02 08:16:31 +05:30
```shell
kubectl --namespace gitlab exec -ti gitlab-geo-toolbox-XXX -- gitlab-rake geo:set_secondary_as_primary
```
2021-12-11 22:18:48 +05:30
If you are running GitLab 14.4 and earlier:
2022-07-16 23:28:13 +05:30
1. SSH in to the database node in the **secondary** site and trigger PostgreSQL to
2021-04-29 21:17:54 +05:30
promote to read-write:
```shell
sudo gitlab-ctl promote-db
```
1. Edit `/etc/gitlab/gitlab.rb` on the database node in the **secondary** site to
reflect its new status as **primary** by removing any lines that enabled the
`geo_secondary_role`:
NOTE:
2021-09-04 01:27:46 +05:30
Depending on your architecture, these steps need to run on any GitLab node that is external to the **secondary** Kubernetes cluster.
2021-04-29 21:17:54 +05:30
```ruby
## In pre-11.5 documentation, the role was enabled as follows. Remove this line.
geo_secondary_role['enable'] = true
## In 11.5+ documentation, the role was enabled as follows. Remove this line.
roles ['geo_secondary_role']
```
After making these changes, [reconfigure GitLab](../../restart_gitlab.md#omnibus-gitlab-reconfigure) on the database node.
1. Find the task runner pod:
```shell
kubectl --namespace gitlab get pods -lapp=task-runner
```
1. Promote the secondary:
```shell
kubectl --namespace gitlab exec -ti gitlab-geo-task-runner-XXX -- gitlab-rake geo:set_secondary_as_primary
```
2021-12-11 22:18:48 +05:30
### Step 3. Promote the **secondary** cluster
2021-04-29 21:17:54 +05:30
1. Update the existing cluster configuration.
2021-09-04 01:27:46 +05:30
You can retrieve the existing configuration with Helm:
2021-04-29 21:17:54 +05:30
```shell
helm --namespace gitlab get values gitlab-geo > gitlab.yaml
```
2021-09-04 01:27:46 +05:30
The existing configuration contains a section for Geo that should resemble:
2021-04-29 21:17:54 +05:30
```yaml
geo:
enabled: true
role: secondary
nodeName: secondary.example.com
psql:
host: geo-2.db.example.com
port: 5431
password:
secret: geo
key: geo-postgresql-password
```
To promote the **secondary** cluster to a **primary** cluster, update `role: secondary` to `role: primary`.
2021-09-04 01:27:46 +05:30
If the cluster remains as a primary site, you can remove the entire `psql` section; it refers to the tracking database and is ignored whilst the cluster is acting as a primary site.
2021-04-29 21:17:54 +05:30
2021-09-04 01:27:46 +05:30
Update the cluster with the new configuration:
2021-04-29 21:17:54 +05:30
```shell
helm upgrade --install --version <current Chart version> gitlab-geo gitlab/gitlab --namespace gitlab -f gitlab.yaml
```
1. Verify you can connect to the newly promoted primary using the URL used previously for the secondary.
1. Success! The secondary has now been promoted to primary.
2019-07-31 22:56:46 +05:30
## Troubleshooting
2020-11-24 15:15:51 +05:30
This section was moved to [another location](../replication/troubleshooting.md#fixing-errors-during-a-failover-or-when-promoting-a-secondary-to-a-primary-node).