Upgrading from CQ 5.5 to AEM 6.2 | Adobe Higher Education
Skip to main content
Level 2
April 15, 2018
해결됨

Upgrading from CQ 5.5 to AEM 6.2

  • April 15, 2018
  • 4 답변들
  • 2354 조회

i am working on upgrading an old site based on cq 5.5 to AEM 6.2. The site is pretty small and has around 50 components,  The amount of content is around 500 pages. There are 10 components using the old collab dependencies:

com.day.cq.collab.commons.Comment,

com.day.cq.collab.commons.Comment,

com.day.cq.collab.commons.CommentSystem,

com.day.cq.collab.blog.Blog,

com.day.cq.collab.blog.BlogManager.

All the components are created using old style jsp.

I am planning on moving the code and content to a parallel stack rather than an in-place attack. i have a couple of questions:

1. Can i package the content from the old 5.5 env and install it on the 6.2 env? (i will be upgrading the code and API's anyway) or do i need to run the content through crx2oak. If i move the content to a parallel stack, how do i run crx2oak on it?

2. How can i upgrade the Blog components? Do i need to rework the components using SCF as Handlebars. Do we need a separate license for using the scf? Can i just do a 1-on-1 switch and change the old dependencies with new dependencies?

3. Is there any way i can find out which API's have been deprecated and compare API;s between 5.5 and 6.2?

Thank you

이 주제는 답변이 닫혔습니다.
최고의 답변: Kunwarsaluja

not sure about how licensing works for communities, reach out to your account manager or Adob CSM for clarity but in technical terms you don’t need to include the social framework if you don’t use it

4 답변

Adobe Employee
April 16, 2018

Colllab components are deprecated and won’t work in 6.2 and 6.3 as a new social framework was inteoduced. You should be relying on to new communities components in AEM

Level 2
April 17, 2018

Hi Guys, This site has no User generated content do i still need the social framework. Also for using the social component framework do i need a separate license other than the AEM license?

Adobe Employee
April 25, 2018

not sure about how licensing works for communities, reach out to your account manager or Adob CSM for clarity but in technical terms you don’t need to include the social framework if you don’t use it

Hemant_arora
Level 8
April 25, 2018

1. Can i package the content from the old 5.5 env and install it on the 6.2 env? (i will be upgrading the code and API's anyway) or do i need to run the content through crx2oak. If i move the content to a parallel stack, how do i run crx2oak on it?

YOU FIRST NEED TO UPGRADE THE REPOSITORY AND THEN ONLY MIGRATE CONTENT USING CRX2OAK TOOL. NO NEED TO PACKAGE THE CONTENT AND INSTALL ON 6.2 . JUST KEEP BACK UP OF REPOSITORY AND FOLLOW MIGRATION STEPS

2. How can i upgrade the Blog components? Do i need to rework the components using SCF as Handlebars. Do we need a separate license for using the scf? Can i just do a 1-on-1 switch and change the old dependencies with new dependencies?

NO SEPARATE LICENSE REQUIRED FOR SCF COMPONENTS. THEY ARE PROVIDED OOTB.

3. Is there any way i can find out which API's have been deprecated and compare API;s between 5.5 and 6.2?

Deprecated List ("The Adobe AEM Quickstart and Web Application.")