<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can migrate Community from 5.2 to 6.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141815#M37779</link>
    <description>&lt;P&gt;It is ok for me...&lt;/P&gt;&lt;P&gt;Yes indeed, thank you very much: D&lt;BR /&gt;The patches are invalid because I did not proceed as indicated on the site ... (4.2 -&amp;gt; 5.2 -&amp;gt; 6.2 / 7.0) From version 5.2 we can indeed go up to 7.0 currently ...&lt;/P&gt;&lt;P&gt;I had to make some modifications ... alfresco not having write rights on the volumes (alf_data in particular) I had to change the owner of the folder mapped to 33000, which corresponds to the alfresco user of the container .&lt;/P&gt;&lt;P&gt;Following this, in order to add the ldap-ad authentication installed on version 4.2, I added the relevant properties to the configuration file (-Dauthentication.chain = ldap: ldap .........) , I mapped the subsytems folder so that I could add the authentication and synchronization folders as they were installed from version 4.2.&lt;/P&gt;&lt;P&gt;So there &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;I wish I added https on top of that, I saw this post:&lt;BR /&gt;&lt;A href="https://stackoverflow.com/a/24536839" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/a/24536839&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I just can't find the share-config-custom.xml file, any idea where it is?&lt;/P&gt;&lt;P&gt;thanks again, best regards, Serhat&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 22:49:49 GMT</pubDate>
    <dc:creator>serakoc</dc:creator>
    <dc:date>2021-05-04T22:49:49Z</dc:date>
    <item>
      <title>How can migrate Community from 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141811#M37775</link>
      <description>&lt;P&gt;Hello everyone !&lt;/P&gt;&lt;P&gt;I am currently on relatively complicated job, i explain to you.&lt;/P&gt;&lt;P&gt;The goal is a production of a migration of alfresco 5.2 (originaly in 4.2, but the migration to 5.2 is good) to a alfresco 6.2.&lt;/P&gt;&lt;P&gt;I use for it the docker configuration by default.&lt;/P&gt;&lt;P&gt;Firstly, i have juste add a volumes on postgres -&amp;gt; it is ok, no error.&lt;/P&gt;&lt;P&gt;Then i have add a volumes for ACS -&amp;gt; it is ok, with owner change and rights.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;When I run the migration, i.e. as explained here (just fort upgrade part):&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.keensoft.es/en/upgrading-from-alfresco-5-to-alfresco-6-our-way/" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.keensoft.es/en/upgrading-from-alfresco-5-to-alfresco-6-our-way/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is the content of my docker-compose.yml :&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;P&gt;# This docker-compose file will spin up an ACS cluster on a local host or on a server and it requires a minimum of 12GB Memory to distribute among containers.&lt;BR /&gt;# Limit container memory and assign X percentage to JVM. There are couple of ways to allocate JVM Memory for ACS Containers&lt;BR /&gt;# For example: 'JAVA_OPTS: "$JAVA_OPTS -XX:+PrintFlagsFinal -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"'&lt;BR /&gt;# See Oracle docs (&lt;A href="https://docs.oracle.com/javase/9/gctuning/parallel-collector1.htm#JSGCT-GUID-CAB83393-3438-44ED-98F0-D15641B43C7D" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.oracle.com/javase/9/gctuning/parallel-collector1.htm#JSGCT-GUID-CAB83393-3438-44ED-98F0-D15641B43C7D&lt;/A&gt;).&lt;BR /&gt;# If the container memory is not explicitly set then the flags above will set the max heap default to 1/4 of the container's memory, which may not be ideal.&lt;BR /&gt;# For performance tuning, assign the container memory and give a percentage of it to the JVM.&lt;/P&gt;&lt;P&gt;# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Compose&lt;BR /&gt;version: "2"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: alfresco/alfresco-content-repository-community:6.2.0-ga&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco&lt;BR /&gt;-Dsolr.host=solr6&lt;BR /&gt;-Dsolr.port=8983&lt;BR /&gt;-Dsolr.secureComms=none&lt;BR /&gt;-Dsolr.base.url=/solr&lt;BR /&gt;-Dindex.subsystem.name=solr6&lt;BR /&gt;-Dshare.host=127.0.0.1&lt;BR /&gt;-Dshare.port=8080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos&lt;BR /&gt;-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"&lt;BR /&gt;-Ddeployment.method=DOCKER_COMPOSE&lt;/P&gt;&lt;P&gt;-Dlocal.transform.service.enabled=true&lt;BR /&gt;-DlocalTransform.pdfrenderer.url=http://alfresco-pdf-renderer:8090/&lt;BR /&gt;-DlocalTransform.imagemagick.url=http://imagemagick:8090/&lt;BR /&gt;-DlocalTransform.libreoffice.url=http://libreoffice:8090/&lt;BR /&gt;-DlocalTransform.tika.url=http://tika:8090/&lt;BR /&gt;-DlocalTransform.misc.url=http://transform-misc:8090/&lt;/P&gt;&lt;P&gt;-Dlegacy.transform.service.enabled=true&lt;BR /&gt;-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/&lt;BR /&gt;-Djodconverter.url=http://libreoffice:8090/&lt;BR /&gt;-Dimg.url=http://imagemagick:8090/&lt;BR /&gt;-Dtika.url=http://tika:8090/&lt;BR /&gt;-Dtransform.misc.url=http://transform-misc:8090/&lt;/P&gt;&lt;P&gt;-Dauthentification.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap&lt;BR /&gt;-Dldap.authentication.active=true&lt;BR /&gt;-Dldap.synchronization.active=true&lt;/P&gt;&lt;P&gt;-Dalfresco_user_store.adminpassword=a069705b7b1b4dd119a5080972ea4d1b&lt;BR /&gt;-Dalfresco_user_store.adminusername=abeecher&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Xms1500m -Xmx1500m&lt;BR /&gt;"&lt;BR /&gt;volumes:&lt;BR /&gt;- ./alf_data:/usr/local/tomcat/alf_data&lt;/P&gt;&lt;P&gt;alfresco-pdf-renderer:&lt;BR /&gt;image: alfresco/alfresco-pdf-renderer:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8090:8090&lt;/P&gt;&lt;P&gt;imagemagick:&lt;BR /&gt;image: alfresco/alfresco-imagemagick:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8091:8090&lt;/P&gt;&lt;P&gt;libreoffice:&lt;BR /&gt;image: alfresco/alfresco-libreoffice:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8092:8090&lt;/P&gt;&lt;P&gt;tika:&lt;BR /&gt;image: alfresco/alfresco-tika:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8093:8090&lt;/P&gt;&lt;P&gt;transform-misc:&lt;BR /&gt;image: alfresco/alfresco-transform-misc:2.1.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8094:8090&lt;/P&gt;&lt;P&gt;share:&lt;BR /&gt;image: alfresco/alfresco-share:6.2.0&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;REPO_HOST: "alfresco"&lt;BR /&gt;REPO_PORT: "8080"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Xms500m&lt;BR /&gt;-Xmx500m&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Dalfresco.context=alfresco&lt;BR /&gt;-Dalfresco.protocol=http&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:11.4&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG&lt;BR /&gt;ports:&lt;BR /&gt;- 5432:5432&lt;BR /&gt;volumes:&lt;BR /&gt;- ./pg_data/:/var/lib/postgresql/data&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:1.4.0&lt;BR /&gt;mem_limit: 2g&lt;BR /&gt;environment:&lt;BR /&gt;#Solr needs to know how to register itself with Alfresco&lt;BR /&gt;- SOLR_ALFRESCO_HOST=alfresco&lt;BR /&gt;- SOLR_ALFRESCO_PORT=8080&lt;BR /&gt;#Alfresco needs to know how to call solr&lt;BR /&gt;- SOLR_SOLR_HOST=solr6&lt;BR /&gt;- SOLR_SOLR_PORT=8983&lt;BR /&gt;#Create the default alfresco and archive cores&lt;BR /&gt;- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive&lt;BR /&gt;#HTTP by default&lt;BR /&gt;- ALFRESCO_SECURE_COMMS=none&lt;BR /&gt;- "SOLR_JAVA_MEM=-Xms2g -Xmx2g"&lt;BR /&gt;ports:&lt;BR /&gt;- 8083:8983 #Browser port&lt;/P&gt;&lt;P&gt;activemq:&lt;BR /&gt;image: alfresco/alfresco-activemq:5.15.8&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;ports:&lt;BR /&gt;- 8161:8161 # Web Console&lt;BR /&gt;- 5672:5672 # AMQP&lt;BR /&gt;- 61616:61616 # OpenWire&lt;BR /&gt;- 61613:61613 # STOMP&lt;/P&gt;&lt;P&gt;proxy:&lt;BR /&gt;image: alfresco/acs-community-ngnix:1.0.0&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;depends_on:&lt;BR /&gt;- alfresco&lt;BR /&gt;ports:&lt;BR /&gt;- 8080:8080&lt;BR /&gt;links:&lt;BR /&gt;- alfresco&lt;BR /&gt;- share&lt;/P&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;# This docker-compose file will spin up an ACS cluster on a local host or on a server and it requires a minimum of 12GB Memory to distribute among containers.# Limit container memory and assign X percentage to JVM. There are couple of ways to allocate JVM Memory for ACS Containers# For example: 'JAVA_OPTS: "$JAVA_OPTS -XX:+PrintFlagsFinal -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"'# See Oracle docs (https://docs.oracle.com/javase/9/gctuning/parallel-collector1.htm#JSGCT-GUID-CAB83393-3438-44ED-98F0-D15641B43C7D).# If the container memory is not explicitly set then the flags above will set the max heap default to 1/4 of the container's memory, which may not be ideal.# For performance tuning, assign the container memory and give a percentage of it to the JVM.# Using version 2 as 3 does not support resource constraint options (cpu_*, mem_* limits) for non swarm mode in Composeversion: "2"services:alfresco:image: alfresco/alfresco-content-repository-community:6.2.0-gamem_limit: 1500menvironment:JAVA_OPTS: "-Ddb.driver=org.postgresql.Driver-Ddb.username=alfresco-Ddb.password=alfresco-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco-Dsolr.host=solr6-Dsolr.port=8983-Dsolr.secureComms=none-Dsolr.base.url=/solr-Dindex.subsystem.name=solr6-Dshare.host=127.0.0.1-Dshare.port=8080-Dalfresco.host=localhost-Dalfresco.port=8080-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"-Ddeployment.method=DOCKER_COMPOSE-Dlocal.transform.service.enabled=true-DlocalTransform.pdfrenderer.url=http://alfresco-pdf-renderer:8090/-DlocalTransform.imagemagick.url=http://imagemagick:8090/-DlocalTransform.libreoffice.url=http://libreoffice:8090/-DlocalTransform.tika.url=http://tika:8090/-DlocalTransform.misc.url=http://transform-misc:8090/-Dlegacy.transform.service.enabled=true-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/-Djodconverter.url=http://libreoffice:8090/-Dimg.url=http://imagemagick:8090/-Dtika.url=http://tika:8090/-Dtransform.misc.url=http://transform-misc:8090/-Dauthentification.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap-Dldap.authentication.active=true-Dldap.synchronization.active=true-Dalfresco_user_store.adminpassword=a069705b7b1b4dd119a5080972ea4d1b-Dalfresco_user_store.adminusername=abeecher-Dcsrf.filter.enabled=false-Xms1500m -Xmx1500m"volumes:- ./alf_data:/usr/local/tomcat/alf_dataalfresco-pdf-renderer:image: alfresco/alfresco-pdf-renderer:2.1.0mem_limit: 1genvironment:JAVA_OPTS: " -Xms256m -Xmx512m"ports:- 8090:8090imagemagick:image: alfresco/alfresco-imagemagick:2.1.0mem_limit: 1genvironment:JAVA_OPTS: " -Xms256m -Xmx512m"ports:- 8091:8090libreoffice:image: alfresco/alfresco-libreoffice:2.1.0mem_limit: 1genvironment:JAVA_OPTS: " -Xms256m -Xmx512m"ports:- 8092:8090tika:image: alfresco/alfresco-tika:2.1.0mem_limit: 1genvironment:JAVA_OPTS: " -Xms256m -Xmx512m"ports:- 8093:8090transform-misc:image: alfresco/alfresco-transform-misc:2.1.0mem_limit: 1genvironment:JAVA_OPTS: " -Xms256m -Xmx512m"ports:- 8094:8090share:image: alfresco/alfresco-share:6.2.0mem_limit: 1genvironment:REPO_HOST: "alfresco"REPO_PORT: "8080"JAVA_OPTS: "-Xms500m-Xmx500m-Dalfresco.host=localhost-Dalfresco.port=8080-Dalfresco.context=alfresco-Dalfresco.protocol=http"postgres:image: postgres:11.4mem_limit: 512menvironment:- POSTGRES_PASSWORD=alfresco- POSTGRES_USER=alfresco- POSTGRES_DB=alfrescocommand: postgres -c max_connections=300 -c log_min_messages=LOGports:- 5432:5432volumes:- ./pg_data/:/var/lib/postgresql/datasolr6:image: alfresco/alfresco-search-services:1.4.0mem_limit: 2genvironment:#Solr needs to know how to register itself with Alfresco- SOLR_ALFRESCO_HOST=alfresco- SOLR_ALFRESCO_PORT=8080#Alfresco needs to know how to call solr- SOLR_SOLR_HOST=solr6- SOLR_SOLR_PORT=8983#Create the default alfresco and archive cores- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive#HTTP by default- ALFRESCO_SECURE_COMMS=none- "SOLR_JAVA_MEM=-Xms2g -Xmx2g"ports:- 8083:8983 #Browser portactivemq:image: alfresco/alfresco-activemq:5.15.8mem_limit: 1gports:- 8161:8161 # Web Console- 5672:5672 # AMQP- 61616:61616 # OpenWire- 61613:61613 # STOMPproxy:image: alfresco/acs-community-ngnix:1.0.0mem_limit: 128mdepends_on:- alfrescoports:- 8080:8080links:- alfresco- share&lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I have a context initalization failed,&amp;nbsp; Cannot find Alfresco Repository on this server,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;with this config file as well as the website tutorial (just the upgrades part) am i right, am i not?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;Thank's for your reply, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;Cordially, Serhat&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 08:38:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141811#M37775</guid>
      <dc:creator>serakoc</dc:creator>
      <dc:date>2021-04-28T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can migrate Community from 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141812#M37776</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can you please post the error trace from alfresco.log file.&lt;/P&gt;&lt;P&gt;Hope you did the migartion in the below order.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;- Install the Alfresco 6.0 first and do not start it.&lt;/LI&gt;&lt;LI&gt;- Take a dump of database of your Alfresco 5.0&lt;/LI&gt;&lt;LI&gt;- Point to the alf_data folder of 5.0 by making changes in the alfresco-global.properties file in 6.0&lt;/LI&gt;&lt;LI&gt;- Restore the dump to 6.0&lt;/LI&gt;&lt;LI&gt;- start the 6.0 server check whether the contents and other properties are properly working or not.&lt;/LI&gt;&lt;LI&gt;- Try to apply the customizations if there was anything.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-Arjun&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 19:24:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141812#M37776</guid>
      <dc:creator>arjunmony</dc:creator>
      <dc:date>2021-04-28T19:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can migrate Community from 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141813#M37777</link>
      <description>&lt;P&gt;Hi Arjun, thank's for your reply.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;I followed the indications, following this, several errors in the logs occurred one after the other:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;1) the dir.root variable was on ./alf_data, I had to modify to / usr / local / tomcat / alf_data. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;2) Here is an error I got: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;org.alfresco.service.cmr.repository.ContentIOException: 03290000 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;Failed to create directory for file storage: / usr / local / tomcat / alf_data / contentstore / 2021/4/29/8 / 24 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;org.alfresco.service.cmr.repository.ContentIOException: 03290000 Failed to create directory for file storage: / usr / local / tomcat / alf_data / contentstore / 2021/4/29/8 / 24 &lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;To do this, change the owner of the alf_data folder (from the docker volume mapping) to 33000 (33000 being the alfresco guid in the container).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;Currently I am blocking on the patches ... &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;Here is the error encountered in the logs: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt; (Highlight to read)&lt;/NOSCRIPT&gt;&lt;DIV class="lia-spoiler-border"&gt;&lt;DIV class="lia-spoiler-content"&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;2021-04-29 09: 14: 32,432 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ... 2021-04-29 09: 14: 33,096 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.db-V4.2-remove-old-index-act' (Delete unnecessary indexes add with older version of Activiti in 4.0 branch.). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;2021-04-29 09: 14: 33,102 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1] 03290018 Patch 'patch.db-V4.2-remove-old-index-act' was last supported on version 5.2 .x. Please follow an incremental upgrade using version 5.2.x. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;2021-04-29 09: 14: 33,183 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1] === Failed to apply patch === ID: patch.db-V4.2-remove-old-index -actRESULT: 03290018 Patch 'patch.db-V4.2-remove-old-index-act' was last supported on version 5.2.x. Please follow an incremental upgrade using version 5.2.x. ====================================== &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;2021-04-29 09: 14: 33,186 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed org.alfresco.error.AlfrescoRuntimeException: 03290019 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;Not all patches could be applied &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;DIV class="lia-spoiler-noscript-container"&gt;&lt;DIV class="lia-spoiler-noscript-content"&gt;2021-04-29 09: 14: 32,432 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Checking for patches to apply ... 2021-04-29 09: 14: 33,096 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.db-V4.2-remove-old-index-act' (Delete unnecessary indexes add with older version of Activiti in 4.0 branch.). 2021-04-29 09: 14: 33,102 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1] 03290018 Patch 'patch.db-V4.2-remove-old-index-act' was last supported on version 5.2 .x. Please follow an incremental upgrade using version 5.2.x. 2021-04-29 09: 14: 33,183 ERROR [admin.patch.PatchExecuter] [localhost-startStop-1] === Failed to apply patch === ID: patch.db-V4.2-remove-old-index -actRESULT: 03290018 Patch 'patch.db-V4.2-remove-old-index-act' was last supported on version 5.2.x. Please follow an incremental upgrade using version 5.2.x. ====================================== 2021-04-29 09: 14: 33,186 ERROR [web.context.ContextLoader] [localhost-startStop-1] Context initialization failed org.alfresco.error.AlfrescoRuntimeException: 03290019 Not all patches could be applied &lt;/DIV&gt;&lt;/DIV&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b"&gt;&lt;SPAN&gt;He explains to me that a patch dating from version 4.2 is no longer compatible with version 6.2. Do you know how to remove the application of a patch, or at best, update the patch?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the all alfresco.log file :&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/document/d/e/2PACX-1vR0PFq6qusj9R27wY48pkd2HZCH4IvCp7f8QmxuXr5i4JecUTZsDOCTysXJ7MQP6L9lSsuDLBhKgvf6/pub" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.google.com/document/d/e/2PACX-1vR0PFq6qusj9R27wY48pkd2HZCH4IvCp7f8QmxuXr5i4JecUTZsDOCTysXJ7MQP6L9lSsuDLBhKgvf6/pub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Cordially, Serhat&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 09:56:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141813#M37777</guid>
      <dc:creator>serakoc</dc:creator>
      <dc:date>2021-04-29T09:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can migrate Community from 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141814#M37778</link>
      <description>&lt;P&gt;Hi Serakoc,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope you have&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;remove SOLR indexes and allow the server to re-index again all the content before start definitively your brand new&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Alfresco 6&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also its always better to upgrade 5.2 to 6.0 and then to 6.2 as Alfresco suggested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UpgradePath.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1049iC2B689B23A393F8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please see my upgrade steps:&lt;/P&gt;&lt;PRE&gt;Without stopping Alfresco 5 service, we started a copy of the contents.

$ rsync -avzh -e "ssh -p 22" root@alfresco5:/opt/alfresco/alf_data/content* /opt/alfresco/data/alf-repo-data/
Once the synchronisation was full, we stopped Alfresco 5 service and we performed a database dump.

$ sudo service alfresco stop
  
$ sudo su - postgres
  
$ cd /opt/alfresco/postgresql/bin
$ ./pg_ctl start
  
$ ./pg_dump alfresco &amp;gt; /tmp/exportFile-20180801.dmp
Password:
  
$ ./pg_ctl stop
$ exit
We copied the file to the new server and we restored the database in Alfresco 6.

$ docker-compose up postgres
 
$ cat exportFile-20180801.dmp | docker exec -i docker_postgres_1 psql -U alfresco -d alfresco
After that, a new synchronisation to gather last changes.

$ rsync -avzh -e "ssh -p 22" root@alfresco5:/opt/alfresco/alf_data/content* /opt/alfresco/data/alf-repo-data/
And we decided to remove SOLR indexes and allow the server to re-index again all the content before start definitively our brand new Alfresco 6.

$ rm -rf /opt/alfresco/data/solr-data
 
$ docker-compose up -d&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Apr 2021 21:17:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141814#M37778</guid>
      <dc:creator>arjunmony</dc:creator>
      <dc:date>2021-04-29T21:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can migrate Community from 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141815#M37779</link>
      <description>&lt;P&gt;It is ok for me...&lt;/P&gt;&lt;P&gt;Yes indeed, thank you very much: D&lt;BR /&gt;The patches are invalid because I did not proceed as indicated on the site ... (4.2 -&amp;gt; 5.2 -&amp;gt; 6.2 / 7.0) From version 5.2 we can indeed go up to 7.0 currently ...&lt;/P&gt;&lt;P&gt;I had to make some modifications ... alfresco not having write rights on the volumes (alf_data in particular) I had to change the owner of the folder mapped to 33000, which corresponds to the alfresco user of the container .&lt;/P&gt;&lt;P&gt;Following this, in order to add the ldap-ad authentication installed on version 4.2, I added the relevant properties to the configuration file (-Dauthentication.chain = ldap: ldap .........) , I mapped the subsytems folder so that I could add the authentication and synchronization folders as they were installed from version 4.2.&lt;/P&gt;&lt;P&gt;So there &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;I wish I added https on top of that, I saw this post:&lt;BR /&gt;&lt;A href="https://stackoverflow.com/a/24536839" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/a/24536839&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I just can't find the share-config-custom.xml file, any idea where it is?&lt;/P&gt;&lt;P&gt;thanks again, best regards, Serhat&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 22:49:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141815#M37779</guid>
      <dc:creator>serakoc</dc:creator>
      <dc:date>2021-05-04T22:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can migrate Community from 5.2 to 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141816#M37780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/85581"&gt;@serakoc&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may find this &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-docker-share-port-change/m-p/292382#M16214" target="_self" rel="nofollow noopener noreferrer"&gt;thread&lt;/A&gt; useful re: Share ports.&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 09:04:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-migrate-community-from-5-2-to-6-2/m-p/141816#M37780</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-05-05T09:04:44Z</dc:date>
    </item>
  </channel>
</rss>

