Upgrading from AEM 6.0
If pre-existing UGC needs to be retained, then the means to do so depends on whether the deployment stored UGC on-premise or in the Adobe cloud.
Adobe Cloud Storage
If the upgraded site was configured to use Adobe cloud storage, then it may appear (incorrectly) as if all UGC has been lost as the SRP methods will be unable to locate the pre-existing UGC in the old location.
Thus, there is the ability to instruct ASRP to use AEM 6.0 compatability-mode
to access UGC.
For all AEM 6.3 author and publish instances:
-
Sign in with administrator privileges and configure ASRP.
-
Follow these steps to make the existing UGC visible:
i. Browse to the web console. The default URL is
https://localhost:4502/system/console/configMgr
.ii. Locate AEM Communities Utilities configuration and select to expand the configuration panel.
iii. Uncheck Cloud Storage and click Save.
On-premise Storage
If the upgraded site did not use cloud storage, any pre-existing UGC must be converted to conform to the new structure introduced in AEM 6.1 Communities in support of the common store.
For this purpose, an open source migration tool is available on GitHub:
AEM Communities UGC Migration Tool