Bug #51357
closedTask #49162: Rewrite install tool
Install tool database select during upgrading
100%
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).
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23329
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23329
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23329
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23329
Updated by Michiel Roos about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c39739f04a15b6e812bb1d2e054dd8ccadc568b2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed