mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-26 13:10:35 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user