<?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: Upgrading from 4.2.c to 4.2.d in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289139#M242269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ESWBitto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I can see you are doing wrong your BD restore. There are a lot of config files in alf_data/postgresql, so you are replacing or loosing configurations of Alfresco 4.2.d Postgres.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend you just create a dump of Alfresco 4.2.c database and restore in original Alfresco 4.2.d database. Here are the necessary steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Generate db dump, you need to execute "pg_dump" command, you need to go to ${OLD_ALFRESCO_INSTALL_DIR}/postgresql/bin/. Execute this in your console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; &amp;lt;b&amp;gt;pg_dump -Fc alfresco &amp;gt; backup.pgb&amp;lt;b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NOTE:You need to have running Alfresco 4.2.c PostgreSQL service, but Tomcat service needs to be stopped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You need to restore this dump file in your Alfresco 4.2.d postgres. In this example I going to create an empty schema to restore dump file. First you have to do this entering to postgresql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; &amp;lt;b&amp;gt;psql -U postgres -h localhost&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; psql (8.4.12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type "help" for help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postgres=# create DATABASE alfresco_42c;&amp;lt;/b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NOTE: If you do not want to create new schema you can delete alfresco schema of empty repository and create it again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NOTE: Here you need to have running Alfresco 4.2.d PostgreSQL service, but Tomcat service needs to be stopped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Restore dump file in empty schema alfresco_42c, to do this operation you need the "pg_restore" command, this command is located in ${NEW_ALFRESCO_INSTALL_DIR}/postgresql/bin/. Execute the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; &amp;lt;b&amp;gt;pg_restore -d alfresco_42c backup.pgb &amp;lt;/b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Point to the restored schema in alfresco-global-properties and the location of restored alf_data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Run Tomcat service and check in your log files for applied patches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Enjoy your repository in latest Alfresco Community version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take care,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 18:36:19 GMT</pubDate>
    <dc:creator>zannafar</dc:creator>
    <dc:date>2013-09-19T18:36:19Z</dc:date>
    <item>
      <title>Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289135#M242265</link>
      <description>I am trying to test upgrading from 4.2.c to 4.2.d and I'm running into issue with the postgresql. It seems when I insert the alf_data (from 4.2.c) to the updated version it doesn't like it. This is the error that I am getting…LOG:&amp;nbsp; unrecognized configuration parameter "silent_mode" in file "/opt/alf</description>
      <pubDate>Tue, 17 Sep 2013 16:50:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289135#M242265</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-09-17T16:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289136#M242266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello ESWBitto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I can see this is not a problem from a migration, it's about some connfiguration in full installer Alfresco's embebed PostgreSQL. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you tried to test if Alfresco 4.2.d works with a out-of-the-box repository (a new one)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you tell me what steps have you done in this upgrade?, did you maybe replace PostgreSQL folder from your old Alfresco 4.2.c?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 21:21:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289136#M242266</guid>
      <dc:creator>zannafar</dc:creator>
      <dc:date>2013-09-17T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289137#M242267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I installed 4.2.d from the bin file.(tested and worked fine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Installed the out-of-the-box repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Renamed Alf_Data to something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unzipped a backup copy of Alf_Data(with database)(from 4.2.c)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dropped it into the new install…tried to start the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I did that I looked at the postgresql.log and that is when I noticed that the new install came with an updated version of postgresql.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering how I would be able to upgrade to the new install and not have to start all over.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 21:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289137#M242267</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-09-17T21:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289138#M242268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am still having problems with upgrading. So the next step that I have done is the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm on a Centos 6.4 box&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Version 4.2.c installed at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco-4.2.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Installed Version 4.2.d at&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco-4.2.d&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With neither install running I pointed the dir.root(on 4.2.d) to the alf_data on 4.2.c. That didn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then Tried to replace just the content store that didn't work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm at a loss as to what the proper upgrade process is. I've followed the instructions from here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/4.2/index.jsp" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.2/index.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm apparently missing something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 15:47:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289138#M242268</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-09-19T15:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289139#M242269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ESWBitto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I can see you are doing wrong your BD restore. There are a lot of config files in alf_data/postgresql, so you are replacing or loosing configurations of Alfresco 4.2.d Postgres.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend you just create a dump of Alfresco 4.2.c database and restore in original Alfresco 4.2.d database. Here are the necessary steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Generate db dump, you need to execute "pg_dump" command, you need to go to ${OLD_ALFRESCO_INSTALL_DIR}/postgresql/bin/. Execute this in your console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; &amp;lt;b&amp;gt;pg_dump -Fc alfresco &amp;gt; backup.pgb&amp;lt;b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NOTE:You need to have running Alfresco 4.2.c PostgreSQL service, but Tomcat service needs to be stopped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You need to restore this dump file in your Alfresco 4.2.d postgres. In this example I going to create an empty schema to restore dump file. First you have to do this entering to postgresql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; &amp;lt;b&amp;gt;psql -U postgres -h localhost&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; psql (8.4.12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type "help" for help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postgres=# create DATABASE alfresco_42c;&amp;lt;/b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NOTE: If you do not want to create new schema you can delete alfresco schema of empty repository and create it again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; NOTE: Here you need to have running Alfresco 4.2.d PostgreSQL service, but Tomcat service needs to be stopped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Restore dump file in empty schema alfresco_42c, to do this operation you need the "pg_restore" command, this command is located in ${NEW_ALFRESCO_INSTALL_DIR}/postgresql/bin/. Execute the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;&amp;gt;&amp;gt; &amp;lt;b&amp;gt;pg_restore -d alfresco_42c backup.pgb &amp;lt;/b&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Point to the restored schema in alfresco-global-properties and the location of restored alf_data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Run Tomcat service and check in your log files for applied patches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Enjoy your repository in latest Alfresco Community version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take care,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Diego&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 18:36:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289139#M242269</guid>
      <dc:creator>zannafar</dc:creator>
      <dc:date>2013-09-19T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289140#M242270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much for explaining it out for me. I have been tackling this all week with no success. It is now working and all of my data has been moved over to the new install. Thanks again and have a great weekend!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 17:44:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289140#M242270</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-09-20T17:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from 4.2.c to 4.2.d</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289141#M242271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Congrats ESWBitto!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy new Alfresco 4.2.d features!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Sep 2013 03:05:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/upgrading-from-4-2-c-to-4-2-d/m-p/289141#M242271</guid>
      <dc:creator>zannafar</dc:creator>
      <dc:date>2013-09-21T03:05:18Z</dc:date>
    </item>
  </channel>
</rss>

