With basic data migration from Exchange
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKfd6cc6b72094: Data migration tool
TODO
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think we can merge it and take it from there.
src/app/DataMigrator/Engine.php | ||
---|---|---|
133 | If the fetch itemItemList implementation wouldn't dispatch a job via callback, then it could customize if a per-item job is spawned or not. |
src/app/DataMigrator/Engine.php | ||
---|---|---|
133 | I was thinking about a separate method that could be implemented optionally by an exporter. Then we could have another job MultiItemJob. Then an importer would also optionally have another method to import multiple items in one go. |