mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Update FAQ
This commit is contained in:
8
FAQ.md
8
FAQ.md
@@ -129,6 +129,14 @@ General
|
|||||||
server, it can retrieve this from the `repl_nodes` table or if necessary
|
server, it can retrieve this from the `repl_nodes` table or if necessary
|
||||||
scan the replication cluster until it locates the active primary.
|
scan the replication cluster until it locates the active primary.
|
||||||
|
|
||||||
|
- Why is there no foreign key on the `node_id` column in the `repl_events`
|
||||||
|
table?
|
||||||
|
|
||||||
|
Under some circumstances event notifications can be generated for servers
|
||||||
|
which have not yet been registered; it's also useful to retain a record
|
||||||
|
of events which includes servers removed from the replication cluster
|
||||||
|
which no longer have an entry in the `repl_nodes` table.
|
||||||
|
|
||||||
`repmgrd`
|
`repmgrd`
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user