From 7ed1de77caf94b084b82fec0011f6854cea0e8c9 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Mon, 13 Jul 2020 23:13:35 +0200 Subject: [PATCH] Remove installation of Postgres driver from the old Perl installer, too. #6819 --- scripts/installer/README.txt | 1 - scripts/installer/install | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/scripts/installer/README.txt b/scripts/installer/README.txt index 81328b89ccd..ab1f5312f48 100644 --- a/scripts/installer/README.txt +++ b/scripts/installer/README.txt @@ -20,7 +20,6 @@ from scripts/installer (this directory): install glassfish-setup.sh -pgdriver (the entire directory with all its contents) from scripts/api: diff --git a/scripts/installer/install b/scripts/installer/install index 246a4c7561d..60b4468c29b 100755 --- a/scripts/installer/install +++ b/scripts/installer/install @@ -867,19 +867,6 @@ sub setup_appserver { # with the MacOS glassfish build...). Verify, and if still the case, # add a check. - print "\nInstalling the PostgresQL driver for Payara5... "; -# system( "/bin/cp", "pgdriver/" . $postgres_jdbc, $glassfish_dir . "/glassfish/lib" ); - my $pgdriver_success = copy("pgdriver/" . $postgres_jdbc, $glassfish_dir . "/glassfish/lib" ); - - unless ($pgdriver_success) - { - print "\n*********************\n"; - print "ERROR! Failed to copy the postgres driver into " . $glassfish_dir . "/glassfish/lib - check the directory permissions!\n"; - exit 1; - } - - print "done!\n"; - print "\n*********************\n"; print "PLEASE NOTE, SOME OF THE ASADMIN COMMANDS ARE GOING TO FAIL,\n"; print "FOR EXAMPLE, IF A CONFIGURATION SETTING THAT WE ARE TRYING\n";