Thanks to your feedback I realize that I have to update several points in the documentation.
But if you want to start the migration of your module, please follow these steps: - first update to 4.4.6 - then add the migration module and groovy module to your config and update to 4.5 - to execute the migration over your modules you have to update the main groovy script http://svn.magnolia-cms.com/view/community/modules/magnolia-4-5-migration/tags/magnolia-4-5-migration-1.0.1/src/main/resources/scripts/migration/from4_4To4_5/Migration.groovy In the migration docu I explain that you have to add the module names in different collections of the file Migration.groovy. So if we take the example of a STK-based module, you must add your module names to: modulesRelevantForIDCreation, stkBasedModules and your site def names to: siteDef Now the migration module is updated and ready, you can start Magnolia. Tu run this script you have two possibilities, either run it on startup (there is a flag in magnolia.properties) or run it from the groovy console by the command "run Path/To/Migration.groovy" To handle special case, you must add an extra task. But the main migration steps should handle most of the cases. And a lats important point, the migration can be only trigger one time and over all the modules at the same time. Hope that helps. If you need more explanations I'm here ;) Samuel ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
