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

cancel
Showing results for 
Search instead for 
Did you mean: 
Alexmel
Member II

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

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

3 Replies
abhinavmishra14
Advanced

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

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:

You would be required to upgrade your current sdk to sdk4, Visit this post to get some idea on how to upgrade the sdk: 

https://hub.alfresco.com/t5/alfresco-content-services-forum/upgrading-from-sdk-3-0-1-to-sdk4/m-p/295...

Finally, the high level upgrade steps:

  1. Shut down your existing instance so no new content is created.
  2. Download acs community: https://www.alfresco.com/products/community/download
  3. Launch/Install the ACS 6.x via docker-compose. 
  4. Export database dump from your existing environment (5.x)
  5. Restore the 6.x database from exported dumpn
  6. Update alfresco-global.properties file in 6.x installation so that it points to the alf_data folder of existing environment .
  7. Apply your customizations 
  8. Start the ACS6.x

I would recommend to visit the below given posts on upgrade process:

 

 

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)
KirandeepKaur
Partner

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

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. 

 

 

 

fedorow
Senior Member II

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

In official documentation the last mention about v5 is:

CommunityEnterprise
Alfresco Community Edition 201707 GAAlfresco 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.