doc: update compatibility matrix

This commit is contained in:
Ian Barwick
2020-09-18 11:40:47 +09:00
parent 158008c5c5
commit bccc2673b6

View File

@@ -130,7 +130,7 @@
<row> <row>
<entry> <entry>
&repmgr; 5.0, &repmgr; 5.1 &repmgr; 5.1
</entry> </entry>
<entry> <entry>
YES YES
@@ -143,6 +143,22 @@
</entry> </entry>
</row> </row>
<row>
<entry>
&repmgr; 5.0
</entry>
<entry>
NO
</entry>
<entry>
<link linkend="release-5.0">5.0</link> (2019-10-15)
</entry>
<entry>
9.3, 9.4, 9.5, 9.6, 10, 11, 12
</entry>
</row>
<row> <row>
<entry> <entry>
&repmgr; 4.x &repmgr; 4.x
@@ -208,34 +224,28 @@
<sect2 id="install-postgresql-93-94"> <sect2 id="install-postgresql-93-94">
<title>PostgreSQL 9.3 and 9.4 support</title> <title>PostgreSQL 9.4 support</title>
<indexterm> <indexterm>
<primary>PostgreSQL 9.3</primary> <primary>PostgreSQL 9.4</primary>
<secondary>repmgr support</secondary> <secondary>repmgr support</secondary>
</indexterm> </indexterm>
<para> <para>
Note that some &repmgr; functionality is not available in PostgreSQL 9.3 and PostgreSQL 9.4: Note that some &repmgr; functionality is not available in PostgreSQL 9.4:
</para> </para>
<itemizedlist spacing="compact" mark="bullet"> <itemizedlist spacing="compact" mark="bullet">
<listitem> <listitem>
<para> <para>
PostgreSQL 9.3 does not support replication slots, so corresponding &repmgr; functionality In PostgreSQL 9.4, <command>pg_rewind</command> is not part of the core
is not available.
</para>
</listitem>
<listitem>
<para>
In PostgreSQL 9.3 and PostgreSQL 9.4, <command>pg_rewind</command> is not part of the core
distribution. <command>pg_rewind</command> will need to be compiled separately to be able distribution. <command>pg_rewind</command> will need to be compiled separately to be able
to use any &repmgr; functionality which takes advantage of it. to use any &repmgr; functionality which takes advantage of it.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<important> <warning>
<para> <para>
PostgreSQL 9.3 has reached the end of its community support period (final release was PostgreSQL 9.3 has reached the end of its community support period (final release was
<ulink url="https://www.postgresql.org/docs/9.3/release-9-3-25.html">9.3.25</ulink> <ulink url="https://www.postgresql.org/docs/9.3/release-9-3-25.html">9.3.25</ulink>
@@ -250,13 +260,13 @@
in February 2020) and will no longer be updated with security or bugfixes. in February 2020) and will no longer be updated with security or bugfixes.
</para> </para>
<para> <para>
We recommend that users of these versions migrate to a recent PostgreSQL version We recommend that users of these versions migrate to a supported PostgreSQL version
as soon as possible. as soon as possible.
</para> </para>
<para> <para>
For further details, see the <ulink url="https://www.postgresql.org/support/versioning/">PostgreSQL Versioning Policy</ulink>. For further details, see the <ulink url="https://www.postgresql.org/support/versioning/">PostgreSQL Versioning Policy</ulink>.
</para> </para>
</important> </warning>
</sect2> </sect2>