Hello Community, I am new here and new to Magnolia. I'm migrating a site from 4.4 to 4.5 and eventually to 5.x.
I have no custom modules, I want to run the groovy migration script on my custom templates. I'm in the same place as this thread, I can't run the script as I'm not configured to. https://forums.magnolia-cms.com/forum/thread.html?threadId=25d1f28f-c566-4334-9623-efa829b1b1b6#85d8408c-4050-4990-a552-49013a450516 I have read the migration steps and it's this step I'm stuck on. https://wiki.magnolia-cms.com/display/MIGRATION/3.+Update+configuration+and+code Where do I add the CustomContent version handler ? [code]register(DeltaBuilder.update("1.5", "") .addTask(new SimpleSTKRelatedModuleMigrationTask( "Migration task: Migrate Config", "Migrate Configuration", "moduleName", false, Arrays.asList("/modules/standardOrExtended-templating-kit/config/sites/siteDefinition"))) .addTask(new ContentModuleMigrationTask( "Migration task: Migrate Content", "Migrate websiteContent", "moduleName", "website", Arrays.asList("/site1", "/site2"), null, false, true))); [/code] I don't have a custom module to add this code to. I am running my 4.4 code in MagnoliaEnterpriseEdition-4.5.28, the data all seems fine, my templates don't work of course. Again I want to migrate templates, I don't have custom modules. Thank You, Nick -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=4eeed33b-043f-4bd3-bee3-bd2e82adb76d ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
