Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Move content from one instance to another environment

Avatar

Level 6

Hi Team,

We need to move content from one author to another author instance.

1.Build content package and installed.But we are not able to see the pages on author and publisher as well.

2.Build /etc/design and installled. Same issue . Page not getting displayed.

3.Build /content/dam and installed .

3.In error log, we can see ERROR as "No design at /etc/designs/xxx. Using default.

Please let us know what are all the package to upload and getting pages fine?

1 Accepted Solution

Avatar

Correct answer by
Level 10

To move content - you use AEM packages. You can specify the JCR location that you want to include in your package when you build it. If you have content under etc - specify that when you build the package. If you have an OSGi bundle, ensure that you also include that in your package as well. 

See these links for more information:

http://docs.adobe.com/docs/en/cq/current/administering/package_manager.html

http://helpx.adobe.com/experience-manager/using/packaging-cq-applications-contain-osgi.html

If there are missing pieces of content - then it seems like the missing pieces where not included in the package when it was built. 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

To move content - you use AEM packages. You can specify the JCR location that you want to include in your package when you build it. If you have content under etc - specify that when you build the package. If you have an OSGi bundle, ensure that you also include that in your package as well. 

See these links for more information:

http://docs.adobe.com/docs/en/cq/current/administering/package_manager.html

http://helpx.adobe.com/experience-manager/using/packaging-cq-applications-contain-osgi.html

If there are missing pieces of content - then it seems like the missing pieces where not included in the package when it was built. 

Avatar

Level 9

Check whether you have your project setup like this

Avatar

Level 8

Did you also move all of the components that render the content?

scott