mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
This file will collate various requests and ideas for future developement. In particular it will reference requests which come in via the GitHub issue tracker, so we can acknowledge and close off the request and not have an open unresolved issue hanging around.
21 lines
700 B
Markdown
21 lines
700 B
Markdown
TODO
|
|
====
|
|
|
|
This file contains a list of improvements which are desireable and/or have
|
|
been requested, and which we aim to address/implement when time and resources
|
|
permit.
|
|
|
|
It is *not* a roadmap and there's no guarantee of any item being implemented
|
|
within any given timeframe.
|
|
|
|
|
|
Enable suspension of repmgrd failover
|
|
-------------------------------------
|
|
|
|
When performing maintenance, e.g. a switchover, it's necessary to stop all
|
|
repmgrd nodes to prevent unintended failover; this is obviously inconvenient.
|
|
We'll need to implement some way of notifying each repmgrd to suspend automatic
|
|
failover until further notice.
|
|
|
|
Requested in GitHub #410 ( https://github.com/2ndQuadrant/repmgr/issues/410 )
|