How to convert site's document library from Alfresco to Liferay?

Alexander Rühl

We have a migration project, where we need to transfer the document library's content of various Alfresco (4.0 CE) sites to the document library of related Liferay (6.2 EE) sites.

1) The simple approach would be to copy on WebDAV file share layer all documents from left to right. Would that work?

2) Is there a way to keep the document's history as well? Do we need to use some API for that or is tooling available within the products?

Mardoz

There is no native migration path between Alfresco and Liferay.

Transferring all documents using WebDAV would certainly work as Alfresco supports WebDAV and Liferay can bulk import using WebDAV but you should be aware that this will not bring across any of the metadata associated with those documents/folders. You may have to look in to ETL to get everything.

Your only likely full solution would revolve around exporting all of the files from Alfresco as an ACP (Alfresco Content Package) which is effectively a zip or by using the Alfresco Bulk Export Tool. This will export all documents and their metadata but bear in mind you still won't get the versions doing this, for that you may have to query against the version store directly.

The problem then seems to be with Liferay as it has no bulk insert mechanism. There is someone in a thread here that has had the same issue and the only solution is to use Liferay's Document Library API.

So in summary, if the users are happy not having all metadata then I would go ahead and use WebDAV, it's going to save you a lot of heartache.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Generate link to Liferay root site from Portlet's JSP

From Dev

Is it possible to make document picker default to document library in alfresco share?

From Dev

How to create several folders in Alfresco Share when creating a Site?

From Dev

How to delete a moderated site in alfresco?

From Dev

How to show metadata of a document in liferay

From Dev

How to assign a Site Role for user in Liferay

From Dev

how to download document using download url in liferay?

From Dev

Liferay - Not able to attach a Document Library item to JournalArticle in Remote portal

From Dev

How can I get Folder detail from document Id in Alfresco using cmis api

From Dev

How to assign site and register a user programmatically in liferay?

From Dev

Get document path and ticket from action button of Alfresco

From Dev

In Alfresco, creating folders under a site or under the document library of a site?

From Dev

Update Document Template Dynamically in Alfresco from property page

From Dev

How to get rendition copy of word document from alfresco repository using CMIS

From Dev

In Liferay, how can I change the site template associated to a site

From Dev

How to create several folders in Alfresco Share when creating a Site?

From Dev

How to convert web form to pdf and upload to the sharepoint document library?

From Dev

How to convert site's document library from Alfresco to Liferay?

From Dev

liferay 6: reach main site from breadcrumb

From Dev

How to assign a Site Role for user in Liferay

From Dev

How to convert Calc's html document format to Excel format from command line in Linux?

From Dev

How to get the name of a document in Alfresco with SQL?

From Dev

Get document's attachments via alfresco opencmis

From Dev

Invoke action of core Liferay's portlet (Document Library) using custom portlet's form

From Dev

Update Document Template Dynamically in Alfresco from property page

From Dev

Liferay PermissionChecker returns guest's permissions instead of site member's

From Dev

how can i update an alfresco share site?

From Dev

How to iterate Sharepoint site's document library items via Microsoft Graph API?

From Dev

How to show the Site Name specifically on the document library landing page?

Related Related

  1. 1

    Generate link to Liferay root site from Portlet's JSP

  2. 2

    Is it possible to make document picker default to document library in alfresco share?

  3. 3

    How to create several folders in Alfresco Share when creating a Site?

  4. 4

    How to delete a moderated site in alfresco?

  5. 5

    How to show metadata of a document in liferay

  6. 6

    How to assign a Site Role for user in Liferay

  7. 7

    how to download document using download url in liferay?

  8. 8

    Liferay - Not able to attach a Document Library item to JournalArticle in Remote portal

  9. 9

    How can I get Folder detail from document Id in Alfresco using cmis api

  10. 10

    How to assign site and register a user programmatically in liferay?

  11. 11

    Get document path and ticket from action button of Alfresco

  12. 12

    In Alfresco, creating folders under a site or under the document library of a site?

  13. 13

    Update Document Template Dynamically in Alfresco from property page

  14. 14

    How to get rendition copy of word document from alfresco repository using CMIS

  15. 15

    In Liferay, how can I change the site template associated to a site

  16. 16

    How to create several folders in Alfresco Share when creating a Site?

  17. 17

    How to convert web form to pdf and upload to the sharepoint document library?

  18. 18

    How to convert site's document library from Alfresco to Liferay?

  19. 19

    liferay 6: reach main site from breadcrumb

  20. 20

    How to assign a Site Role for user in Liferay

  21. 21

    How to convert Calc's html document format to Excel format from command line in Linux?

  22. 22

    How to get the name of a document in Alfresco with SQL?

  23. 23

    Get document's attachments via alfresco opencmis

  24. 24

    Invoke action of core Liferay's portlet (Document Library) using custom portlet's form

  25. 25

    Update Document Template Dynamically in Alfresco from property page

  26. 26

    Liferay PermissionChecker returns guest's permissions instead of site member's

  27. 27

    how can i update an alfresco share site?

  28. 28

    How to iterate Sharepoint site's document library items via Microsoft Graph API?

  29. 29

    How to show the Site Name specifically on the document library landing page?

HotTag

Archive