From 6007f0208555825ff316656f643267bf661d7f75 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 21 Aug 2012 06:43:25 +0000 Subject: [PATCH] fix for bug 3560143: setup postgresql during xcat installation git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13568 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index aa4fec5a8..2736ac887 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -154,6 +154,11 @@ if ($::INITIALINSTALL || $::FORCE) xCAT::MsgUtils->message('E', "Could not fall back to sqlite, where should we go?"); } } + else + { + # Init the database + $::initDB = 1; + } } } # To support AIX INUCLIENTS, to support the scenario where the user needs to install xCAT rpms