Migration from Alfresco Community v5.2.0 (Alfresco Share v5.2.d) to latest 6.X

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 06:38 AM
Hi all,
i need to migrate from Alfresco Community v5.2.0 (Alfresco Share v5.2.d) to latest free version 6.x.
Could you tell me if there is an official procedure for this type of migration and tell me where I can find it?
Thank you all.
Alex
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2020 08:46 AM
ACS6.x is fully based on Docker and docker-compose. You need to get some understanding of these two.
Follow these docs to understand and get idea about docker and docker-compose:
1- Docker:
2- Docker File: https://docs.docker.com/engine/reference/builder/
2- Docker compose: https://docs.docker.com/compose/
3- A nice read: https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-se...
Docker is available for download here:
https://hub.docker.com/search?q=&type=edition&offering=community&sort=updated_at&order=desc
ACS6.x onwards SDK4.x is recommended. Visit this doc to get the understanding of sdk4.x project stucture:
- https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-sdk-4-0/ba-p/289257
- https://github.com/Alfresco/alfresco-sdk/blob/master/docs/README.md
You would be required to upgrade your current sdk to sdk4, Visit this post to get some idea on how to upgrade the sdk:
Finally, the high level upgrade steps:
- Shut down your existing instance so no new content is created.
- Download acs community: https://www.alfresco.com/products/community/download
- Launch/Install the ACS 6.x via docker-compose.
- Export database dump from your existing environment (5.x)
- Restore the 6.x database from exported dumpn
- Update alfresco-global.properties file in 6.x installation so that it points to the alf_data folder of existing environment .
- Apply your customizations
- Start the ACS6.x
I would recommend to visit the below given posts on upgrade process:
- https://www.slideshare.net/angelborroy/2019-dev-con115angelborroy
- https://docs.alfresco.com/6.2/tasks/upgrade-process.html
- https://www.keensoft.es/en/upgrading-from-alfresco-5-to-alfresco-6-our-way/
- https://github.com/Alfresco/alfresco-docker-installer
(ACSCE, AWS SAA, Azure Admin)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2023 08:27 PM
Hi Abhinav,
Just wanted to know if we have installed the 5.2.f version on our system. Was there any minor version released for the 5.2 community?
What's the latest version of Community 5.2?
I searched various blogs and Alfresco documentation but couldn't find it. If you know about it, it would be really helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2023 08:56 AM
In official documentation the last mention about v5 is:
Community | Enterprise |
Alfresco Community Edition 201707 GA | Alfresco Content Services 5.2.2 |
Not officialy the last available installer is 5.2.f (alfresco-community-installer-201707). But the upgrade path available from any minor versions of 5.2.x. So you can upgrade directly from your 5.2.0 version to v 6.2
Peace,
Serge F.
