DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Users ManualΒΆ

To migrate data to the file abstraction layer, just start the contained update script for the extension (through the extension manager). The first view provides information about possible migration candidate tables as well as data in the table which would be migrated. It is always advised to back up your data prior to executing automated scripts accesing your database. Simply check the tables you want to migrate and click the "DO IT!" button.

Important

The automatically created overrides for TCA are only executed if the extension loading order is adjusted. To achieve this, add relevant extensions in the extension ext_emconf.php file, e.g. you migrate the table tx_commerce_products then add commerce to the dependency list.