Project

General

Profile

Actions

Feature #87532

closed

Hook for database analyzer

Added by David Bruchmann about 5 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-01-24
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #88027: Properly handle Hooks/Signals and EventsClosedBenni Mack2022-04-22

Actions
Actions #1

Updated by Benni Mack about 5 years ago

  • Related to Epic #88027: Properly handle Hooks/Signals and Events added
Actions #2

Updated by Susanne Moog about 4 years ago

  • Category set to Install Tool
Actions #3

Updated by Benni Mack over 2 years ago

  • Status changed from New to Needs Feedback

Hey David,

isn't the AlterTableDefinitionStatementsEvent PSR-14 event the one you can do this?

Actions #4

Updated by Christian Kuhn about 2 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.

Actions #5

Updated by David Bruchmann about 2 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.

Actions

Also available in: Atom PDF