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.
Updated by Benni Mack over 5 years ago
- Related to Epic #88027: Properly handle Hooks/Signals and Events added
Updated by Benni Mack almost 3 years ago
- Status changed from New to Needs Feedback
Hey David,
isn't the AlterTableDefinitionStatementsEvent PSR-14 event the one you can do this?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
Hey. I hope it's ok to close this for now. It seems as if the AlterTableDefinitionStatementsEvent can do what is needed here. If that is not ok, please ping us to re-open or create a new issue referencing this one.
Updated by David Bruchmann almost 3 years ago
It's ok to close it for now.
Often I don't remember the installation on which base I post something, so I can't test it with a given use-case but got at least a hint how to solve it in future.