From 2cfcc33a649677239011c3f64a9b19066ff46b80 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 5 Nov 2018 09:54:13 +0900 Subject: [PATCH] doc: add version compatibility matrix --- doc/install-requirements.sgml | 112 +++++++++++++++++++++++++++++++++- 1 file changed, 110 insertions(+), 2 deletions(-) diff --git a/doc/install-requirements.sgml b/doc/install-requirements.sgml index fac336df..c9c3fcc0 100644 --- a/doc/install-requirements.sgml +++ b/doc/install-requirements.sgml @@ -13,8 +13,9 @@ - From version 4.0, repmgr is compatible with all PostgreSQL versions from 9.3. - Note that some &repmgr; functionality is not available in PostgreSQL 9.3 and PostgreSQL 9.4. + &repmgr; 4.x is compatible with all PostgreSQL versions from 9.3. See + section &repmgr; compatibility matrix + for an overview of version compatibility. @@ -54,4 +55,111 @@ terminated if your ssh session to the server is interrupted or closed. + + + + + repmgr + compatibility matrix + + + + compatibility matrix + + + &repmgr; compatibility matrix + + The following table provides an overview of which &repmgr; version supports + which PostgreSQL version. + + + + + &repmgr; compatibility matrix + + + + + + &repmgr; version + + + Latest release + + + Supported PostgreSQL versions + + + + + + + + &repmgr; 4.x + + + 4.2 (2018-10-24) + + + 9.3, 9.4, 9.5, 9.6, 10, 11 + + + + + + &repmgr; 3.x + + + 3.3.2 (2017-05-30) + + + 9.3, 9.4, 9.5, 9.6 + + + + + + &repmgr; 2.x + + + 2.0.3 (2015-04-16) + + + 9.0, 9.1, 9.2, 9.3, 9.4 + + + + + +
+ + + + The &repmgr; 2.x and 3.x series are no longer maintained or supported. + We strongly recommend upgrading to the latest &repmgr; version. + + + + + + Note that some &repmgr; functionality is not available in PostgreSQL 9.3 and PostgreSQL 9.4. + + + + + + PostgreSQL 9.3 does not support replication slots, so corresponding &repmgr; functionality + is not available. + + + + + In PostgreSQL 9.3 and PostgreSQL 9.4, pg_rewind is not part of the core + distribution. pg_rewind will need to be compiled separately to be able + to use any &repmgr; functionality which takes advantage of it. + + + + +