Feature #87532
closedHook for database analyzer
0%
Description
There exist situations where database analyzer is able to destroy an installation or at least data of an extension.
See this example: https://typo3-forum.readthedocs.io/en/master/UsersManual/MigrationfromMm_forum/Index.html
It's written that the upgrade-wizard of the extension has to be executed before any extension-related actions in install-tool-database-analyzer.
Feature request is a hook where the following actions can be performed by an extension:
1) Avoid some tables / fields being listed and updated in the update-process
2) Add a message that another wizard should be performed (first) for that extension.
3) Add a link to
a) info-page for the extension-update-wizard
b) the extension-update-wizard, perhaps even allow execution of the extension-update-wizard configurable by the author either inline or silently.
This feature request is not related to any specific extension.