-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.4, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
Trying to run the install_database.php CLI script, on a site that already has database present (either an existing site, or because the previous installation attempt failed) results in the following:
$ sudo -u www-data php admin/cli/install_database.php --agree-license --fullname="Docker" --shortname="Docker" --summary="Docker site" --adminpass="admin" --adminemail="admin@example.com"
|
[[clitablesexist]]
|
Instead of the following language string:
lang/en/install.php:$string['clitablesexist'] = 'Database tables already present; CLI installation cannot continue.';
|