From: Galen Charlton Date: Wed, 22 Feb 2017 15:09:54 +0000 (-0500) Subject: LP#1666933: note that the minimum supported Pg version is 9.3 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=215bb67ed15215ab8662e58b60bb29d2f7324d8c;p=contrib%2FConifer.git LP#1666933: note that the minimum supported Pg version is 9.3 Before final release of 2.12.0, we should update the installation instructions to note that apt.postgresql.org is available for Debian-based distros that don't package 9.3 directly. Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index 8a3f0dde16..bf39320905 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -54,8 +54,7 @@ autoreconf -i Installing prerequisites ------------------------ - * **PostgreSQL**: Version 9.3 is recommended. The minimum supported version - is 9.1. + * **PostgreSQL**: The minimum supported version is 9.3. * **Linux**: Evergreen 2.8 has been tested on Debian Jessie (8.0), Debian Wheezy (7.0), Ubuntu Xenial Xerus (16.04), Ubuntu Trusty Tahr (14.04), and Fedora. diff --git a/docs/installation/server_upgrade.txt b/docs/installation/server_upgrade.txt index 7a1e794900..61dad8acfd 100644 --- a/docs/installation/server_upgrade.txt +++ b/docs/installation/server_upgrade.txt @@ -6,8 +6,7 @@ All of the steps in this chapter are to be completed from the command line. Software Prerequisites ~~~~~~~~~~~~~~~~~~~~~~ - * **PostgreSQL**: Version 9.3 is recommended. The minimum supported version - is 9.1. + * **PostgreSQL**: The minimum supported version is 9.3. * **Linux**: Evergreen 2.10.1 has been tested on Debian Jessie (8.0), Debian Wheezy (7.0), Ubuntu Xenial Xerus (16.04), Ubuntu Trusty Tahr (14.04), and Fedora.