Commit 5705675d authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'ag-updte-geo-docs-final-confirm' into 'master'

Document confirmation skipping option to promotion command

See merge request gitlab-org/gitlab!40599
parents 6b5d711f 32b90198
......@@ -138,9 +138,6 @@ Note the following when promoting a secondary:
gitlab-ctl promote-to-primary-node
```
CAUTION: **Warning:**
Skipping preflight checks will promote the secondary to a primary without any further confirmation!
If you have already run the [preflight checks](planned_failover.md#preflight-checks) or don't want to run them, you can skip preflight checks with:
```shell
......@@ -153,6 +150,12 @@ Note the following when promoting a secondary:
gitlab-ctl promotion-preflight-checks
```
After all the checks are run, you will be asked for a final confirmation before the promotion to primary. To skip this confirmation, run:
```shell
gitlab-ctl promote-to-primary-node --force
```
1. Verify you can connect to the newly promoted **primary** node using the URL used
previously for the **secondary** node.
1. If successful, the **secondary** node has now been promoted to the **primary** node.
......
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