1<!-- doc/repmgr.xml -->
2
3<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4          "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
5[
6          <!ENTITY % version SYSTEM "version.xml">
7          %version;
8
9          <!ENTITY % filelist SYSTEM "filelist.xml">
10          %filelist;
11
12          <!ENTITY repmgr "<productname>repmgr</productname>">
13          <!ENTITY repmgrd "<productname>repmgrd</productname>">
14          <!ENTITY postgres "<productname>PostgreSQL</productname>">
15]>
16
17<book id="repmgr">
18 <title>repmgr &repmgrversion; Documentation</title>
19
20 <bookinfo>
21  <corpauthor>2ndQuadrant Ltd</corpauthor>
22  <productname>repmgr</productname>
23  <productnumber>&repmgrversion;</productnumber>
24  &legal;
25
26  <abstract>
27   <para>
28   This is the official documentation of &repmgr; &repmgrversion; for
29   use with PostgreSQL 9.4 - PostgreSQL 13.
30   </para>
31   <para>
32     &repmgr; is being continually developed and we strongly recommend using the
33     latest version. Please check the
34     <ulink url="https://repmgr.org/">repmgr website</ulink> for details
35     about the current &repmgr; version as well as the
36     <ulink url="https://repmgr.org/docs/current/index.html">current repmgr documentation</ulink>.
37   </para>
38
39   <para>
40    &repmgr; is developed by
41    <ulink url="https://2ndquadrant.com">2ndQuadrant</ulink>
42    along with contributions from other individuals and organisations.
43    Contributions from the community are appreciated and welcome - get
44    in touch via <ulink url="https://github.com/2ndQuadrant/repmgr">github</ulink>
45    or <ulink url="https://groups.google.com/group/repmgr">the mailing list/forum</ulink>.
46    Multiple 2ndQuadrant customers contribute funding
47    to make repmgr development possible.
48   </para>
49
50   <para>
51     &repmgr; is fully supported by 2ndQuadrant's
52     <ulink url="https://www.2ndquadrant.com/en/support/support-postgresql/">24/7 Production Support</ulink>.
53     2ndQuadrant, a Major Sponsor of the PostgreSQL project, continues to develop and maintain &repmgr;.
54     Other organisations as well as individual developers are welcome to participate in the efforts.
55   </para>
56  </abstract>
57
58  <keywordset>
59   <keyword>repmgr</keyword>
60   <keyword>PostgreSQL</keyword>
61   <keyword>replication</keyword>
62   <keyword>asynchronous</keyword>
63   <keyword>HA</keyword>
64   <keyword>high-availability</keyword>
65  </keywordset>
66 </bookinfo>
67
68
69 <part id="getting-started">
70  <title>Getting started</title>
71  &overview;
72  &install;
73  &quickstart;
74 </part>
75
76 <part id="repmgr-administration-manual">
77  <title>repmgr administration manual</title>
78
79  &configuration;
80  &cloning-standbys;
81  &promoting-standby;
82  &follow-new-primary;
83  &switchover;
84  &event-notifications;
85  &upgrading-repmgr;
86 </part>
87
88 <part id="using-repmgrd">
89  <title>Using repmgrd</title>
90  &repmgrd-overview;
91  &repmgrd-automatic-failover;
92  &repmgrd-configuration;
93  &repmgrd-operation;
94 </part>
95
96 <part id="repmgr-command-reference">
97  <title>repmgr command reference</title>
98
99  &repmgr-primary-register;
100  &repmgr-primary-unregister;
101  &repmgr-standby-clone;
102  &repmgr-standby-register;
103  &repmgr-standby-unregister;
104  &repmgr-standby-promote;
105  &repmgr-standby-follow;
106  &repmgr-standby-switchover;
107  &repmgr-witness-register;
108  &repmgr-witness-unregister;
109  &repmgr-node-status;
110  &repmgr-node-check;
111  &repmgr-node-rejoin;
112  &repmgr-node-service;
113  &repmgr-cluster-show;
114  &repmgr-cluster-matrix;
115  &repmgr-cluster-crosscheck;
116  &repmgr-cluster-event;
117  &repmgr-cluster-cleanup;
118  &repmgr-service-status;
119  &repmgr-service-pause;
120  &repmgr-service-unpause;
121  &repmgr-daemon-start;
122  &repmgr-daemon-stop;
123 </part>
124
125 &appendix-release-notes;
126 &appendix-signatures;
127 &appendix-faq;
128 &appendix-packages;
129 &appendix-support;
130
131 <index id="bookindex"></index>
132
133</book>
134