Project

Contents

Issue #00005576

Optimised ContentStoreDumpManager and ContentStoreMigrator
Feature/Improvement

Both modules iterate over alle root entries of all areas and recursivly process the the entries.

In older contentstores it may happen, that the root entry iterator returns entries that are not really root entries. This then throws errors in cs-dump and cs-migration.

We now added an addition check for this.