Hartmut, the migration process seems complicated, but in fact it's easy ;-) i you want to migrate the configuration of a module you have to follow these five steps http://wiki.magnolia-cms.com/display/DEV/Migration+process+of+module+configuration+and+websites#Migrationprocessofmoduleconfigurationandwebsites-STKbasedmodule
And by the way, we are currently working on the migration module, if you checkout the trunk of the project http://svn.magnolia-cms.com/view/community/modules/magnolia-4-5-migration/trunk/src/main/resources/scripts/migration/from4_4To4_5/ You will find new files, in particularly: - Configuration.groovy, here you can configure the migration, it is the file to change - ConfiguredMigration.groovy, this is the migration script using the configuration, you have nothing to change here. I suggest you to try out. Setup a Mgnl 4.5 with the latest version of magnolia-4-5-migration and set in magnolia.properties the migration to false (so it wont run the script Migration.groovy). Then try the new migration, once the configuration is done (Configuration.groovy) run the script ConfiguredMigration.groovy. Do not hesitate to add your feedback in the project space http://jira.magnolia-cms.com/browse/MGNLMIGRATION Updated documentation will come soon!! Cheers, Sam -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=396a1fa7-4276-4c15-9c48-a361a1493e04 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
