Commit 7f05f855 authored by Fabian Zimmer's avatar Fabian Zimmer Committed by Achilleas Pipinellis

Small clarification on preflight checks

parent 570a583c
...@@ -132,7 +132,10 @@ Note the following when promoting a secondary: ...@@ -132,7 +132,10 @@ Note the following when promoting a secondary:
gitlab-ctl promote-to-primary-node gitlab-ctl promote-to-primary-node
``` ```
If you have already run the [preflight checks](planned_failover.md#preflight-checks), you can skip them with: 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 ```shell
gitlab-ctl promote-to-primary-node --skip-preflight-check gitlab-ctl promote-to-primary-node --skip-preflight-check
......
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