Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fea8d027
Commit
fea8d027
authored
May 28, 2020
by
Aakriti Gupta
Committed by
Achilleas Pipinellis
May 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Docs] Add `skip-preflight-checks` option to `promote-to-primary-node`
parent
57e3d968
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/administration/geo/disaster_recovery/index.md
doc/administration/geo/disaster_recovery/index.md
+6
-0
No files found.
doc/administration/geo/disaster_recovery/index.md
View file @
fea8d027
...
@@ -121,6 +121,12 @@ Note the following when promoting a secondary:
...
@@ -121,6 +121,12 @@ 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:
```
shell
gitlab-ctl promote-to-primary-node
--skip-preflight-check
```
1.
Verify you can connect to the newly promoted
**primary**
node using the URL used
1.
Verify you can connect to the newly promoted
**primary**
node using the URL used
previously for the
**secondary**
node.
previously for the
**secondary**
node.
1.
If successful, the
**secondary**
node has now been promoted to the
**primary**
node.
1.
If successful, the
**secondary**
node has now been promoted to the
**primary**
node.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment