migration icon indicating copy to clipboard operation
migration copied to clipboard

TYPO3 Migration Framework for every kind of migration/imports from CLI (e.g. Templavoila to Gridelements, tt_news to news, etc...)

Results 9 migration issues
Sort by recently updated
recently updated
newest added

Hi there, EDIT: Versions are TYPO3 v9.5.31 with migration 7.8.0, did not check current LTS for this behaviour. when exporting the page tree starting with page 0 the import fails...

resolves https://github.com/einpraegsam/migration/issues/12

The before event should be triggered before the actual import. This should solve #27 Edit: also added setters for the event data to be able to override it

Hi, I wanted to use the ImportBeforeEvent to manipulate some file paths before importing, but it seems the be "after" everything is already imported. See: https://github.com/in2code-de/migration/blob/0819427ae2467bf42fb2c1d02e22c1fa7704c759/Classes/Port/Import.php#L136-L151 Pull request incoming Greetings...

There will be an EXT:migration version, which is compatible with TYPO3 core V13. Active development will be started in Q2 / 2024. It will be publicly available about 6 -...

I had two problems when extending the relation config with my own tables: 1. I got duplicate key errors if the relation table already has entries with the same id,...

This prevents multiple imported records.

Running Typo3 12.4.19 with PHP 8.2.22, tested with extension version 11.2.1 and dev-master if I do `php vendor/bin/typo3 migration:help 0` (cause 0 is root page) it gives for my page...

Hello there, when trying to export a single page (as given in the documentation), I still get the wohle subtree exported into the json file: `ddev typo3 migration:export 1 0...