teufels/hive-upgrade-wizard

Provides upgrade wizards for migrating legacy HIVE extensions

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

1.0.0 2025-07-16 14:42 UTC

This package is auto-updated.

Last update: 2025-07-16 15:14:11 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] HIVE Upgrade Wizard

Provides upgrade wizards for migrating legacy HIVE extensions. The following are available:

  • Migration all custom tt_content fields from legacy hive_thm_custom (txhiveovrttcontent*) into the new sitepackage field names.

upgrade wizard for other legacy HIVE extensions are included in the new (replacing) tt3 extensions

This version supports TYPO3

TYPO3Version TYPO3Version

Composer support

composer req teufels/hive-upgrade-wizard

How to use

  • Install with composer
  • Perform Upgrade Wizards before removing legacy tables & unused fields
  • check if migration completed successfully
  • Analyze Database Structure -> now you can remove the legacy tables & unused fields
  • remove the extension - if you don't need it anymore

Changelog

1.0.x

  • 1.0.0 initial