docs: add more index references

This commit is contained in:
Ian Barwick
2017-10-19 12:21:50 +09:00
parent acdbd1110a
commit 19ea248226
11 changed files with 49 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
<chapter id="cloning-standbys" xreflabel="cloning standbys"> <chapter id="cloning-standbys" xreflabel="cloning standbys">
<title>Cloning standbys</title> <title>Cloning standbys</title>
<para>
</para>
<sect1 id="cloning-from-barman" xreflabel="Cloning from Barman"> <sect1 id="cloning-from-barman" xreflabel="Cloning from Barman">
<indexterm> <indexterm>

View File

@@ -1,4 +1,9 @@
<chapter id="event-notifications" xreflabel="event notifications"> <chapter id="event-notifications" xreflabel="event notifications">
<indexterm>
<primary>event notifications</primary>
</indexterm>
<title>Event Notifications</title> <title>Event Notifications</title>
<para> <para>
Each time &repmgr; or <application>repmgrd</application> perform a significant event, a record Each time &repmgr; or <application>repmgrd</application> perform a significant event, a record

View File

@@ -1,4 +1,10 @@
<sect1 id="install-requirements" xreflabel="installation requirements"> <sect1 id="install-requirements" xreflabel="installation requirements">
<indexterm>
<primary>installation</primary>
<secondary>requirements</secondary>
</indexterm>
<title>Requirements for installing repmgr</title> <title>Requirements for installing repmgr</title>
<para> <para>
repmgr is developed and tested on Linux and OS X, but should work on any repmgr is developed and tested on Linux and OS X, but should work on any

View File

@@ -1,4 +1,8 @@
<chapter id="promoting-standby" xreflabel="Promoting a standby"> <chapter id="promoting-standby" xreflabel="Promoting a standby">
<indexterm>
<primary>promoting a standby</primary>
<seealso>repmgr standby promote</seealso>
</indexterm>
<title>Promoting a standby server with repmgr</title> <title>Promoting a standby server with repmgr</title>
<para> <para>
If a primary server fails or needs to be removed from the replication cluster, If a primary server fails or needs to be removed from the replication cluster,

View File

@@ -1,7 +1,9 @@
<chapter id="repmgr-node-rejoin" xreflabel="repmgr node rejoin"> <chapter id="repmgr-node-rejoin" xreflabel="repmgr node rejoin">
<indexterm> <indexterm>
<primary>repmgr node rejoin</primary> <primary>repmgr node rejoin</primary>
</indexterm> </indexterm>
<title>repmgr node rejoin</title> <title>repmgr node rejoin</title>
<para> <para>
Enables a dormant (stopped) node to be rejoined to the replication cluster. Enables a dormant (stopped) node to be rejoined to the replication cluster.
@@ -29,7 +31,7 @@
<application>pg_rewind</application>. <application>pg_rewind</application>.
<programlisting> <programlisting>
rm -f /var/lib/pgsql/data/recovery.conf rm -f /var/lib/pgsql/data/recovery.conf
postgres --single -D /var/lib/pgsql/data/ < /dev/null postgres --single -D /var/lib/pgsql/data/ &lt; /dev/null</programlisting>
</para> </para>
</tip> </tip>
<para> <para>

View File

@@ -1,4 +1,9 @@
<chapter id="repmgrd-automatic-failover" xreflabel="Automatic failover with repmgrd"> <chapter id="repmgrd-automatic-failover" xreflabel="Automatic failover with repmgrd">
<indexterm>
<primary>repmgrd</primary>
<secondary>automatic failover</secondary>
</indexterm>
<title>Automatic failover with repmgrd</title> <title>Automatic failover with repmgrd</title>
<para> <para>

View File

@@ -1,4 +1,9 @@
<chapter id="repmgrd-cascading-replication"> <chapter id="repmgrd-cascading-replication">
<indexterm>
<primary>repmgrd</primary>
<secondary>cascading replication</secondary>
</indexterm>
<title>repmgrd and cascading replication</title> <title>repmgrd and cascading replication</title>
<para> <para>
Cascading replication - where a standby can connect to an upstream node and not Cascading replication - where a standby can connect to an upstream node and not

View File

@@ -1,4 +1,10 @@
<chapter id="repmgrd-configuration"> <chapter id="repmgrd-configuration">
<indexterm>
<primary>repmgrd</primary>
<secondary>configuration</secondary>
</indexterm>
<title>repmgrd configuration</title> <title>repmgrd configuration</title>
<para> <para>
To use <application>repmgrd</application>, its associated function library must be To use <application>repmgrd</application>, its associated function library must be

View File

@@ -1,4 +1,9 @@
<chapter id="repmgrd-degraded-monitoring"> <chapter id="repmgrd-degraded-monitoring">
<indexterm>
<primary>repmgrd</primary>
<secondary>degraded monitoring</secondary>
</indexterm>
<title>"degraded monitoring" mode</title> <title>"degraded monitoring" mode</title>
<para> <para>
In certain circumstances, <application>repmgrd</application> is not able to fulfill its primary mission In certain circumstances, <application>repmgrd</application> is not able to fulfill its primary mission

View File

@@ -1,4 +1,9 @@
<chapter id="repmgrd-monitoring"> <chapter id="repmgrd-monitoring">
<indexterm>
<primary>repmgrd</primary>
<secondary>monitoring</secondary>
</indexterm>
<title>Monitoring with repmgrd</title> <title>Monitoring with repmgrd</title>
<para> <para>
When `repmgrd` is running with the option <literal>monitoring_history=true</literal>, When `repmgrd` is running with the option <literal>monitoring_history=true</literal>,

View File

@@ -1,4 +1,9 @@
<chapter id="repmgrd-network-split"> <chapter id="repmgrd-network-split">
<indexterm>
<primary>repmgrd</primary>
<secondary>network splits</secondary>
</indexterm>
<title>Handling network splits with repmgrd</title> <title>Handling network splits with repmgrd</title>
<para> <para>
A common pattern for replication cluster setups is to spread servers over A common pattern for replication cluster setups is to spread servers over