35 return "Migration of File-Objects to Storage service";
62 public function prepare(
Environment $environment) :
void 69 $ilias_ini = $environment->
getResource(Setup\Environment::RESOURCE_ILIAS_INI);
70 $this->database = $environment->
getResource(Setup\Environment::RESOURCE_DATABASE);
73 $data_dir = $ilias_ini->readVariable(
'clients',
'datadir');
75 if (!$this->prepared) {
78 $DIC[
'ilBench'] = null;
80 $legacy_files_dir =
"{$data_dir}/{$client_id}/ilFile";
81 if (!defined(
"CLIENT_DATA_DIR")) {
82 define(
'CLIENT_DATA_DIR',
"{$data_dir}/{$client_id}");
84 if (!defined(
"CLIENT_ID")) {
87 if (!defined(
"ILIAS_ABSOLUTE_PATH")) {
88 define(
"ILIAS_ABSOLUTE_PATH", dirname(__FILE__, 5));
90 if (!defined(
"ILIAS_WEB_DIR")) {
91 define(
'ILIAS_WEB_DIR', dirname(__DIR__, 4) .
"/data/");
93 if (!defined(
"CLIENT_WEB_DIR")) {
94 define(
"CLIENT_WEB_DIR", dirname(__DIR__, 4) .
"/data/" .
$client_id);
99 if (!is_dir($legacy_files_dir)) {
101 $io = $environment->
getResource(Environment::RESOURCE_ADMIN_INTERACTION);
102 $io->inform(
"The legacy ilFile-directory ($legacy_files_dir) cannot be found, we cant perform a migration.");
106 if (!is_readable($legacy_files_dir)) {
107 throw new Exception(
"{$legacy_files_dir} is not readable, abort...");
110 if (!is_writable(
"{$data_dir}/{$client_id}/storage")) {
111 throw new Exception(
"storage directory is not writable, abort...");
116 $storageConfiguration =
new LocalConfig(
"{$data_dir}/{$client_id}");
120 $f->getLocal($storageConfiguration),
122 $legacy_files_dir .
"/" . self::MIGRATION_LOG_CSV
133 if ($this->helper === null) {
136 $item = $this->helper->getNext();
137 $this->runner->migrate($item);
145 $r = $this->database->query(
"SELECT COUNT(file_id) AS amount FROM file_data WHERE rid IS NULL OR rid = '';");
146 $d = $this->database->fetchObject($r);
148 return (
int)
$d->amount;
getPreconditions(Environment $environment)
Class ilStorageContainersExistingObjective.
step(Environment $environment)
getRemainingAmountOfSteps()
Class FlySystemFilesystemFactory.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
getDefaultAmountOfStepsPerRun()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
Class LocalConfig This class is used to configure the local filesystem adapter.
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d