Foros de discusión

public pages migration from 6.2 ee to Liferay 7.0

Mahesh Salunkhe, modificado hace 6 años.

public pages migration from 6.2 ee to Liferay 7.0

New Member Mensajes: 8 Fecha de incorporación: 5/09/12 Mensajes recientes
Hello,

As part of upgrade from Liferay 6.2 EE to Liferay 7.0, i am looking for a solution on migration of public/private pages with structure and template.

What are possible ways to achieve this task ? pls suggest.

Issue details are as below:
I need to export all public pages which are developed using template language (.vm) from LIferay 6.2 EE to Liferay 7

Approaches tried so far and exception:

1) I exported a lar with few public pages from 6.2 EE and changed manifest.xml and tried to import it into Liferay DXP. This DIDN'T work as got exception as "$UnknowFieldException: No Such Field com.liferay.portal.model.impl.LayoutImpl._userUuid ..."
Soumyashree Mishra, modificado hace 6 años.

RE: public pages migration from 6.2 ee to Liferay 7.0

Junior Member Mensajes: 32 Fecha de incorporación: 18/04/16 Mensajes recientes
Hi Mahesh,

LAR files are version dependent. You can’t import a LAR file that was exported from one version of Liferay into a Liferay server that’s running a different version of Liferay.

Since all the data in a LAR file (except documents) comes from the database, try migrating the database from 6.2 to Liferay DXP. The below links might help:

https://dev.liferay.com/discover/deployment/-/knowledge_base/7-0/upgrading-to-liferay-7
https://web.liferay.com/community/forums/-/message_boards/message/90586817

HTH!
Regards,
Soumya
Mahesh Salunkhe, modificado hace 6 años.

RE: public pages migration from 6.2 ee to Liferay 7.0

New Member Mensajes: 8 Fecha de incorporación: 5/09/12 Mensajes recientes
Thanks for quick reply Saumya.