Actions
Bug #51357
closedTask #49162: Rewrite install tool
Install tool database select during upgrading
Start date:
2013-08-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Suppose you have a if or switch/case construct in localconf.php to handle different database settings for different hosts in the file.
If upgrading this to 6.2, it may happen that the wrong database name is transferred to LocalConfiguration.php. In effect, the "DatabaseSelect" step will be rendered.
If that happens, it would be useful if not only "empty" databases with no tables are displayed in the "select existing database" drop-down, but also existing tables with tables. Furthermore, the "create new database" input field should be removed if ugrading (not in first install).
Actions