mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 22:39:03 +02:00
N°9144 - fix broken fresh install
This commit is contained in:
@@ -84,7 +84,7 @@ class ApplicationInstallSequencer extends StepSequencer
|
||||
$sDestination = $aBackupOptions['destination'];
|
||||
$sSourceConfigFile = $aBackupOptions['configuration_file'];
|
||||
$sMySQLBinDir = $this->oParams->Get('mysql_bindir', null);
|
||||
$this->oRunTimeEnvironment->Backup($this->oConfig, $sDestination, $sSourceConfigFile, $sMySQLBinDir);
|
||||
$this->oRunTimeEnvironment->Backup($this->GetConfig(), $sDestination, $sSourceConfigFile, $sMySQLBinDir);
|
||||
}
|
||||
|
||||
return $this->ComputeNextStep($sStep);
|
||||
@@ -176,8 +176,6 @@ class ApplicationInstallSequencer extends StepSequencer
|
||||
|
||||
$this->oRunTimeEnvironment->UpdateDBSchema($oConfig, $sMode, $aSelectedModules);
|
||||
|
||||
$oConfig->Set('access_mode', ACCESS_FULL);
|
||||
|
||||
$this->oRunTimeEnvironment->SetDbUUID();
|
||||
|
||||
SetupLog::Info("Database Schema Successfully Updated for environment '$sTargetEnvironment'.");
|
||||
|
||||
Reference in New Issue
Block a user