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
ab1a4e78
Commit
ab1a4e78
authored
Oct 08, 2020
by
Hossein Pursultani
Committed by
Achilleas Pipinellis
Oct 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for Patroni reload and restart sub-commands
parent
40195e26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/administration/postgresql/replication_and_failover.md
doc/administration/postgresql/replication_and_failover.md
+5
-0
No files found.
doc/administration/postgresql/replication_and_failover.md
View file @
ab1a4e78
...
...
@@ -1269,6 +1269,11 @@ with:
sudo
gitlab-ctl stop patroni
```
Note that stopping or restarting Patroni service on the leader node will trigger the automatic failover. If you
want to signal Patroni to reload its configuration or restart PostgreSQL process without triggering the failover, you
must use the
`reload`
or
`restart`
sub-commands of
`gitlab-ctl patroni`
instead. These two sub-commands are wrappers of
the same
`patronictl`
commands.
### Manual failover procedure for Patroni
While Patroni supports automatic failover, you also have the ability to perform
...
...
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