migrate AEM 6.5 from windows to linux system | Adobe Higher Education
Skip to main content
December 17, 2020
Beantwortet

migrate AEM 6.5 from windows to linux system

  • December 17, 2020
  • 1 Antwort
  • 2740 Ansichten

Hi team,

We have sandbox environments earlier setup on windows system. while later envs are decided to install linux system. To align the envs, we'd like to migrate the sandbox env from windows to linux. Would you please kindly suggest formal and easy way to do that? while the data store is about 33G. Thanks a lot.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von Kunal_Gaba_

You can setup the new AEM sandbox on Linux OS and to migrate the repository content you can use the oak-run utility. You can find more details in the following doc - https://jackrabbit.apache.org/oak/docs/migration.html 

1 Antwort

Kunal_Gaba_
December 19, 2020

You can setup the new AEM sandbox on Linux OS and to migrate the repository content you can use the oak-run utility. You can find more details in the following doc - https://jackrabbit.apache.org/oak/docs/migration.html 

December 20, 2020
Thanks a lot for the reply. I tried with the oak-upgrade with default full paths. Now I am able to connect crx/de to verify the content is migrated successfully to linux. While I am not able to connect to start.html with error: Resource at '/aem/start.html' not found: No resource found. Not sure if any paths should be excluded which cuased the issue here. Appreciated your comments.