teufels / hive-upgrade-wizard
Provides upgrade wizards for migrating legacy HIVE extensions
1.0.0
2025-07-16 14:42 UTC
Requires
- typo3/cms-core: ^12.4 || ^13.4
README
[ ṯ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
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