stable

Clone or download

Read-only

Initialize mediawiki database with setup:mysql-init

There is a leak of mediawiki in the core but it was already there with the shell version of init and solving the leak problem is a tough one (need to introduce a plugin system to tuleap-cfg). As there as no longer any mysql cli call in the "remote db" scenario of the install, I also removed the mysqlcli and mysql_check. the availability of the mysql server is verified in related commands. Part of story #14683 install a basic image Change-Id: Iad06bb33561030782288b98df5058957e7fae4fb

Modified Files

Name
M plugins/mediawiki/etc/mediawiki.inc.dist +1 −3 Go to diff View file
M src/tuleap-cfg/Command/SetupMysqlInitCommand.php +46 −1 Go to diff View file
M tests/e2e/full/tuleap/setup.sh +2 −6 Go to diff View file
M tools/setup.el7.sh +0 −3 Go to diff View file
M tools/setup/el7/include/check.sh +0 −12 Go to diff View file
D tools/setup/el7/include/mysqlcli.sh +0 −4 Go to diff View file
M tools/setup/el7/include/plugins.sh +5 −2 Go to diff View file