]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1937294: Update Prerequisite Installation for PostgreSQL Server
authorJason Stephenson <jason@sigio.com>
Thu, 16 Dec 2021 18:39:55 +0000 (13:39 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 23 Mar 2022 22:45:17 +0000 (18:45 -0400)
commit09d021bc336b18799968313f79d4c22371e577ed
tree1de14a5f52a33d66747b448f54d0c1163983fe3a
parenta75d7a34ee5fd4b3bb5f32c7a36b9a131913c016
LP1937294: Update Prerequisite Installation for PostgreSQL Server

Add targets to install PostgreSQL server version 11 through 14 via the
Makefile.install prerequisite installer.

Drop PostgreSQL version 9.6 as an installation target.

Use PostgreSQL 14 client as it should be backwards compatible and is
required if using the PostgreSQL 14 server.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.debian-bullseye
Open-ILS/src/extras/install/Makefile.debian-buster
Open-ILS/src/extras/install/Makefile.debian-stretch
Open-ILS/src/extras/install/Makefile.ubuntu-bionic
Open-ILS/src/extras/install/Makefile.ubuntu-focal