Expand my Community achievements bar.

SOLVED

Can we transform Drupal data into CQ5.6 data.

Avatar

Former Community Member

I want to use CQ5.6 instead of Drupal.

But the big difficulty is how to transform all data in Drupal to CQ5.6 .

So can I transform my data in Drupal to CQ5.6 ?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Drupal stores the content in a database. So you can definitely write a migration script to map the database content to a respective content in AEM but nothing available OOB. 

As @opkar mentioned, it depends on how much of data you need to reuse or recreate from the content perspective. however, you need to develop the templates and components required in AEM before you map the content with the respective components.

View solution in original post

2 Replies

Avatar

Employee

Hi Shubhankar,

Please see this previous thread [1]

Other articles [2],[3],[4]

You need to decide your how much of your current content you want to migrate, then map old to new. You then need to extract the content from Drupal and transform it into a format that can be imported into AEM.

In AEM you need to decide your information architecture, create your templates, pages and components, set up your ACL's. Then you can think of importing your content. It's not a simple process and needs careful planning and execution. It can often be a large project on it's own.

Regards,

Opkar

[1] http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

[2]http://communique5.blogspot.co.uk/2014/03/cms-migration-to-aem.html

[3] http://www.axis41.com/blog/adobe-experience-manager/the-checklist-for-a-cms-migration-to-adobe-exper...

[4]https://helpx.adobe.com/experience-manager/using/migrating-data-cq.html

Avatar

Correct answer by
Level 10

Drupal stores the content in a database. So you can definitely write a migration script to map the database content to a respective content in AEM but nothing available OOB. 

As @opkar mentioned, it depends on how much of data you need to reuse or recreate from the content perspective. however, you need to develop the templates and components required in AEM before you map the content with the respective components.