LP#1961593: Remove PostgreSQL 9.6 from installation scripts. user/csharp/lp1961593_remove_pg_96
authorChris Sharp <csharp@georgialibraries.org>
Mon, 21 Feb 2022 13:34:59 +0000 (08:34 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Feb 2022 13:34:59 +0000 (08:34 -0500)
Make PostgreSQL 10 the default for now.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
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

index 60476e0..b736424 100644 (file)
@@ -111,13 +111,6 @@ export CPAN_MODULES_PGSQL = \
        String::KeyboardDistance \
        Text::Levenshtein::Damerau::XS
 
-PGSQL_SERVER_DEBS_96 = \
-       $(DEB_PGSQL_COMMON_MODS) \
-       postgresql-9.6 \
-       postgresql-contrib-9.6 \
-       postgresql-plperl-9.6 \
-       postgresql-server-dev-9.6
-
 PGSQL_SERVER_DEBS_10 = \
        $(DEB_PGSQL_COMMON_MODS) \
        postgresql-10 \
@@ -164,12 +157,6 @@ all:
 install_postgres_server:
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
        make -f $(DIR)/Makefile.debian debian_postgresql_repo
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_96)"
-       make -f $(DIR)/Makefile.common install_cpan_pgsql
-
-install_postgres_server_10:
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
-       make -f $(DIR)/Makefile.debian debian_postgresql_repo
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_10)"
        make -f $(DIR)/Makefile.common install_cpan_pgsql
 
index 1a9ac16..6ed849e 100644 (file)
@@ -110,13 +110,6 @@ export CPAN_MODULES_PGSQL = \
        String::KeyboardDistance \
        Text::Levenshtein::Damerau::XS
 
-PGSQL_SERVER_DEBS_96 = \
-       $(DEB_PGSQL_COMMON_MODS) \
-       postgresql-9.6 \
-       postgresql-contrib-9.6 \
-       postgresql-plperl-9.6 \
-       postgresql-server-dev-9.6
-
 PGSQL_SERVER_DEBS_10 = \
        $(DEB_PGSQL_COMMON_MODS) \
        postgresql-10 \
@@ -163,12 +156,6 @@ all:
 install_postgres_server:
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
        make -f $(DIR)/Makefile.debian debian_postgresql_repo
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_96)"
-       make -f $(DIR)/Makefile.common install_cpan_pgsql
-
-install_postgres_server_10:
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
-       make -f $(DIR)/Makefile.debian debian_postgresql_repo
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_10)"
        make -f $(DIR)/Makefile.common install_cpan_pgsql
 
index 656025e..4b7cfc0 100644 (file)
@@ -110,13 +110,6 @@ export CPAN_MODULES_PGSQL = \
        String::KeyboardDistance \
        Text::Levenshtein::Damerau::XS
 
-PGSQL_SERVER_DEBS_96 = \
-       $(DEB_PGSQL_COMMON_MODS) \
-       postgresql-9.6 \
-       postgresql-contrib-9.6 \
-       postgresql-plperl-9.6 \
-       postgresql-server-dev-9.6
-
 PGSQL_SERVER_DEBS_10 = \
         $(DEB_PGSQL_COMMON_MODS) \
         postgresql-10 \
@@ -163,12 +156,6 @@ all:
 install_postgres_server:
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
        make -f $(DIR)/Makefile.debian debian_postgresql_repo
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_96)"
-       make -f $(DIR)/Makefile.common install_cpan_pgsql
-
-install_postgres_server_10:
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
-       make -f $(DIR)/Makefile.debian debian_postgresql_repo
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_10)"
        make -f $(DIR)/Makefile.common install_cpan_pgsql
 
index 96557bc..b719f7c 100644 (file)
@@ -113,13 +113,6 @@ PGSQL_APT_REPO_DEBS = \
         wget \
         ca-certificates
 
-PGSQL_SERVER_DEBS_96 = \
-       $(DEB_PGSQL_COMMON_MODS) \
-       postgresql-9.6 \
-       postgresql-contrib-9.6 \
-       postgresql-plperl-9.6 \
-       postgresql-server-dev-9.6
-
 PGSQL_SERVER_DEBS_10 = \
         $(DEB_PGSQL_COMMON_MODS) \
         postgresql-10 \
@@ -167,12 +160,6 @@ all:
 install_postgres_server:
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
        make -f $(DIR)/Makefile.debian debian_postgresql_repo
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_96)"
-       make -f $(DIR)/Makefile.common install_cpan_pgsql
-
-install_postgres_server_10:
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
-       make -f $(DIR)/Makefile.debian debian_postgresql_repo
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_10)"
        make -f $(DIR)/Makefile.common install_cpan_pgsql
 
index a7a7b2f..97de6d3 100644 (file)
@@ -114,13 +114,6 @@ PGSQL_APT_REPO_DEBS = \
         wget \
         ca-certificates
 
-PGSQL_SERVER_DEBS_96 = \
-       $(DEB_PGSQL_COMMON_MODS) \
-       postgresql-9.6 \
-       postgresql-contrib-9.6 \
-       postgresql-plperl-9.6 \
-       postgresql-server-dev-9.6
-
 PGSQL_SERVER_DEBS_10 = \
         $(DEB_PGSQL_COMMON_MODS) \
         postgresql-10 \
@@ -168,12 +161,6 @@ all:
 install_postgres_server:
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
        make -f $(DIR)/Makefile.debian debian_postgresql_repo
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_96)"
-       make -f $(DIR)/Makefile.common install_cpan_pgsql
-
-install_postgres_server_10:
-       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_APT_REPO_DEBS)"
-       make -f $(DIR)/Makefile.debian debian_postgresql_repo
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_10)"
        make -f $(DIR)/Makefile.common install_cpan_pgsql