doc: make it easier to find info about installation of old packages

This commit is contained in:
Ian Barwick
2019-01-30 09:45:08 +09:00
parent 0435bda115
commit 9e7cb6d01c
2 changed files with 32 additions and 1 deletions

View File

@@ -456,14 +456,21 @@ repmgr96-4.1.1-0.0git320.g5113ab0.1.el7.x86_64.rpm</programlisting>
<sect1 id="packages-old-versions" xreflabel="Installing old package versions"> <sect1 id="packages-old-versions" xreflabel="Installing old package versions">
<title>Installing old package versions</title> <title>Installing old package versions</title>
<indexterm> <indexterm>
<primary>old packages</primary> <primary>old packages</primary>
</indexterm> </indexterm>
<indexterm> <indexterm>
<primary>packages</primary> <primary>packages</primary>
<secondary>old versions</secondary> <secondary>old versions</secondary>
</indexterm> </indexterm>
<indexterm>
<primary>installation</primary>
<secondary>old package versions</secondary>
</indexterm>
<sect2 id="packages-old-versions-debian" xreflabel="old Debian package versions"> <sect2 id="packages-old-versions-debian" xreflabel="old Debian package versions">
<title>Debian/Ubuntu</title> <title>Debian/Ubuntu</title>
<para> <para>

View File

@@ -1,5 +1,11 @@
<sect1 id="installation-packages" xreflabel="Installing from packages"> <sect1 id="installation-packages" xreflabel="Installing from packages">
<title>Installing &repmgr; from packages</title> <title>Installing &repmgr; from packages</title>
<indexterm>
<primary>installation</primary>
<secondary>from packages</secondary>
</indexterm>
<para> <para>
We recommend installing &repmgr; using the available packages for your We recommend installing &repmgr; using the available packages for your
system. system.
@@ -160,7 +166,17 @@ yum search repmgr</programlisting>
<programlisting> <programlisting>
[root@localhost ~]# yum install repmgr10-4.0.3-1.rhel7</programlisting> [root@localhost ~]# yum install repmgr10-4.0.3-1.rhel7</programlisting>
</para> </para>
<para>
<emphasis>Installing old packages</emphasis>
</para>
<para>
See appendix <link linkend="packages-old-versions-rhel-centos">Installing old package versions</link>
for details on how to retrieve older package versions.
</para>
</sect3> </sect3>
</sect2> </sect2>
<sect2 id="installation-packages-debian" xreflabel="Installing from packages on Debian or Ubuntu"> <sect2 id="installation-packages-debian" xreflabel="Installing from packages on Debian or Ubuntu">
@@ -224,7 +240,6 @@ curl https://dl.2ndquadrant.com/default/release/get/deb | sudo bash</programlist
</note> </note>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Install the &repmgr version appropriate for your PostgreSQL version (e.g. <literal>repmgr10</literal>): Install the &repmgr version appropriate for your PostgreSQL version (e.g. <literal>repmgr10</literal>):
@@ -244,6 +259,15 @@ sudo apt-get install postgresql-10-repmgr</programlisting>
</para> </para>
<para>
<emphasis>Installing old packages</emphasis>
</para>
<para>
See appendix <link linkend="packages-old-versions-debian">Installing old package versions</link>
for details on how to retrieve older package versions.
</para>
</sect3> </sect3>
</sect2> </sect2>